As you can see, I managed to figure out how to put a banner there. I did this by changing a few things in the prosilver theme. Here's what I changed.
I changed
Code: Select all
<div id="site-description" class="site-description">
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</div>
Code: Select all
<div id="site-description" class="site-description">
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"></a><img src="{T_THEME_PATH}/images/fanficparadisesfw.png" alt="" /></a>
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</div>
Now my first thing I need help with. How do I change the blue around the banner into black? What code should I change for that?
@@@
http://www.fanficparadise.com/arielschn ... /fp_02.bmp
As you can see in the picture above, the search bar only shows up when the screen is at 90%.
I am using a 640X480 resolution. Don't tell me to change the resolution. I need it this way for my bad eyesight.
Now the second thing I need help with is, how do I move the search bar to between the header and the bar with 'Quick links' on it? If I do that, it should show up in the resolution I am using. But I don't know what code to change to put it there.
@@@
The third thing is, in the second pic you can see my banner is off to the left. How do I make sure it's centered? So no matter what the resolution, it will always be in the center.
Please tell me what code to change.
Thanks for taking time to help me!^_^