P
PeterOut
I am new to html and am writing a web page for a home business. Here
is the code I have so far.
<html>
<head>
<title>Page Title</title>
</head>
<frameset rows="100,*" frameborder="yes" bordercolor="#FFCC00">
<frame scrolling="none" src="CompanyName.html" name="top" >
<frame src="Rest.html" name="bottom">
</frameset>
</html>
I have two frames. The upper frame contains the company name. I
specifically say
scrolling="none"
because I do not want a scroll bar on the company name but I get the
scroll bar anyway.
Can someone tell me what I am doing wrong.
Also, can somebody tell me how I can make the company name exactly fit
the upper frame.
Many thanks in advance,
Peter.
is the code I have so far.
<html>
<head>
<title>Page Title</title>
</head>
<frameset rows="100,*" frameborder="yes" bordercolor="#FFCC00">
<frame scrolling="none" src="CompanyName.html" name="top" >
<frame src="Rest.html" name="bottom">
</frameset>
</html>
I have two frames. The upper frame contains the company name. I
specifically say
scrolling="none"
because I do not want a scroll bar on the company name but I get the
scroll bar anyway.
Can someone tell me what I am doing wrong.
Also, can somebody tell me how I can make the company name exactly fit
the upper frame.
Many thanks in advance,
Peter.