PDA

View Full Version : Disable img tags for one skin?


christopher84
12-18-2008, 09:52 PM
Is there a way to disallow images in img tags from showing on just one of my skins? I still want users to be able to post images using tags if they like still. I just want a skin where the images don't actually show up.

I wanted to make this as an option for some of my users who don't want to wait for images to load all the time, wile still allowing others to do so if they like.


any suggestions?

thanks :)

Attitude5ire
12-23-2008, 11:00 AM
Ermm??
did you try CSS way..?
just try add

img {
display:none;
}

to the particular style..