Recent content by davek

  1. D

    Vertical line in html??

    You can look at this: http://www.microbion.co.uk/web/vertline.htm Really, there are many ways of doing this. Another website I was looking at suggested using an image (in the source, #4 response). Or you have some element, background-color set to something, and stretch it. This all depends...
  2. D

    Website HTML problem! (HELP!)?

    The align="right" does align it to the right. But without knowing how your page looks like right now, it's hard to say where the problem is. Btw, you should use style (css) for presentation. Like: <div style="float: right;"></div> And the input needs to be inside the form. I think you should...
Back
Top