Hey, I very new to most everything but willing to learn. I have some basic knowledge in running a current site i have but just staring in the building phase. I have to ask the very first question i guess. I have uploaded a basic template to my sever. How do I view it as a page? thanks and have mercy
You have uploaded a template? What kind of template and for what program? A template will not show anything online except a mess unless it is supported by a program IE wordpress or something. If it is just an html template goto yourdomain.com/index.html.
I would suggest going to your local bookseller and take a peek at some books about building website, or internet basics to get you started. There are fundamental things you need to know first before getting into the web realm of your own.
This is a PHP forum, and your request for help does not specify that you are looking for PHP or HTML help. As far as HTML... <html> <head> <title>Untitled 5</title> </head> <body> Page contet goes here! </body> </html> Code (markup): I got started with HTML then learned to add CSS to HTML and now learning PHP/MYSQL. HTML is an easy and effective page languange. Most tags are open <title> and close </title>. There is an HTML FORM http://forums.digitalpoint.com/forumdisplay.php?f=16here if you need more HTML help.