View Full Version : Adding logo on Getaway style
NukedAgain
12 Nov 06, 07:44
Hi. I installed the Getaway style and I like it a lot. I already changed the logo_left.gif and logo_right.gif as in the screenshot below. What I'd like to do, if it is possible, is to center a company logo or at least a company name at the top of the page. I'm clueless, so any help would be appreciated.
http://img171.imageshack.us/img171/2514/forumscreenie1wp2.jpg
Hi,
Find this code in overall_header.tpl:
<td align="center" valign="top"><div class="logo-row"><div class="logo-row2"><!-- replace this spacer.gif with ad or logo --><img src="templates/Getaway/images/spacer.gif" width="1" height="71" alt="" /><!-- end of replacement --></div></div></td>
Change:
<img src="templates/Getaway/images/spacer.gif" width="1" height="71" alt="" />
To the image you would like.
NukedAgain
12 Nov 06, 15:09
Thanks, that's what I needed to know. Worked great. :)
Amazing what a forum search will turn up.
I registered here with the intention of asking the same question but decided to search first. I'm glad I did. Thanks to both Splinter and NukedAgain. :D
NukedAgain
19 Sep 07, 03:06
Glad I'm not the only one that had to ask that question. :)
Now that I have the logo showing I'd like to be able to make it a link back to the main site. Is this even possible? I tried basic HTML per below but with no luck.
<td align="center" valign="top"><div class="logo-row"><div class="logo-row2"><a href="http://www.thesite.com" img src="templates/Getaway/images/site_logo.gif" width="350" height="71" alt="My Site"</a> /></div></div></td>
Any clues?
Persevered and finally found my syntax was wrong. The link is now working.
I would like to force it to open in a new window (or tab for FF users) though. Is there an easy way to go about this?
CyberAlien
19 Sep 07, 09:26
To <a> tag add target="_blank"
Absolutely brilliant, and such a quick and easy fix. You have my eternal gratitude. :)
vBulletin® v3.6.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.