Guest Posted May 27, 2003 Posted May 27, 2003 I would like to make the categories in the left box bigger and bolder, how can i do this without changing the size of the font etc for the whole site?
Guest Posted May 27, 2003 Posted May 27, 2003 Im not 100% that this would work but i created a new style for my columnleft to enable me to have a background etc. I would experiment with this code and put it in your categories.php file. <link rel="stylesheet" type="text/css" href="stylesheet.css"> <body leftmargin="0" topmargin="0"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <table width="0" border="0" cellpadding="0" cellspacing="0" class="categories2"> <tr> <td width="0" height="0" valign="top"> then goto to your style sheet and add the following .categories2 { font-family: Verdana, Arial, sans-serif; font-size: 10px; } Like i say, im not 100% sure it will work but what we are doing is creating a seperate style for the categories only. As far as im aware it will work on pretty much any of OSC. Good Luck PR
Guest Posted June 6, 2003 Posted June 6, 2003 okay, i added the second bit to the stylesheet but then i go to includes/boxes/categories.php and I don't see where to add that bit - i think i might be looking at the wrong page but cannot find a different one?!
Guest Posted June 6, 2003 Posted June 6, 2003 you need to add that bit to the top of the categories.php file Put it at the very top. Regards PR
Guest Posted June 6, 2003 Posted June 6, 2003 okay thanks i have done that now but it doesnt seem to have worked i've tried putt ing a "." on them both but that doesnt work either
Recommended Posts
Archived
This topic is now archived and is closed to further replies.