• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help with HTML / CSS

jonMEGA

Golden Member
I'm banging my head on the desk with this one. I'm trying to finish a site for a restaurant. They want their menu online. I used divs and CSS to position the elements of the menu. Now when i want to change the font sizes it throws the page out of whack!?! The footer is all messed up too.

Here is the site: http://www.gianinos.com/lunch.php

What am I doing wrong? What should I do different?

Thanks!
 
i dont like the 100% effect, makes it to spaced out on higher rez.
the chicken fajita is outta alignment.

i think the text throwing it outta wack is due to the higher the font size, the more space it takes, thus everything gets dropped down a bit.

<---- not an html/css expert

MIKE
 
<TABLE>
<TBODY>
<TR class=menuitem>
<TD width="100%" border="0">CHARDINNAY</TD>
<TD>$3.50</TD>
<TD></TD>

Try putting your class in <table class="menuitem">
 
No time to troubleshoot - but when all else fails and I've spent hours trying to find the problem with no solution...

K.I.S.S.
 
ok I removed the 100% witdh and it looks alot better now. Should I remove the gray background or leave it? I want it to be easy to read the prices and not look confussing.
 
Back
Top