Iframe Border
Hi. Could anyone please advise me on how to change the border around an IFrame. I know how to get rid of it with Frameborder="0", but would like to change it to a solid, 3 pixel wide black one. Thanks in advance
Hi. Could anyone please advise me on how to change the border around an IFrame. I know how to get rid of it with Frameborder="0", but would like to change it to a solid, 3 pixel wide black one. Thanks in advance
timjpriebe posted this at 14:01 — 18th July 2006.
He has: 2,667 posts
Joined: Dec 2004
Use CSS.
<iframe style="border: 3px solid black;">...</iframe>
'Dutchy posted this at 16:04 — 18th July 2006.
They have: 10 posts
Joined: Jul 2006
Thanks
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.