Web page won't display correctly

1 replies
  • WEB DESIGN
  • |
Hi everyone! I'm relatively new to html/php coding so i really need your help. I've a page on my website that doesn't display correctly. I can't get the menu on the left panel to vertically aligned at the top:

Useful Resources

I'd appreciate if someone could point out what went wrong.

Thanks in advance

Regards
-Shukri
#correctly #display #page #web
  • Profile picture of the author cdwise
    You need to add a doctype - based on most of your code probably:
    D XHTML 1.0 Transitional//EN . I'd give you the doctype but it includes a url and this forum won't let me post anything with a url in it.

    And add vertical-align: top; to your style for the table cell.
    {{ DiscussionBoard.errors[957643].message }}

Trending Topics