Jump to content

Random questions


Guest jaztrio

Recommended Posts

Guest jaztrio

I am wanting to change the "text" of the word hompage on my site - the reason - the cart home page is NOT my home page - is there a way to do that?

Also is there a way to make the banner "clickable" to take you home?

Any advice would be great!!!

Link to comment
Share on other sites

Both questions are answered in the pinned posts. But if you don't want to look there:

To change the word Home Page, open your language/en/lang.inc file. it's in there, just change it.

To make your banner clickable here's what I did:

I created a new class in my layout.css thusly:

.banner {

text-align: center;

height: 160px;

text-indent: 2px;

margin-bottom: 10px;

padding-right: 0px;

padding-top: 0px;

background-image:

background-repeat: no-repeat

Then I added this to my index.tpl

<div class="banner">

<a href="http://www.vitaminlink.net"><image src="skins/VitaminLink/styleImages/backgrounds/topHeader.jpg" border="0" align="center" alt="vitaminlink banner">

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