Jump to content

Linking Logo


Guest eLlIoTg

Recommended Posts

Guest eLlIoTg

Is there anyway i could link the logo at the top of the page so that when you click on it it returns to the homepage (Main Page)

Help Appreciated

THANKS

Link to comment
Share on other sites

You can do it this way. Open Skins/your skin/styleTemplates/global/index.tpl and edit the header information. This is for Killer skin:

<div id="topHeader">

<div align="center"><td align='center' height="90" width="100%"><a href="http://www.your url"> <img src="http://www.your url/skins/Killer/styleImages/backgrounds/topHeader.gif" alt="your alt text" border="0"></a></td>

Alignment and width can be changed to suit your situation.

Link to comment
Share on other sites

Guest shandaman

hopefully his header is setup this way and its not through layout.css if it is this will take some work to create it in the .tpl files like this.

Link to comment
Share on other sites

I cant find it anywhere

all I get in Open Skins/your skin/styleTemplates/global/index.tpl is

<!-- BEGIN: body -->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset={VAL_ISO}" />

<title>{META_TITLE}</title>

<meta name="description" content="{META_DESC}" />

<meta name="keywords" content="{META_KEYWORDS}" />

etc

no Header information

Also checked layout.css and not there either

can you help

A1CS

Link to comment
Share on other sites

Guest shandaman

Sure we can, first off is this a customized skin or the default one?

As the default one would have the info that roban mentioned above. If its a customized one, you can simply replace the index.tpl file you have with the original which you can download off the .org site. Let us know if you have any further questions. Also feel free to try out other free skins at the .org forum as there are many availible.

Link to comment
Share on other sites

Search for this line of code in global/index.tpl

<tr> <td colspan="2"> <img border="0" src="images/1.gif" width="734" height="128"></td>




REPLACE it with this block of code:




<tr> <td colspan="2"> 

<a href="index.html">

<img border="0" src="images/1.gif" width="734" height="128"></a></td>

Link to comment
Share on other sites

  • 4 weeks later...
Guest ilsesthings

You can do it this way. Open Skins/your skin/styleTemplates/global/index.tpl and edit the header information. This is for Killer skin:

<div id="topHeader">

<div align="center"><td align='center' height="90" width="100%"><a href="http://www.your url"> <img src="http://www.your url/skins/Killer/styleImages/backgrounds/topHeader.gif" alt="your alt text" border="0"></a></td>

Alignment and width can be changed to suit your situation.

Hi all,

I've successfully made my logo a link to the homepage, via these instructions. But now the Session info is right next to the categories horizontal bar. Any idea how I should fix this? I've fooling with it and can't get it back above.

Also, the space in between the category bar and the boxes below somehow grew...i didn't think I had messed that far below!

thanks in advance :(

ilse

(www.ilsesthings.com)

Link to comment
Share on other sites

  • 6 months later...
Guest Meow Meow

Hi

Would anyone show me how to link my logo, please? I tried the below in my index.tpl but it didn't work.

<body>

<div id="pageSurround">

<div id="topHeader">

<a href="http://www.rosary-art.net"></a>

</div>

Thanks in advance.

Danielle

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...