View Full Version : iframes borders


C4PT1V4T3D
07-09-2003, 10:54 AM
You know how the inline frames look like 3D cells...is it possible to get rid of that??
If it is can you please post the code
much appreciated oxox

Lemon Squash
07-09-2003, 12:08 PM
Add frameborder="0" border=0 to your iframe code..

Example...

<iframe frameborder="0" border=0 src="blah.html" name=iframe width="100" height="100"></iframe>

chichy
09-17-2003, 03:38 AM
This helped me out too! Thanx!