Thread: Frame Help With Borders
Results 1 to 4 of 4
Related
-
Borders Lining Up Forum: CSS Forum
Replies: 2 -
coloured borders Forum: CSS Forum
Replies: 2 -
Table borders Forum: HTML Forum
Replies: 2 -
Tables and Borders Forum: HTML Forum
Replies: 8
-
10-03-2002, 05:54 PM #1
Frame Help With Borders
Hello I was wondering if theres a way to take the frame borders out. Im working on page that has a frame on the top, bottom, and right and want them to blend together by taking out the border So I was wondering how to do that and where to place the html tag for it.
Thanks
Edit: Spelling
-
10-03-2002, 06:44 PM #2
<FRAMESET FRAMEborder=0 COLS="30%,70%">
The 0 should turn it off and 1 turns it on, I think - haven't messed with frame borders in
years.
-
10-03-2002, 06:48 PM #3
Alright did this, it made the border just a straight line instead of a 3d type one, any way of making the border pure black so it doesnt look like its there?
-
10-03-2002, 08:32 PM #4
Change the frameborder=0 to border="0" this should eliminate it completely.
Dave