QUOTE(Juiceworks @ 5 May, 2008 - 08:15 PM)

I just got a .com, and I have all the the administrative tolls to build my site, but I dont know where to start. I want to upload a backround onto the site, so that when you type in my .com it will appear. I would really apprieciate a "how to " if anyone can help. Thanx
I do my artwork on adobe photoshop if that will help.
Hi I would suggest Reading some ebooks or searching google on HTML tutorials here is a good site to learn html
http://www.w3schools.com/Html/I will go over the basic concept with you
what you want to do is open a text-editor such as notepad
once you have the notepad open type this below
<html>
<head>
<title> my first site</title>
</head>
<body>
<body background="http://www.yoursite.com/image.gif">
</body>
<htm>
then what you want to do is save it but you want to save it like so.
[ see picture]

you want to change the save type as
ALL FILES and name it
index.htmlthen upload that index.html file and the picture onto your webserver and then browse to
http://www.yoursite.com/ html is pretty simple and the internet is full of free information take advantage of it..
click the link below to search google for Html tutorials
http://www.google.com/search?hl=en&q=h...amp;btnG=Search