Log in

View Full Version : Centered Category Names


dotagious
12-03-2001, 12:57 AM
How do I move the category names to the center like they are on this forum?

cDawg.NET
12-03-2001, 04:48 AM
Go into your Admin Control Panel and edit the Templates as follows:

Edit Template: forumhome_forumbit_level1_nopost

find:
<td bgcolor=

and add inbetween <td and bgcolor=
align=center

so you'll have
<td align=center bgcolor=

This should help.

dotagious
12-03-2001, 11:40 PM
Thanks

theironmic
03-04-2002, 12:36 AM
much thanks dogg.....1`

dawl
03-12-2002, 06:17 PM
If i want to add graphics in there with the names, how would I do this ?

cDawg.NET
03-12-2002, 09:42 PM
If you want to add a graphic just add in the html for an image.
===put in between the <a> and </a> tags where the words were===
<img src="filename.gif">
===================

dawl
03-12-2002, 11:16 PM
Thanks a lot ! Works perfect :-)