PDA

View Full Version : How do I get rid of this?


Jerry Gowins
Feb-19-2007, 06:29 PM
Hi!

Right next to my bio photo is part of the html code. How do I get rid of it?

www.carpe-lumen.net (http://www.carpe-lumen.net)

Thanks!

Jerry

Allen
Feb-19-2007, 06:40 PM
Hi!

Right next to my bio photo is part of the html code. How do I get rid of it?

www.carpe-lumen.net (http://www.carpe-lumen.net)

Thanks!

Jerry Remove the red in your header code.

<br>
<br>
h3{font-size: 120%}<br>
<br>
<br>
<br>
<br>
<h3>I am based in Euge ....

Add green in your header code to center your email me if you like.

<div align="center">
<a href="mailto:carpelumen1@yahoo.com">Email Me</a>
</div>

Noticed that the workshops gallery in just a description gallery that
won't have any photos added. If that's the case you can clean up
it by adding this to your CSS.

.gallery_2491007 .journal_entry,
.gallery_2491007 .pageNav,
.gallery_2491007 .cartbuttons,
.gallery_2491007 #albumNav_top,
.gallery_2491007 #albumNav_bottom
{display:none;}

.gallery_2491007 #albumDescription img
{margin-left: 240px}

Jerry Gowins
Feb-19-2007, 06:45 PM
Thank you!!