Strawberryz
03-04-2003, 08:35 PM
what is the code for an iframe i know its iframe="whatever.html", but is there more that im missing? PLEASE HELP
|
View Full Version : Iframes Please Help Strawberryz 03-04-2003, 08:35 PM what is the code for an iframe i know its iframe="whatever.html", but is there more that im missing? PLEASE HELP epolady 03-04-2003, 08:43 PM Well generically it's <iframe src="abc.html" height="###" width="###"></iframe> you can add more, it depends on what you want. If you want a border or not, etc. HTH. iwasneocoolbabe 03-04-2003, 08:43 PM <iframe src="inline.html" name="inlineframe" width="your width" height="your height" style="border: 5 solid #ff33cc"></iframe> to understand the code more go here.. http://www.lissaexplains.com/frames.shtml |