PDA

View Full Version : removing bio pic


takeflightphoto
Jun-23-2009, 01:25 PM
I took the <div> code that pointed to the bio pic out of the bio page html, trying to get rid of the pic, but it won't go away.

I just want the text and the slideshow.

Any suggestions?

jon

http://www.takeflightphoto.com

J Allen
Jun-23-2009, 01:31 PM
Try this in your CSS box:



/*=====Bio-Box=====*/
#bioBox .photo
{display:none;}

takeflightphoto
Jun-23-2009, 01:37 PM
Thanks so much...worked perfectly.

jon

Try this in your CSS box:



/*=====Bio-Box=====*/
#bioBox .photo
{display:none;}