PDA

View Full Version : Help with CS Expanded?


Superwilly
21 Mar 07, 07:40
Hi, I'm using the CS Expanded style here: http://www.medhatxpats.com

Currently the index is linked in the header by clicking the (rather narrow) "logo_mid.gif". I want to remove this (I can figure this part out).

What I want though is the index of the forum to be linked by clicking the logo on the left hand side. I'm pulling out my hair trying to figure out how to do this.

Help please? lol, thanks!

-Superwilly

CyberAlien
21 Mar 07, 08:05
In overall_header.tpl find this:<td align="center" class="logorow1"><div class="logorow2"><a href="{U_INDEX}"><img src="templates/cs/images/logo_mid.gif" height="88" alt="{L_INDEX}" /></a></div></td>and replace with this:<td align="left" class="logorow1"><div class="logorow2"><a href="{U_INDEX}"><img src="templates/cs/images/logo_left.jpg" height="88" alt="{L_INDEX}" /></a></div></td>then in css delete this code:.logorow1 {
background: url(images/logo_left.jpg) top left no-repeat;
}

Superwilly
21 Mar 07, 16:08
Hey thanks, that worked! One more questions (hi-jacking my own thread) - Any idea why the whole forum "jumps" on-screen when I click any link in Firefox? This just started after I made the above changes. Does this happen to you?

-Super

CyberAlien
21 Mar 07, 16:11
No, but there isn't any reason for firefox to re-render forum when you click link. Must be yet another firefox bug.

Superwilly
21 Mar 07, 17:09
Yea, it doesnt happen when I enable subSilver though, just when I'm using the CS style.

DooBDee
21 Mar 07, 18:01
I just visited your website and I couldnt see what you meant by "Jumping". And yes, I was using firefox :)