View Single Post
Old
  (#5 (permalink))
kindpeacho
Junior Member
 
Status: Offline
Posts: 6
Join Date: Feb 2006
02-20-2006, 03:53 PM

See, that's what I thought. I found the CSS style sheet in this theme & I tried changing the two html files that I thought would be the one's to change for the main news page, but neither worked.

I changed the story_home.html and story_page.html

Here is the code for story_home.html, as you can see i changed every color option in there to #FFFFFF and it's still gray. :roll:


<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50" align="right" valign="bottom">[img]themes/HeliusGray/forums/images/top_left.gif[/img]</td>
<td width="100%" align="center" valign="middle" background="themes/HeliusGray/forums/images/top_center.gif"><font class="storytitle">$title</font></td>
<td width="50" align="left" valign="bottom">[img]themes/HeliusGray/forums/images/top_right.gif[/img]</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td height="28" background="themes/HeliusGray/forums/images/bg_cat.gif">
<div align="center"><font class="content">$posted</font>

<font class="content">$morelink</font></div>
<table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td></td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td>[img]$tipath$topicimage[/img]<font class="storycontent">$content</font></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="40" align="right" valign="top">[img]themes/HeliusGray/forums/images/bottom_left.gif[/img]</td>
<td width="100%" background="themes/HeliusGray/forums/images/bottom_center.gif">[img]themes/HeliusGray/forums/images/spacer.gif[/img]</td>
<td width="40" align="left" valign="top">[img]themes/HeliusGray/forums/images/bottom_right.gif[/img]</td>
</tr>
</table>
</td>
</tr>
</table>
   
Reply With Quote