News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

index css

Started by TheListener, February 26, 2010, 10:42:51 PM

Previous topic - Next topic

TheListener

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.


Oldiesmann

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.
Michael Eshom
Christian Metal Fans

TheListener

Should I remove all of them or just a few?

greyknight17

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">

TheListener

Is it the index css file I should be looking at?

My minds a muddle at the moment.


Advertisement: