Jump to content

holmedwa04

Members
  • Posts

    743
  • Joined

  • Last visited

Everything posted by holmedwa04

  1. Can't you just nest a table and then set align and valign?
  2. You could make a gradient using MS Word, then copy into paint and save it, but I dont think you can generate them using code really, I would be very impressed if anyone could though, and I would certainly ask them for the coding to do it!
  3. Oh, shame nevermind, isn't the colours and everything going to change soon on here anyway?
  4. Shouldn't your Java script not be shown anyway?Try changing the setting on Notepad to Workwrap, or whatever your editor is. Also it isn't a very good idea to use pixel widths as some peoples reselutions may not be able to show it without adding a scroll along the bottom.But I think you should be fine if your using 600 as no one that I know has their reselution set that small.
  5. Im ever so sorry, I have only made on site in frames, following a book, and I never got round to finishing making all of the links work anyway. And also I didn't get more than the index page done, as I didn't like the way it looked. Lol, sorry for not being able to help you.
  6. Oh wow!!! Is that going to be the new W3Schools forum, because that look really good, and it has no adds, not that it is really a problem anyway.Also presumably that was hand coded and not just a template off a website?
  7. The only problem is that you havn't specified any bgcolors at all, and you havn't set the heights and widths, so really it wont look right at all.But im sure you can figure out where they go, unless you are new to tables in HTML.Also, here is a good bit of advice, when nesting table, make sure that you close all tags when they need to be closed, otherwise, if you go wrong, it may just "SCREW" everything up! So just a warning to you, and I know how annoying it can be checking your code letter for letter, and tag for tag.
  8. No, i think the other guy was saying that they missed someting, or perhaps they didn't select it all when they were copying and pasting it.
  9. Dont you have to use this code to make an option selected: <select><option selected> 1 This should be selected<option> 2 This shouldn't<option> 3 This shouldn't<option> 4 This shouldn't</select> Also, you may like to use the multipul attribute: <select name="name" mutiple size=?> That will make the list hwever many long.
  10. Oh sorry, im not sure about that, I thought you meant thing like font and color etc.Sorry to be of no help
  11. I dont really understand you, you can set the font?
  12. What do you mean by a layer? Do you mean a background, if so use these codes:bgcolor="??????"background image="mypic.jpeg"one is for coloured background, the other is for an image.
  13. I agree, but for my purposes, I just try to make my page work in IE and FF, I don't really bother about all of the others browsers, although I should do I soppose.
  14. Try reading through the tutorials on the W3Schools website, trying out some of the examples as you go.
  15. holmedwa04

    Hey =)

    You need to use frames for that, try this site: Click Here.
  16. You may also like to try ProBoards they are quite customisable... Sorry about the spelling!
  17. If you have your own server, what other than setting it up and keeping it on 24 do you have to do?
  18. This is a good idea in the short term, but like jesh says, the user will then have to wait if they click on it for the full size one, its your choice really, there isn't any way round making it quicker altogether, unless you have a thumbnail that you stretch, but that would look really "naff"
  19. Thanks I have found one that I like, but is it possible to add the Java Script to a JS file, and link to it, because it makes my code look messy.
  20. Hi,Im just wondering whether there is any sort of HTML code out there that makes an image change to another image when it is hovered over?Or even better still, is there any CSS code? Because I already have a stylesheet and have laready set a hover color for text.
  21. I thought that you needed to use the head and title elements to make the page validate?
  22. Opp's ever so sorry, I forgot to add the link, this should help you, post #2:Click HereI got a bit carried away there, and completely forgot to add the link to the topic!
  23. I really would like to upload these Sudoku's and so I will just use the code that works for changing the colour to red and not making the answers bold.If anyone does come up with some code that does work perfectly please do send it to me, and I will use it.
  24. Check out this, post number 2 should help you.
×
×
  • Create New...