PDA

View Full Version : Extraneous junk on HTML page


JenSkoog
Mar-05-2010, 08:38 PM
Hi there!

I am trying unsuccessfully to rid of the extra links and boxes and extensions to the photo background of the html page for this album: :cry

http://www.jenniferskoog.com/gallery/7899096_MptCD/


to make it look "clean" like this one:
http://www.jenniferskoog.com/gallery/7670946_modyN/

the photos are exactly the same size, why are they showing up in different sizes. How can I get rid of the extraneous junk.

THANK YOU!
Jennifer

Allen
Mar-05-2010, 09:09 PM
Hi there!

I am trying unsuccessfully to rid of the extra links and boxes and extensions to the photo background of the html page for this album: :cry

http://www.jenniferskoog.com/gallery/7899096_MptCD/


to make it look "clean" like this one:
http://www.jenniferskoog.com/gallery/7670946_modyN/

the photos are exactly the same size, why are they showing up in different sizes. How can I get rid of the extraneous junk.

THANK YOU!
Jennifer
You are missing a closing div

<div align="center">
<div class="myTitle">
... (SNIP) ...
</div> <!-- closes myText div -->
<div class="spacer"></div>
</div> <!-- closes align="center" -->

JenSkoog
Mar-06-2010, 12:03 AM
Thank you! It worked! I also was miising the closing "</table>"

I'll keep on tweaking . . .


You are missing a closing div

<div align="center">
<div class="myTitle">
... (SNIP) ...
</div> <!-- closes myText div -->
<div class="spacer"></div>
</div> <!-- closes align="center" -->