//flex table opened by JP

Click to See Complete Forum and Search --> : Iframes


Bullit
10-16-2002, 05:15 PM
OK hi, so im making a site and i put in my iframe code, inserted it fine, but i cant get rid of the line around it, it is either a border, cell shading or somethin, i used the border=no command and the cellshading=no but neither worked and i still have a grey line round the text, which would be fine except I DONT WANT THAT F'KN GREY LINE

any ideas?
thanks.

ironik311
10-16-2002, 11:09 PM
When you are using frames you need to use the frameborder="no" command. This will turn it off. Post a link to your site when you're finished if you want some constructive critism, the guys here have helped me heaps.

This is my test site, which is never really finished, but I always test my ideas on this site because it has a regular turnover of visitors:
http://www.angelfire.com/art2/ironik311/

Welcome to Sysopt!:D

fancyf
10-16-2002, 11:49 PM
Nicely done ironik!
...

The page you requested is taking a coffee break
Aliens must have abducted this page!

LOL

http://membres.lycos.fr/limagerie/cool_shades2.gif

Bullit
10-17-2002, 10:12 AM
Cheers, I'll post the link when I'm done....if I'm ever done....

Bigjakkstaffa
10-17-2002, 11:17 AM
Your sites all look the same to me :rolleyes:

:p

--Jakk:t

Bullit
10-17-2002, 11:33 AM
you're just jealous:(, this one will be the diemega

Bigjakkstaffa
10-17-2002, 11:48 AM
..but of course i am :D...

...good job we know each other in the real world...

So you got your frames sorted at long last eh... good good - i expect a link to the finsihed item :D

--Jakk:t

Bullit
10-17-2002, 04:42 PM
.......quick question - is the code for targeting frames <iframe target=blah.html></iframe>

and do i put it in the html of the frame content (i.e. in blah.html) or in the space where i want the frame to be?

thanks.:rolleyes:

ironik311
10-18-2002, 02:08 AM
Ah...

<iframe src="home.html" name="iframe"></iframe>

The iframe has to have a source intially to tell it which page to load first (otherwise it will have that annoying "this page cannot be displayed error")

It also has to have a name to tell the links where to open. E.G:
<a href="page.html" target="iframe"></a>

That target tells the specific link where to open. The page.html will be opened in the iframe. It is the same for other frames as well, they all have to have names.


(BTW - anyone know of a good free host, without ads and with a webshell browser upload utility?):t