View Full Version : iFrame HELP PLZ!!!!!!


Miss_Thang
10-02-2003, 03:24 AM
I really need help with iFrames!!! I put the code and it comes out good! But I don't know how to make and iFrame tranparent AND how to ADD TEXT!!! Once some one had told me how and I try'd it but it didn't work...I guess I didn't put the code in the right place!! Can some one please help me with this...plz!!!!

MaGiCSuN
10-02-2003, 12:02 PM
to make iframe transparent:

add AllowTransparency="true" to the <iframe> tag. Then add to the page that loads INSIDE the iframe in the <body> tag bgcolor="transparent"

to add text:

you need to make a new page that will load into the iframe. more information can be found here (http://www.lissaexplains.com/frames.shtml#inline)

for more information about transparency please try to do a search on the forum because there are many threads about this topic allready :)

Love,
Mirna

Miss_Thang
10-03-2003, 02:32 AM
THANK YOU!!!!!