Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frames

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
When I create a html using 2 frames, I always have a grey line between these frame. Can I remove the frame and if so, how do I do this? Thx :)
 
If you're trying to remove the gray line try:

<frameset border=&quot;0&quot;></frameset> jared@aauser.com
 
That doesn't work I'm afraid. Where do I have to insert this code. I've inserted it after the following line

<frameset rows=&quot;22%,*&quot;>
The result is that I receive a white page. What I'm trying to become is a page with 2 horizontal frames , like this =, without a line between these two frames
 
<frameset rows=&quot;78,*&quot; frameborder=&quot;0&quot;>
<frame name=&quot;toolbar&quot; src=&quot;toolbar.asp&quot;></frame>
<frame name=&quot;content&quot; src=&quot;blank.asp&quot;></frame>
</frameset>

this code worked for me in IE jared@aauser.com
 
Thx it's works, but is it really necessary to put quotes around the zero with frameborder
 
no, its just what the standard want us to do - also, it is good preperation for XHTML, but it really doesn't matter at all... jared@aauser.com
 
Does someone knows a good site where I can find a sort of manual about xml?
 
Hi
I wanted to know in DHTML how can i split the view as 2 columns
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top