Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: TheListener on February 26, 2010, 10:42:51 PM

Title: index css
Post by: TheListener on February 26, 2010, 10:42:51 PM
After a long look through the file I am unable to find the section where you can change the font of the user info area.

Any ideas?

If you go to www.parascifi.net on the main forum page you will see some orange text at the bottom. I want it to be white.

Title: Re: index css
Post by: Oldiesmann on February 27, 2010, 11:37:03 AM
Looking at the source, it isn't a problem with the CSS. The problem is that you've got a bunch of font tags in there and not all of them are getting closed:

</font></font></font></font></div>
<font color="yellow"><font green="" color="lime"><font color="white"><font color="orange"> </font></font></font></font><div id="posting_icons" class="flow_hidden">
<font color="yellow"><font green="" color="lime"><font color="white"><font color="orange"> </font></font></font></font><ul class="reset">
<font color="yellow"><font green="" color="lime"><font color="white"><font color="orange"> <li class="align_left"><img src="http://www.parascifi.net/Themes/raven/images/new_none.png" alt=""> No New Posts</li>
<li class="align_left"><img src="http://www.parascifi.net/Themes/raven/images/new_redirect.png" alt=""> Redirect Board</li>

</font></font></font></font></ul>
<font color="yellow"><font green="" color="lime"><font color="white"><font color="orange"> </font></font></font></font></div>
<font color="yellow"><font green="" color="lime"><font color="white"><font color="orange"> <span class="clear upperframe"><span></span></span>
</font></font></font></font><div class="roundframe"><div class="innerframe">
<font color="yellow"><font green="" color="lime"><font color="white"><font color="orange"> </font></font></font></font><h3 class="catbg"><span class="left"></span>
<font color="yellow"><font green="" color="lime"><font color="white"><font color="orange"> <img class="icon" id="upshrink_ic" src="http://www.parascifi.net/Themes/raven/images/collapse.gif" alt="*" title="Shrink or expand the header." style="cursor: pointer;">
ParaSciFi - Info Center
</font></font></font></font></h3>
<font color="yellow"><font green="" color="lime"><font color="white"><font color="orange"> </font></font></font></font><div id="upshrinkHeaderIC">

<font color="yellow"><font green="" color="lime"><font color="white"><font color="orange">


Removing all of those <font> and </font> tags will fix the issue.
Title: Re: index css
Post by: TheListener on February 27, 2010, 06:51:47 PM
Should I remove all of them or just a few?
Title: Re: index css
Post by: greyknight17 on February 27, 2010, 08:35:32 PM
Why are you using that many font color tags and within each other also? Just stick with one font and use it correctly as I see some of them are off...

<font green="" color="lime">
Title: Re: index css
Post by: TheListener on February 27, 2010, 08:38:06 PM
Is it the index css file I should be looking at?

My minds a muddle at the moment.