View Full Version : Table & Images Opacity Help


IvyShadows
06-18-2003, 01:42 PM
Help me please? See I put an image on my site in a table I wrote on my own. The table is fine, it does just what I want with the image, however the image itself I want to be less opaque. Instead the whole image turned black. So here's my code:

<table bgcolor=black border=1 bordercolor=white width=641 height=414 cellspacing="0" cellpadding="1"><tr><td><font color=black><center>

TEST

<style="filter:alpha(opacity=92)" img src=http://delivery.gettyimages.com/comp/10130010.jpg?x=x&dasite=GETTYIMAGES&ef=1&ev=1&dareq=4C353A315C50434243514342404D414D></style></center></table>


Can you help me?

sebluver
06-18-2003, 02:02 PM
Do you have PSP? If you do, then why not open the image up in PSP and alter the opacity?

IvyShadows
06-18-2003, 03:47 PM
No I don't. ::sigh:: And I know there's a way to do it with codes and stuff but I'm not quite sure how and I know I'm doing it wrong. Thanks anyhow.

MaGiCSuN
06-18-2003, 05:39 PM
you didn't had an <img> tag in it so that's why the image didn't showed up and all you saw was the black background :)

try this:

<table bgcolor=black border=1 bordercolor=white width=641 height=414 cellspacing="0" cellpadding="1"><tr><td><font color=black><center>

TEST

<img src="http://delivery.gettyimages.com/comp/10130010.jpg?x=x&dasite=GETTYIMAGES&ef=1&ev=1&dareq=4C353A315C50434243514342404D414D" style="filter:alpha(opacity=50)"></center></td></tr></table>

Love,
Mirna

IvyShadows
06-18-2003, 06:50 PM
Thanks so much. I mean like it's an x there but the x is like part see through, and I can fix the image. Now that I know the gist of where the opacity tag should go though it'll help me with a load of other things. Thank you thank you thank you SOOOO much, you're the best!

MaGiCSuN
06-19-2003, 06:56 PM
*blushes* your welcome :)