DinoX
Newbie   Posts: 2 Registered: 10/5/2007 Status: Offline
|
posted on 10/5/2007 at 02:52 AM |
Hi there!
I'm using PHP-Nuke 7.8 and AT 0.89. I created my own theme and everything
works well except one thing. Text in all blocks (left, right and center)
and some modules doesn't align as it should. For example:
Clanstvo:
• Danas: 1
• Jucer: 2
• Na Cekanju: 0
• Ukupno: 1,085
• Zadnji: test
if u can help you can use these informations to find the problem:
USERNAME: test
PASSWORD: test
http://www.konjicani.net/modules.php?name=Your_Account&
theme=Konjicani
pay attention to the first block on the right. the same problem on all
blocks
thx |
| |
| |
DinoX
Newbie   Posts: 2 Registered: 10/5/2007 Status: Offline
|
posted on 10/6/2007 at 03:47 AM |
anyone, pls??? |
| |
Polski
Newbie   Posts: 8 Registered: 10/22/2007 Status: Offline
|
posted on 10/24/2007 at 08:48 AM |
The only thing I can see is that in your theme you have set the table and
cell width to 140 pixels for that block and then set another table within
that table/cell as width =160 and some other cells as width=150. Clearly
they are not going to fit properly and might be why your alignment is all
messed up. The default theme for your website uses 100% for the table and
cell widths. Try setting the first table width to 160 pixels if you want to
restrict the block to that width then set all other tables inside that
table to be width=100%. Don't set any width on the <TD> tabs within
the tables and they should sort themselves out (they will still spread over
the full width of the tables) but obvioulsy keep the ALIGN=Right attributes
where they are.
Try that and report back. |
| |