View Full Version : Centering The Mini-profile
Quillz
20-Aug-2004, 11:15 AM
Sorry to bug you guys again, but I have another question.
How do I center the mini-profile contents like you did with the Panther skin? That is, my profile info to the left of this post. I think I know where in the template it would be, but I'm not so sure what to edit. Thanks :D
Aristia
21-Aug-2004, 11:34 AM
find this in topic view (in the html templates via acp)
<div class='htmltop'>HTML</div><div class='htmlmain'>{$author['title']}<br />
{$author['member_rank_img']}<br /><br />
{$author['member_group']}<br />
{$author['member_posts']}<br />
{$author['member_joined']}<br />
{$author['member_location']}</div>
now look above that bit of coding for
<div class='htmltop'>HTML</div><div class='htmlmain'><td blah blah></div>
just put in align="center"
Quillz
21-Aug-2004, 08:30 PM
Okay, thanks.
Quillz
23-Aug-2004, 04:36 AM
Sorry to bug you again, but...
Topic View has to be expanded. Which element in Topic View has all that? I've looked and just can't find it...
Aristia
23-Aug-2004, 07:56 AM
ah sorry. it's in render row :)
Quillz
24-Aug-2004, 05:03 AM
Thank you very much! Just one more thing, though; I wasn't able to center the member name. Is it in another template? I can't find it...
Aristia
24-Aug-2004, 07:37 AM
The member name is above the area you were working on.