473,396 Members | 2,059 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Removing UNWANTED Borders in Frames....

Hi All,

I'm working with 3 Frames on a web-page: (top) Top.html, (left)
Navigation.html, and (right) "Content" which contains varying html pages
based on the (left) Navigation Selection - the problem that I'm having is
that each frame has a (approx.) 2 pixel border around it... I want the
frames to blend seamlessly on the page. I'm not sure How and Where to set
the Border attribute to 0 - is it in the Frameset Definition (which I
thought I took care of with frameborder="0") or in the actual html pages
that populate the Frames? If so, where do I include the attribute?

I've included the frame html below:

Thanx in advance.

Litron.

-----------------------
<HTML>
<HEAD>
<TITLE>Arbitrary Name....</TITLE>
</HEAD>

<FRAMESET rows="230, *" frameborder="0">
<frame src="Content\Top.html" scrolling="no" marginheight="0"
marginwidth="0" noresize>
</FAMESET>

<FRAMESET cols="220, *" frameborder="0">
<frame src="Content\Navigation.html" scrolling="no" marginheight="0"
marginwidth="0" noresize>
<frame src="Content\Home.html" name="content" marginheight="0"
marginwidth="50" noresize>
</FAMESET>
<NOFRAMES>
...........Blah, Blah, Blah!....................................
</NOFRAMES>

</HTML>
Jul 23 '05 #1
2 1760
On 2004/09/09 20:04, in article OO10d.83777$S55.69754@clgrps12, "Litron"
<WT*@NoShit.ca> wrote:
Hi All,

I'm working with 3 Frames on a web-page: (top) Top.html, (left)
Navigation.html, and (right) "Content" which contains varying html pages
based on the (left) Navigation Selection - the problem that I'm having is
that each frame has a (approx.) 2 pixel border around it... I want the
frames to blend seamlessly on the page. I'm not sure How and Where to set
the Border attribute to 0 - is it in the Frameset Definition (which I
thought I took care of with frameborder="0") or in the actual html pages
that populate the Frames? If so, where do I include the attribute?

I've included the frame html below:

Thanx in advance.

Litron.

-----------------------
<HTML>
<HEAD>
<TITLE>Arbitrary Name....</TITLE>
</HEAD>

<FRAMESET rows="230, *" frameborder="0">
<frame src="Content\Top.html" scrolling="no" marginheight="0"
marginwidth="0" noresize>
</FAMESET>

<FRAMESET cols="220, *" frameborder="0" framespacing="0">
<frame src="Content\Navigation.html" scrolling="no" marginheight="0"
marginwidth="0" noresize>
<frame src="Content\Home.html" name="content" marginheight="0"
marginwidth="50" noresize>
</FAMESET>
<NOFRAMES>
...........Blah, Blah, Blah!....................................
</NOFRAMES>

</HTML>


That all seems OK, but you might also include a framespacing attribute. I've
pasted it in to your code above :-)

The other thing to make sure is that all of your pages have the following in
their <body> tag, where "..." means other attributes!:

<body ... leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

And finally, better keep your head down because this is the JavaScript NG.
You've just asked an HTML question and some people here might get ratty with
you :-)

All the best

Ian

Jul 23 '05 #2
In regards to the HTML question being posted to the wrong NG... I apologize
profusely - I've been working with JS functions and rollovers etc. and I
kind of forgot where the boundaries were for a minute.... I'll remember to
Duck!

Thanx for the input, Ian.... The framespacing="0" did the trick!

Litron
---------------------------
"Ian Sedwell" <ia*********@btclick.com> wrote in message
news:BD66768A.D078%ia*********@btclick.com...
On 2004/09/09 20:04, in article OO10d.83777$S55.69754@clgrps12, "Litron"
<WT*@NoShit.ca> wrote:
Hi All,

I'm working with 3 Frames on a web-page: (top) Top.html, (left)
Navigation.html, and (right) "Content" which contains varying html pages
based on the (left) Navigation Selection - the problem that I'm having is that each frame has a (approx.) 2 pixel border around it... I want the
frames to blend seamlessly on the page. I'm not sure How and Where to set the Border attribute to 0 - is it in the Frameset Definition (which I
thought I took care of with frameborder="0") or in the actual html pages
that populate the Frames? If so, where do I include the attribute?

I've included the frame html below:

Thanx in advance.

Litron.

-----------------------
<HTML>
<HEAD>
<TITLE>Arbitrary Name....</TITLE>
</HEAD>

<FRAMESET rows="230, *" frameborder="0">
<frame src="Content\Top.html" scrolling="no" marginheight="0"
marginwidth="0" noresize>
</FAMESET>

<FRAMESET cols="220, *" frameborder="0" framespacing="0">
<frame src="Content\Navigation.html" scrolling="no" marginheight="0"
marginwidth="0" noresize>
<frame src="Content\Home.html" name="content" marginheight="0"
marginwidth="50" noresize>
</FAMESET>
<NOFRAMES>
...........Blah, Blah, Blah!....................................
</NOFRAMES>

</HTML>
That all seems OK, but you might also include a framespacing attribute.

I've pasted it in to your code above :-)

The other thing to make sure is that all of your pages have the following in their <body> tag, where "..." means other attributes!:

<body ... leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

And finally, better keep your head down because this is the JavaScript NG.
You've just asked an HTML question and some people here might get ratty with you :-)

All the best

Ian

Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Andrew C. | last post by:
Hello, I am in the process of trying to make some existing web pages comply with W3C's HTML 4.01 Recommendation ('strict' where possible, 'loose' where not -- i.e. when using framesets and,...
0
by: Rob McLennan - ZETLAND | last post by:
Hi, I have set up a print-friendly stylesheet (print.css) for a website which is built as a frameset (made up of a top and bottom frame). When going to File/Print Preview in IE6, bevelled margins...
2
satchmo67
by: satchmo67 | last post by:
Howdy, I want to reply to a really old post on this subject. The original poster was battling with the problem of trying to validate a frameset page and use the border attribute. I have been down...
6
by: lawpoop | last post by:
Hello all - I have a situation where I want to remove a string from a file and write it to disk before I do further work with it. It's a malformed xlm document with a string that causes our...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.