elifitz wrote: I can't get a picture to post i have tried every way I know how. Can anyone help???
elifitz wrote: Thanks, But I am looking to place a photo to display on my homepage not "as me". Sorry I should have worded it better.
Allen wrote: Try this in your bio. xxxxxxxx is the photo number. <html> <img src="/photos/xxxxxxxx-M.jpg" /> </html> Add this to your CSS to suppress the "me" bio photo and center new photo. #bioBox { text-align: center; background: none; } #bioBox .photo { display: none; }
Comments
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
<html>
<img src="/photos/xxxxxxxx-M.jpg" />
</html>
Add this to your CSS to suppress the "me" bio photo and center new photo.
#bioBox {
text-align: center;
background: none;
}
#bioBox .photo {
display: none;
}
My Website index | My Blog
I entered it as listed...I am new to all this code stuff
http://www.tomiearl.com