|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (6 bit)
Join Date: Jun 2004
Posts: 45
|
Frame Borders...
ok, well i'm coding a web site for a friend of mine, and i have everthing fine, i'm not new to html but for some reason i can't get the borders around the iframes to go away, i have entered frameborder="0/no" into the iframe tags and that doesnt work, i've been trying since last night to get rid of these annoying frameborders.
I'm sure there is some code i could post in with this to help you determine where i went wrong, but i don't know exactly what portion of code you would need, besides the iframe tag Code:
div align="center"> iframe src="main.html" name="infobox" frameborder="0" height="618" width="554"> If you are seeing this message you need to update your browser. Please download the latest version of your current internet browser. /iframe> /div> btw, that's inside a table, anyway, any help or suggestions would be great. If anyone can help me solve my problem please let me know.
Last edited by Reaps; 08-02-2004 at 01:29 PM. |
|
|
|
|
|
#2 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
See if this does the trick:
PHP Code:
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#3 |
|
Member (7 bit)
Join Date: Feb 2004
Location: NL, Canada
Posts: 78
|
Just two quick things incase what Force said doesn't quite work. You said the iframe is with in a table, what are the chances that you are seeing the table border and not the iframe border? Second, if you're still lost, how about changing the color of the iframe border to match the background color, hense making it invisabile.
|
|
|
|
|
|
#4 |
|
Member (6 bit)
Join Date: Jun 2004
Posts: 45
|
ok, well i had already tried a paragraph instead of a division, and that didn't work, thanks for the suggestion anyway force. and i'm not a complete newb
i know what a table border looks like, it's not the table border. anyway tho, i fixed it with a little tweaking of the code in the source page. turns out that my friend had put everything inside a table and left the border turned on, he's pretty new to html, lol. He's not touching this code anymore thanks for the suggestions anyway guys
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|