Welcome, Guest. Please Login or Register.
April 29, 2025, 11:04:22 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Graphics and Templates  |  font size on category description « previous next »
Pages: [1] Reply Ignore Print
Author Topic: font size on category description  (Read 1581 times)
soulidified
Noobie
*
Posts: 5


I'm a llama!

font size on category description
« on: June 20, 2003, 11:58:45 PM »
Reply with quote

Hello, I am trying to make the font size on the category description smaller. Know what i mean? (e.g. The category for this board is "Templates and Graphics", and the description under it is "self explanatory dont ya think" So how would i make the description smaller in my template? I have literally changed all the font sizes to 8 in the code to see if any of them effected it and i had no luck. Help me out Ya'll

Thanks,
Jaesoul
Logged
soulidified
Noobie
*
Posts: 5


I'm a llama!

font szie on category descirption
« Reply #1 on: June 21, 2003, 12:51:14 AM »
Reply with quote

Hello, I am trying to make the font size on the category description smaller. Know what i mean? (e.g. The category for this board is "Templates and Graphics", and the description under it is "self explanatory dont ya think" So how would i make the description smaller in my template? I have literally changed all the font sizes to 8 in the code to see if any of them effected it and i had no luck. Help me out Ya'll

Thanks,
Jaesoul
Logged
A.M.A.
YaBB God
*****
Posts: 685


.:: :-) ::.

evolve_xp@hotmail.com WWW
Re:font size on category description
« Reply #2 on: June 21, 2003, 07:30:59 AM »
Reply with quote

look in BoardIndex.php for:<font size="2"><b><a href="' . $scripturl . '?board=' . $row_board['ID_BOARD']change the font size to your needs.
Logged

soulidified
Noobie
*
Posts: 5


I'm a llama!

Re:font size on category description
« Reply #3 on: June 21, 2003, 08:11:42 AM »
Reply with quote

ok thanks, I was able to decrease the font, but the only problem is it decreased in both the "category" and the "description" how do i make it so only the "description" decreased?
Logged
Metho
Sr. Member
****
Posts: 342


I'm a llama!

Re:font size on category description
« Reply #4 on: June 21, 2003, 08:28:31 AM »
Reply with quote

This should do it:


<search for>
<font size="2"><b><a href="' . $scripturl . '?board=' . $row_board['ID_BOARD'] . '">' . $row_board['boardName'] . '</a></b><br />
                     ' . $row_board['description'] . '</font>' . $showmods . '

<replace>
<font size="2"><b><a href="' . $scripturl . '?board=' . $row_board['ID_BOARD'] . '">' . $row_board['boardName'] . '</a></b></font><br />
                     ' . $row_board['description'] . '' . $showmods . '


Methonis
Logged

soulidified
Noobie
*
Posts: 5


I'm a llama!

Re:font size on category description
« Reply #5 on: June 21, 2003, 04:05:00 PM »
Reply with quote

Thanks got it
Logged
Smitty
Noobie
*
Posts: 21


WWW
Re:font size on category description
« Reply #6 on: June 22, 2003, 03:18:35 AM »
Reply with quote

Actually, you can go into your admin section, choose "edit boards", and type html around what you allready have written, and click "Modify" on every board after editing each one......like so
<font size="1">This is the description of each boar, and the font will be small</font>

This is what I did on my board.
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  font size on category description « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.029 seconds with 17 queries.