| View previous topic :: View next topic |
| Author |
Message |
Sultor
Joined: 18 Oct 2005 Posts: 1 Location: United States
|
Posted: Tue Oct 18, 2005 9:05 pm Post subject: Need help (New guy to HTML) |
|
|
| I am a new to HTML and have recently gotten into Web Page Design Class at my high school. The only way my teach said I can get an "A" in his class is if I create a blog/forum from base HTML coding. I don't know alot about HTML coding and would like to know if anyone out there has a nice site or can help me in any way possible. Any help would be greatly appreciated. |
|
| Back to top |
|
 |
|
|
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Tue Oct 18, 2005 9:39 pm Post subject: Re: Need help (New guy to HTML) |
|
|
Welcome to DEVPPL!
In my honest opinion, a blog/forum cannot be created through HTML only.
You will need to incorporate CGI, JavaScript or maybe even PHP to create something like that.
Try to find out if snippets of PHP are allowed. Same goes for JavaScript and CGI. This will get you started a bit.
Take a look at W3Schools.com. They have an incredible amount of information on HTML. CSS is a thing you SHOULD incorporate into the site. It makes the code a lot cleaner, and makes loading times a bit faster as well. |
|
| Back to top |
|
 |
Ash 1000+ Club

Joined: 03 Aug 2005 Posts: 1017 Location: England
|
Posted: Tue Oct 18, 2005 9:46 pm Post subject: Re: Need help (New guy to HTML) |
|
|
| ReFredzRate wrote: |
| Take a look at W3Schools.com. |
Thats where I learnt HTML and now I have so many pages it's amazing. |
|
| Back to top |
|
 |
dafunkymunky 100+ Club

Joined: 08 Apr 2005 Posts: 180 Location: India
|
Posted: Thu Oct 20, 2005 2:11 pm Post subject: Re: Need help (New guy to HTML) |
|
|
| yup rite... a blog or forum cannot be created usin only html. you need a place to store the info and p[osts and code to get them back.. so you'll need php neways.. |
|
| Back to top |
|
 |
|