| Web Design and Hosting Creating sites, scripting, and hosting discussions. |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: Apr 20, 2009
Location: Newbury, Berkshire, UK
Posts: 66
![]() Mac Specs: Macbook Pro 17" 2.0gHz, 250gb HD, 2gb RAM; Macbook 13" 2.0gHz, 500gb HD, 4gb RAM.
|
Hi,
I have created my company's website using iWeb. I want the logo on the top of each page (which is a jpeg image) to be a hyperlink that points to the homepage. It works in iWeb itself, but when I publish the site and click "Visit Site Now", only one of the page's logo hyperlinks work (Out of 8). Can anyone help me with this? FYI, I have not yet published the site on my server. It still needs a few tweaks. Do you think it will work when on the server? Many thanks, Nigel |
| QUOTE Thanks | |
![]() Member Since: May 31, 2009
Location: Vancouver, Canada
Posts: 203
![]() Mac Specs: 15" Unibody (Jan 09)
|
|
| QUOTE Thanks | |
![]() Member Since: Apr 20, 2009
Location: Newbury, Berkshire, UK
Posts: 66
![]() Mac Specs: Macbook Pro 17" 2.0gHz, 250gb HD, 2gb RAM; Macbook 13" 2.0gHz, 500gb HD, 4gb RAM.
|
The one that does work goes to the correct page... |
||||
| QUOTE Thanks | |||||
![]() Member Since: Feb 26, 2009
Posts: 20
![]() |
Sounds like your pathing is wrong. Are you using relative or absolute?
Also, on a side note.. Using an image for your company logo link is bad for a few reasons. It's not accessible and does not help with SEO. Try using a text link inside an H1. As that is the most important part of your site. Search engines really like to see text links and order of importance with content. So may I suggest using sprites: CSS: Code:
h1#logo {
margin:0;
}
h1#logo a {
text-indent:-9999px;
display:block;
background: transparent url(../images/logo.gif) no-repeat top center;
height:67px;
width:70px;
}
Code:
<h1 id="logo"><a href="default.php">Company Name</a></h1> |
| QUOTE Thanks | |
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Website only Partially Published Using iWeb and FTP settings | TangaEric | Web Design and Hosting | 1 | 08-03-2009 11:00 AM |
| iWeb email hyperlink | rric31 | Web Design and Hosting | 1 | 02-25-2009 11:51 PM |
All times are GMT -4. The time now is 01:57 PM.
Powered by vBulletin