Jump to content

Web Site Logo Image Question


TheMovieman

Recommended Posts

Need help once again, lol.

 

This is probably simple... I created a logo image and have it display on every page via a php include. While it shows up fine on the one page, it does not on my home page (the columns do not align). Now, I went into the code of my home page and just put the code in manually and fooled around with colspan and other things, but it shows up the same. However, when I simply remove the image and replace it with simple text, it displays like it should.

 

Here's the code:

><td class="topheader" colspan="3" cellpadding="0" cellspacing="0">

<hr color="#cdcccc" width="99%">

<center><a href="http://www.moviemansguide.com"><img src="http://www.moviemansguide.com/images/header/logo02.jpg" width="650" height="70" border="0"></a></center>

<hr color="#cdcccc" width="99%">
<img src="http://www.moviemansguide.com/images/spacer.gif" width="1" height="5"><br />
</td>

 

There's nothing wrong with the class "topheader" either.

 

Here are the 2 pages:

 

This one is how it's supposed to look:

http://www.moviemansguide.com/reviews/DVD/...hp?id=shootemup

 

And here's the other:

http://www.moviemansguide.com/index2.php

 

I can't figure out why it's doing that. It looks like it's a column span issue but as you can see here:

http://www.moviemansguide.com/, the code is the same but I replaced the image with text.

Link to comment
Share on other sites

Looking at the source for the page, the image link is not in it.

 

><td colspan="3" cellpadding="0" cellspacing="0">

<hr color="#cdcccc" width="99%">

  <font size="4"><b><i>Movieman's Guide to the Movies</i></b></font>

<hr color="#cdcccc" width="99%">
<img src="http://www.moviemansguide.com/images/spacer.gif" width="1" height="5"><br />
</td>

 

Did you forget to upload the page?

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