Jump to content

holmedwa04

Members
  • Posts

    743
  • Joined

  • Last visited

Posts posted by holmedwa04

  1. 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.

  2. 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. :)

  3. 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?

  4. 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. :)

  5. 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.

  6. 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"

  7. 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.

  8. wow holmedwa... Dont spamdmartin: Go read the css tutorial, more specifically on classes, links, and psuedo
    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! :)
  9. 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.

×
×
  • Create New...