PDA

View Full Version : Hiding Pictures on Gallery


dnorth
Sep-06-2007, 09:03 PM
I have made an FAQ page for my web site and I use the journal layout and I want to hide the picture.

How can I do that?

You can see the page on www.mlyphotography.com (http://www.mlyphotography.com) see the FAQ link.

Thanks

richW
Sep-06-2007, 09:07 PM
Paste in your css section:
#image_192596861 {display: none;}

Check out WebDev, WebDev Tutorial and Firefox in my signature. Great tools :)

dnorth
Sep-07-2007, 06:18 AM
Thanks that worked perfectly.