Hi, I use photoshop to create webpages, It works out pretty well ^^ But i never learned how to create a HTML page of the PSD ( Oh yeah.. i know you can export to web / devices.. ) What i know: - You have to create a CSS sheet. - You have to script in html.. BUT Where the hell should i start !? Anyone suggestions ^^ Cheers, - Wickedd
If you know nothing about HTML/CSS, except for some certain terms, I suggest you buy a book written for starters. Before that you may take a look at this page: http://dev.opera.com/articles/view/1-introduction-to-the-web-standards-cur/ Code (markup): May this little curriculum be the first navigator for you. Good luck!
i have sume coads for u to creat html page <html> <head> <title> write ur title here </title> </head> <body> type body content here for your page </body> </html>
Well Mr. Phasia.. i'm not that newb.. I know a bit of html but my problem was creating stylesheets.. I allready know how to ^^ - Created a css file - Coded my first web page. Hurrayyy Thanks for responding to this topic ! Cheers, - Wickedd
Start with some of the tutorials others have suggested and most importantly pick a project and build it. You will learn more from doing that than anything else. When you get stuck, try to pinpoint exactly where the problem is and use google to find answers. There is a 99.9% chance when you have a problem with errors in your css or html that others have had the same exact problem and there is a webpage describing the solution. Once you get off the ground and if you use firefox, the firebug plug-in is essential. You can go to any site, click on any element of the page and see the html, css, etc... live in the page. It's a great tool for learning and debugging. Be sure to test your webpages accross several browsers. You can get your page looking great in one browser just to find out it doesn't even load in another.
I'd recommend http://www.w3schools.com/ for learning the basics, too. In stead of dreamweaver you can try http://istylr.com as well. It runs in Firefox and there is no need to download anything.
1. You need to open simple text program. You may or may not know where it is..if you do just open it. 2. You will need to save as an html document or save it as a filename.html 3. To set your computer up so when you update the html file in simple text you are quickly to view the result of your html in your web browser.