View Full Version : IFrames help


jonathan12
03-17-2003, 04:20 AM
What's the tag to control the outside of the inline frame? Like the boarder... So far I have this....

<center><iframe src="test_middle.htm" name="middle" width="600" height="500" style="border: 5 solid #00000"></iframe>

And that's perfect but I want to know what I put to change text/color on the boarder around it....

jonathan12
03-17-2003, 05:01 AM
Okay I fixed that problem, but this one I really cannot figure out for the life of me, how do I put my links to the right of the iframe? Because I tried using <align=right> but it just moved it from the bottom centered to the bottom right. I want them directly to the right of the frame, this one I am really stuck on, can soe on help?

jonathan12
03-17-2003, 06:27 PM
Bump because I still need that question answered!^^^^^

pb&j
03-17-2003, 06:38 PM
Originally posted by jonathan12
style="border: 5 solid #00000"
You should fix that part.
style="border : 5px solid #000000;"

For your second question, try floating the area.

<p style="float:right;"> text here </p>