SitePoint Sponsor |
|
User Tag List
Results 1 to 7 of 7
Thread: FrontPage question
-
Dec 21, 2006, 15:56 #1
FrontPage question
I dont know if it is in the right place, but there's no section for HTML at all...
I have 2 frames, but they have a white border between them.....
I tried frameborder=no or 0, but nothing useful....
How can i get rid of that white vertical line?
-
Dec 21, 2006, 16:13 #2
- Join Date
- Feb 2003
- Location
- Slave I
- Posts
- 23,424
- Mentioned
- 2 Post(s)
- Tagged
- 1 Thread(s)
Moved to the HTML and XHTML forum.
-
Dec 21, 2006, 16:21 #3
-
Dec 22, 2006, 11:26 #4
-
Dec 22, 2006, 12:31 #5
Don't use frames thats my only sugestion
(however frames do have a place like in manual/help documentation.)
-
Dec 22, 2006, 13:25 #6
May I see the code?
-
Dec 22, 2006, 20:22 #7
- Join Date
- Dec 2006
- Location
- Germany, but living in Denmark
- Posts
- 18
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Don't use frames, but her is your answer, which you searches
HTML Code:<frameset frameborder="0" framespacing="0" border="0">
- frameborder
- framespacing
- border
give the attributes 0, that must be all.
You need all three tags, if want to blank the borders in internet explorer, firefox, opera and so on....
greets,
coda
Bookmarks