PDA

View Full Version : Lines In My Design



BullDog_Flash
April 29th, 2004, 07:01 PM
Now I aint no genius with php or site designing but im wondering why the lines in the design I have are there http://www.haphaz.com/~cherry/

You might have to meximize the window to see them because my friend was helping me with the php and i started foollin around with the code and thats what happned.

Anyways im gonna go edit the code and stuff to see what happens.

Also I use dreamweaver.

Lost
April 30th, 2004, 03:14 AM
I dont know if this is your problem and I dont know what lines you are talking about but maybe its this...

background="Images/menustretch.jpg"

you have your image as a background and as the table is set to a certain hieght its going to show the top of your image on the bottom... like its wrapped around. To fix this you can either move your table height up or dont put the image as a bg.