Jump to content

Layout


e4games

Recommended Posts

The specific reason why your menu isn't going to the left is because you forgot an equals symbol '=' between 'align' and "left".But the best solution would be to use CSS and use float: left; on the <div> element instead.If you want to style your tables (though I do not recommend using tables for the menu) you'll have to [Learn CSS].

Link to comment
Share on other sites

If you really want to know, you have several HTML errors on your page.Apparently, putting the table inside a <div> element and aligning the <div> won't allow it to float to the left.Learn CSS and assign the float property to the <table> element itself.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...