XxBeaNxX
06-23-2003, 02:25 AM
I am desgning a website for the computer game Worms: Armageddon with all sorts of things and I want to put and iframe with no border to te right of my links. I do not have the site uploaded to a server yet, but I have the html code of what I have so far (just the links that I want the iframe to be next to). Can someone post the code to put the iframe next to the links. The source for the iframe should be "news.htm"
Thanks in advance!!!
Dude128
06-23-2003, 02:29 AM
for the iframe itself:
http://www.lissaexplains.com/frames.shtml#inline
to get it next to the links:
I would probably use a table (http://www.lissaexplains.com/table.shtml). you could use a table with two cells in one row, one for the links, and the other for the iframe.
XxBeaNxX
06-23-2003, 03:15 AM
ok that works but now my iframe is right next to my links. Could I move it over a little?
apples
06-23-2003, 04:44 AM
Try absolute positioning it.
<iframe style="position:absolute; top:put number here; left:put number here;">