im new to building web sites and i thought i would ask for some help i hope i got this thread in the right forum and i hope its allowed to ask on how i do this so if any one has any info please send it in as i cant see any threads in this forum about building web pages any ideas welcome cheers
hi, You shuold have some know how about some graphics and editing tools to design and website. like adobe photo shop, fireworks etc for designing and for editing dreamweaver and frontpage are popular editing application. But you can develope website to edit reade made template. You can get template in front page (there are also many free and professional websites those provide templates). bye kashif
You can build a webpage by simply typing the html markup in Notepad, saving it as "All files" and giving it a .html file extension: A simple web page: <html> <head> <title>Your page's title</title> </head> <body> Your text and images go here, between the body tags. </body> </html> I recommend staying away from website editors if you are serious about building webpages. You really should know a bit about what a website actually is made from and why. That is up to the individual though. I still hand code all my pages. Here are just a few links: http://www.w3schools.com/default.asp http://www.webpagesthatsuck.com/dailysucker/ http://www.freewebmasterhelp.com/tutorials/beginner http://www.lissaexplains.com/basics.shtml I recommend that you use valid xhtml and css when building your site. It will be easier in the long run.
And remember: Start with something easy and something that u can edit and make it work with all browser (so write the code youself). Because I u use some program it will show diffirent way as diffrent browser (like Microsoft Office Publisher 2003) FIX: And that suck...