Forum Moderators: open

Message Too Old, No Replies

border around the frame

how to get rid of the frame border?

         

fukchai2000

8:59 am on Feb 2, 2005 (gmt 0)

10+ Year Member



hi guys...i got this piece of code:

<frameset rows="20%,80%">
<frame src="banner.htm" noresize="noresize" scrolling="no" frameborder="0"/>
<frameset cols="15%,85%">
<frame name="s_menu" src="side_menu.htm" noresize="noresize" frameborder="0" scrolling="no"/>
<frame name="m_menu" src="home.htm" noresize="noresize" frameborder="0"/>
</frameset>
</frameset>

and it comes out like this:

------------------------------------------------------
banner.htm over here.
------------------------------------------------------
##Somehow, i got a white space over here.........
------------------------------------------------------
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm

and also white space at "W".........(sorry this is the best i can do......)
can somebody tell me how to get rid of this white border...? i used border-color:red........but nothing change.......

thanks

BlobFisk

2:21 pm on Mar 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi fukchai2000,

Apologies for your post falling through the cracks for so long...

I wonder if this is a margin issue? Have you tried setting the frame margins to 0?