PDA

View Full Version : HTML help



crashNUMBERS
08-10-2005, 07:21 PM
K so Im making a site using HTML which I am learning and junk. What I wanna know is how do you add a background?? Everytime I do so the background goes black. And I also wanna know how do you make a navigation bar. Or side bar. Whatever!! 'Cause whenever I go to the site link it says the site doesn't exist or a message saying not found through the freewebs crap. And thats what Im using. Freewebs. And if possible I wanted to kow if someone could make me a background. Kind of like a rippled red. With some texture in it. If possible at least...

Myself^2
08-11-2005, 06:36 AM
Oh, boy, let's see if I remember.
OK, your BG: Do you want it to be a solid color or a pic?
If you want it to be a solid color:
[qute]
<html>
<head>blah blah blah
</head>
<body bgcolor=[insert color or RGB here]>
</body>
</html>
[/quote]

Or if you want it to be a picture the it is something like this:


<html>
<head>
blah blah blah
</head>
<body background="File dirrectory">
</body>
</html>


And for the navigarot thing (this one is kinda hard)
It deals with frames and looks like this kinda:


<html>
<head>
blah blah blah
</head>
<frameset cols="x%, y%">
<frame src="Location for 1st page">
<frame src="Location for 2nd page">
</frameset>
<noframes>
[Text to enter incase someone's borwser doesn't support frames]
</noframes>
</html>


Some things to note:
1.Those may not be exact, but I think they are.
2. The "x%, y%" is where you define how much of the page you want each of teh 2 frames to take up.
3. the "<noframes>" isn't really needed I dont' think, because I think nowadays all webbrowsers support frames.
4. the "<frameset>" takes place of the "<body>".

Good luck and hope that helped. :D

Myself^2
08-11-2005, 06:49 AM
....oh crap, I think I just messed something up.
The places where I usually post don't allow HTML so you can type it freely .......... but umm... I think it kinda did what I told it to as best it could and messed something up...... :riiight: :laughing: :riiight: :laughing:

Sorry!!
As for the HTML help, try and contact me and I'll help you out.

Samuraid
08-11-2005, 07:29 AM
Fixed.

You can use < for < as well as > for >

Myself^2
08-11-2005, 07:31 AM
heh heh.
Sorry 'bout that.
Thanks.

crashNUMBERS
08-11-2005, 12:50 PM
Nevermind. I already asked at another forum...