Nunzio's Message Board Forum Index
Nunzio's Message Board

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How can I remove the borders from my frames?

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    Nunzio's Message Board Forum Index -> HTML FAQ (tips & tricks)
View previous topic :: View next topic  
Author Message
Nunzio
Site Admin


Joined: 08 Aug 2003
Posts: 90
Location: Tharsis Ridge (Martian lowlands)

PostPosted: Sat Aug 09, 2003 9:24 am    Post subject: How can I remove the borders from my frames? Reply with quote

Frame borders can be removed by adding the following attributes to the <frameset> tag:
Code:
border="0" framespacing="0" frameborder="0"

Producing something like this:
Code:
<FRAMESET cols="20%,80%" border="0" framespacing="0" frameborder="0">
   <FRAME SRC="a_page.htm" name="leftframe">
   <FRAME SRC="b_page.htm" name="rightframe">
</FRAMESET>
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    Nunzio's Message Board Forum Index -> HTML FAQ (tips & tricks) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group