in 800x600 it works fine. ..
but, with someone using 1024px resolution...there are some problems
take a look...
This is the normal, when someone opens the site, everything centralized:
http://www.showdeprecos.com.br/index.php
But, when visiting a page which contains the module/script Yellowpages, all the content goes to the right side
take a look:
http://www.showdeprecos.com.br/modules. ... ellowpages
And it just happens with this theme, *autocad" ... with the default themes of php-nuke, it works fine..
So, why is it happening?? and how can I fix it???
please, I really need help with this
Weird problem, take a look ...
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
....
Look at this piece of code:
<body bgcolor="#ffffff" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="10"><Table align="ccnter" width=100% border=0 ceellpadding=0 cellspacing=0>
<tr> <TD style="BACKGROUND-POSITION: right top; BACKGROUND-REPEAT: repeat-y" ...
The second one - pulls the first one - as it comes badly defined
Try to change these two - I havent inspected your entire code - but it looks like that theese create a problem.
<body bgcolor="#ffffff" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="10"><Table align="ccnter" width=100% border=0 ceellpadding=0 cellspacing=0>
<tr> <TD style="BACKGROUND-POSITION: right top; BACKGROUND-REPEAT: repeat-y" ...
The second one - pulls the first one - as it comes badly defined
Try to change these two - I havent inspected your entire code - but it looks like that theese create a problem.
- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany