Log in

View Full Version : Want to change forum display thread into bold?


Mark_Zuckerberg
10-10-2011, 07:59 PM
Hi i want to change my forumdisplay threads int bold and without underline.

the 2nd thing is this i want to change the post bit to center screen shots are attached hope this will tell better what i want to do?

1:

http://top10snaps.com/wp-content/uploads/2011/10/er0r-1.jpg



2:

http://top10snaps.com/wp-content/uploads/2011/10/er0r-2.jpg

Simon Lloyd
10-11-2011, 06:46 AM
Your first will be done in your Main Css (look for the <a> tags and see if underline has been set there, as for your second it's already centered, if thats someone elses then in your postbit_legacy template look for this<tr valign="top">
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

<div id="postmenu_$post[postid]">
and replace it for this<tr valign="top" align="center">
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px" align="center">

<div id="postmenu_$post[postid]">
Hope that helps!