I tried a bunch of things that I thought might make the layout look as preferred.
The page looks like this (on Windows, IE):

Note that the page title at the top belongs to the background-image!
You can see that the (hungarian) sentence in the middle drifts off to the right side of the page, which it shouldn't!
I can also see a slight drift to the right side (of the middle td of the table) on my mac, Safari..
Here is the code:
<html> <head> <title>title</title> </head> <body> <table border="0px" style="width:100%;"> <tr width="100%"> <td align="left" nowrap> <a href="http://www.dunno.com/" target=_blank>Ikonok</a><br> <a href="http://www.dunno.com/">ÃÂrásaim</a><br> <a href="http://www.dunno.com/">Adatbázisok</a><br> <a href="http://www.dunno.com/">'Skethcup modellek</a><br> <a href="http://www.dunno.com/">Munka alatt</a><br> <a href="http://www.dunno.com/">Egyéb adatok</a><br> </td> <td align="center" width="100%" nowrap> <font size=3 color=red face="Times New Roman"> A mostanában elkészült dolgok itt lesznek láthatóak</font><br> </td> <td align="right"> <a href="http://www.dunno.com/">Main page</a><br> <a href="http://www.dunno.com/">Főoldal</a><br> </td> </tr> </table> </body> </html>
You might be puking at my horrible attempts to fix this, but forgive me please
I hope one of you will aid us (me and my friend) with this dilemma!
The td in the middle of the table needs to be perfectly aligned, not off to the right as seen on the screenshot!
Thank you in advance, I know you can solve this!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
My thought was, making each td 33%. But that leaves 1% away
This post has been edited by temhawk: 13 October 2007 - 12:22 PM


Help
This topic is locked

MultiQuote











