473,387 Members | 1,582 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,387 software developers and data experts.

frameset background

1
i have to make a website about me for school and i cant get the frameset background right:

<html>
<head>
</head>
<frameset="10%,*" bgcolor="000000">
<base target = "main" />
<a href="home.html"><font face="comic sans ms" color="#GGFFFF">home<font></a>
<p>
<a href=about me>

blah blah blah...

</frameset>
</body>
</html>
Mar 25 '07 #1
2 12034
i have to make a website about me for school and i cant get the frameset background right:

<html>
<head>
</head>
<frameset="10%,*" bgcolor="000000">
<base target = "main" />
<a href="home.html"><font face="comic sans ms" color="#GGFFFF">home<font></a>
<p>
<a href=about me>

blah blah blah...

</frameset>
</body>
</html>

The first thing you have to do is put the "cols" or "rows" in the <frameset="10%,*" bgcolor="000000">, to make either a frame with a column:

[HTML]<frameset cols="10%,*" bgcolor="000000">[/HTML]

-or-

for a row:

[HTML]<frameset rows="10%,*" bgcolor="000000">[/HTML]




The second is to make another file that the frame links to. So in your case, you would have to do something like this: (lets say that the second file was named "info.html")


Your first file with the frame:

[HTML]<html>
<head>
</head>
<frameset cols="10%,*" bgcolor="000000">
<frame src="info.html"/>
</frameset>
</body>
</html>[/HTML]


Your second file with the information:

[HTML]<html>
<head>
</head>
<base target = "main" />
<a href="home.html"><font face="comic sans ms" color="#GGFFFF">home<font></a>
<p>
<a href=about me>blah blah blah...</a>
</html>[/HTML]


Hope that cleared everything up, let me know if it doesn't.

Good luck,

-Cody-
Mar 26 '07 #2
AricC
1,892 Expert 1GB
i have to make a website about me for school and i cant get the frameset background right:

<html>
<head>
</head>
<frameset="10%,*" bgcolor="000000">
<base target = "main" />
<a href="home.html"><font face="comic sans ms" color="#GGFFFF">home<font></a>
<p>
<a href=about me>

blah blah blah...

</frameset>
</body>
</html>
Does it have to be a frameset site?
Mar 26 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: Hans | last post by:
Hi There, I have a page that has links with some variables and I need to open the results set in a frameset. I have tried doing this in various different ways, but still cannot get the variable...
1
by: JP | last post by:
Hi, How can I create a dynamic frameset whose content changes based on user inputs? Specifically, how do I toggle a frame within a frameset? How can I allow a user to "close" or "dock" a...
8
by: Steel | last post by:
hi at all, can I include into a css file some frame and frameset propertyes like border=0? How? thank in advance Steel
12
by: Blake West | last post by:
Is there a way to write a CSS selector to point to the body tag in a specific frame? The frameset HTML looks like this. I only want to select the BODY tag in the frame named "navbar" and then...
6
by: Nancy Carter | last post by:
I'm trying to set the background color of a frameset to black. The following code doesn't work in either IE 6.0 or Firefox. Any ideas why? <frameset bgcolor="#000000" frameborder="0" border="0"...
0
by: mustafa143n | last post by:
hi i have given following style to a frameset <frameset rows="130,*,0" cols="*" framespacing="0" border="0" style="background-color:#FFFFFF;border:5px solid #8D8D8D;padding:5px;"> its...
8
by: Veerle | last post by:
Suppose having a frameset consisting of two frames, both with dark background colors. One of the frames is a sort of menu and the other one contains the content. When someone clicks a menu item in...
4
by: Bhavesh1978 | last post by:
hey guys... I have create an nice css style with nice background and so on.. and now i want to inset frameset inside the css which i done.. i want to split it Can anyone here advice me how and...
12
by: Geoff Cox | last post by:
Hello I'm having a problem loading a frameset file using an include in a php file. Nothing is displayed and when I look at the source code I see that <html> <head> <title></title>
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.