Create your own site (HTML and CSS help)

So... You want to know how to create your own site, without knowing too much about HTML or CSS? Guess what, now you can!! Here, bringing you the one and only guide to create a site with just a few simple steps - the rest will be up to you.

How to start?
The one thing every good site needs is a hosting place. Now if you don't know your way around the internet very well, its recommended that you would start with your own NeoPets account (Don't have one?). Did you know you can create your own site for free, from the NeoPets host? All you have to do is go to http://www.neopets.com/edithomepage.phtml, or if you want to know where exactly is it located at - on the main bar, click on Pet Central. After the page finished loading - find the image tool bar at the top - and click on the Blue Lupes head. Then choose the NeoPet which site you want to use, and click edit. Delete all the current information you have there, save. Congratulations, you are now ready to start on your personal site!!

One thing that can be quite useful is knowing certain color codes. Now sometimes you might have to enter a 6-number combination with # in the start if you want your color to be more specific. But other times, just typing the name of the color would do, for example:
this is how dark blue color looks like,
this is how olive color looks like,
and this is how light green color looks like.

If you want to see more colors, click here.

Few quick pointers before we go on our way:

building a base using CSS
I'm sure you'd like your page to look all fancy and unique, don't you? Thats something you can do using CSS (Cascading Style Sheets).

Copy the above code, and paste it in your site. Now study it for a bit, it shouldn't take too long until you could get the hang of it and costumize it the way you want it to look like.

Uploading your pictures
See the url() part? thats where you can have your very own background!! If you have a place to upload your graphics in (and its a good idea to have one, as if you don't use a site on the web, even if you will get the right url - other people besides you wouldn't beable to see it, and thats a shame isn't it?) Now, a few good sites you can upload your pictures in are freewebs.com, fortunecity.com and ripway.com. You can even use the guilds msn group if you don't want to create your own account. A good advice is make sure your picture is either JPG or GIF - both of those extensions are the ones who take up the least space, although tend to damage the picture quality it would loud alot faster - which is alot of times a good thing.

Coding your pictures

Giving the code to your graphics
You can give out the codes for your graphics using a box thats called 'text area', it doesnt support HTML like a blog and therefore quite useful when it comes to giving away HTML codes.

<textarea rows=2 cols=9>insert html code</textarea>

Thats about it
Hope I didn't confuse you too much, and helped you out to understand a little bit more about HTML & CSS, and only show you the basics. If you'd like to learn more - you can check out one of the in-depth guide sites that are linked in the graphics site. I wouldn't recommened it until you would know these codes by heart though, at least the HTML ones. This guide wasn't enough? you want a premade site to help you solve your problems? then go right ahead and use the next code...