syrus
Newbie   Posts: 1 Registered: 6/21/2004 Status: Offline
|
posted on 3/10/2005 at 10:52 AM |
Hi,
I'm using AT .8 on Postnuke 0.75 and just built a new theme, with
customized pages for various modules and blocks. BTW, excellent theming
module AT is, very versatile.
However, I've encountered a problem with the alignment of the PNphpBB2
forum. In my code for this page I've specified the following in the
table:
code:
align="center" valign="top">
But the forum still centers itself halfway down the page like this page:
http://www.digitalport.co.uk/port/PNphpBB2-viewforum-f-25.htm
l
I cant understand why this is happening if the table is set to valign to
top!
Please help!
Syrus
|
| |
| |
jstuckemeyer
Moderator   Posts: 577 Registered: 12/29/2003 Status: Offline
|
posted on 3/10/2005 at 07:31 PM |
| align and valign don't work in tables - they need to be in the <td>
immediately preceding the table. ____________________ Visit [u]http://www.AutoThemes.com[/u] - Over 750 free and custom
Autothemes! $6.95 Nuke hosting!
[u]http://www.autothemes.com/host/index.php[/u] Need templates to convert
to AT? Try [u]http://www.templatetimes.com[/u] |
| |
AlarConcepts
Senior Member   Posts: 217 Registered: 8/1/2004 Status: Offline
|
posted on 4/17/2005 at 02:27 AM |
| Actually, align="center" does work on tables... but if the table is
in a <td> then you need to apply it to the <td> ____________________ »AlarConcepts« |
| |
jstuckemeyer
Moderator   Posts: 577 Registered: 12/29/2003 Status: Offline
|
posted on 4/19/2005 at 12:34 PM |
| Hmmm - I didn't know that worked in a table John. Thanks for the
clarification. ____________________ Visit [u]http://www.AutoThemes.com[/u] - Over 750 free and custom
Autothemes! $6.95 Nuke hosting!
[u]http://www.autothemes.com/host/index.php[/u] Need templates to
convert
to AT? Try [u]http://www.templatetimes.com[/u] |
| |
AlarConcepts
Senior Member   Posts: 217 Registered: 8/1/2004 Status: Offline
|
posted on 4/19/2005 at 12:48 PM |
That was just a factoid ...the real
clarification is that even though it works, it should be avoided.
I'm pretty sure it's a deprecated method for upcoming standards, but can't
recall from memory...
Not to worry though, it'll be a long, long time before everything is
encased in <div>s and positioned that way. (And I'm sure we'll find
some way around it...)
 ____________________ »
title="AlarConcepts">AlarConcepts« |
| |