PDA

View Full Version : Forumhome Category help


betts02
09-23-2010, 08:51 AM
OK i have placed <center> and </center> with the category name between each section for my categorys to be centered

Its maybe something simple but i must be blind

Now i want to be able to place a longer name between the <center> and </center> so i can put an image

Where can i change the maximum number of letters allowed ?

Cheers

Lynne
09-23-2010, 02:17 PM
The center tag is deprecated - you should not be using it. Use <div align="center"> or something similar depending (text-align="center").

Max number of letters for Forum Names? Is that what you are asking about? forum.title is varchar(100) in the database. You would need to change it there (along with forum.title_clean)

betts02
09-23-2010, 05:54 PM
What i want to do is have an image instead of the title for the categorys and have it cenetred

Lynne
09-23-2010, 06:08 PM
OK, you may do that (I think... I've never tried it before).