dissappearing line?!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
matt9b
Forum Newbie
Posts: 5
Joined: Tue Oct 07, 2008 10:10 pm

dissappearing line?!

Post by matt9b »

I'm baffled by this:

Page 1 - Lines appear: http://www.imperfectsamples.com/website ... /index.php

Page 2 - Lines vanish: http://www.imperfectsamples.com/website ... tpiano.php

The code is identical in both pages- the only difference is the content table. If I make the lines 2pixels high in page 2, it suddenly re-appears, but I can't work out why. The lines should appear in both pages. :banghead:

I've been trying to fix this for some time, so any help much appreciated.
Paul Arnold
Forum Contributor
Posts: 141
Joined: Fri Jun 13, 2008 10:09 am
Location: Newcastle Upon Tyne

Re: dissappearing line?!

Post by Paul Arnold »

Are you referring to the white lines at the top and bottom?

They're both pointing to different images.

Try changing the image src on the one that's not working to ../../images/line.jpg
matt9b
Forum Newbie
Posts: 5
Joined: Tue Oct 07, 2008 10:10 pm

Re: dissappearing line?!

Post by matt9b »

Paul Arnold wrote:Are you referring to the white lines at the top and bottom?

They're both pointing to different images.

Try changing the image src on the one that's not working to ../../images/line.jpg
D'oh! Thanks man
Post Reply