Web page won't display correctly

by 1 replies
2
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
#website design #correctly #display #page #web
  • 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.

Next Topics on Trending Feed

  • 2

    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