Need help with HTML Tacet_Blue or anyone that can help.

  • Thread starter Thread starter pimp racer
  • 8 comments
  • 479 views
Messages
4,805
Hey everyone I actually wanna start a new site this time with actual HTML! So I rember that I have comcast high speed internet so I thought about making one there so now I am kinda stuck becuase I need help on making a HTML sheet or whatever its called anyone know where I can get it to look kind of good? right now it looks CRAPPY! I dont even think you should go there but go if you please but rember you have been warned! http://home.comcast.net/~pimpracer/Home.html
I need some SERIOUS HELP!
 
For starters you should read some articles on HTML/CSS other web design must knows.

Another thing, you should have an idea of what you want on your website like what you want the design to be, get a piece of paper and brainstorm ideas. 👍
 
sUn
For starters you should read some articles on HTML/CSS other web design must knows.

Another thing, you should have an idea of what you want on your website like what you want the design to be, get a piece of paper and brainstorm ideas. 👍
well actually its pretty simple I just want it too be kind of similar to my freewebs.com site the usual thing at most site the navigation bar on the left and the test in the middle. Oh I just tried getting style sheets from other sites since they said I CAN use them I tried pasting them where I am supposed to and the thing keeps saying Missing <HEAD> Tag. Here I will post a picture hopefully it will help.
*EDIT* Here is one picture of the message I keep getting when I paste a CSS thing in the HTML editor.

*EDIT AGAIN* Ok this is where I paste the CSS thing in if that helps.
 
You need a <HEAD></HEAD>, I may be incorrect but put <HEAD></HEAD> before you paste your CSS part, that may correct the problem?
 
Every tag has to have a close. If you have <BODY>, you need </BODY> somewhere. The body is the main text of the site, and the <HTML> tags contian the whole site.
 
I've only just noticed my name in the Title!

Am I too late or do you still want a hand.

If you are new to style sheets they can be a bit confusing. I recommend stealing one of someone (like me) and editing to suit your own style, its easier than creating one from scratch.

Try adding styles to <div> or <table> or <TD> like <TABLE Class = whiteText> and see what happens. Best way is to learn is trial and error.

To make it work you need the stylesheet link in your header
<HEAD>
<LINK href="JMenu_files/demo.css" type=text/css rel=STYLESHEET>
</HEAD>

Notice I put my stylesheets in a folder called JMenu_Files, remove this or rename it to a folder where the .css is located.

The file attached needs to have its extension changed back to .css this was just to get around the permitted file types on the upload screen :)
 

Attachments

Back