Can i view a photoshop website layout in a internet browser

liunx

Guest
Hey guys,<br /><br />I have just created a quick website layout in photoshop and i was wondering if their was anyway i could view it in a web broswer?<br /><br />thanks a lot <img src="http://www.webdesignerforum.co.uk/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
are you using cs3?<br />if yes, without coding the site you could do this:<br /><br />file ->save for web and devices <br /><br />this will pop up a box, just click save, go to save as type and change it to HTML and images.<br /><br /><br />This will save the page and you can view it in a browser....it won't be coded though it will just be the image in the browser.<br /><br /><br />Alternatively you can save the image as a jpg/gif/png and then open a browser window and just drag the image into the browser window, it does the same thing and will just display the image <img src="http://www.webdesignerforum.co.uk/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
O thanks a lot I'll give that a go.<br /><br />And does anyone mind spending a minute explaining to me what coding is/does.<br />I know this is probably a stupid question but I'm clueless.<br />Or ever point me in the direction of a site that explains it.<br /><br />thanks a lot <img src="http://www.webdesignerforum.co.uk/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
There are different "coding" languages. These "coding" languages has different rules of how you can place the codes. Codes are needed when you're making a website. You can make the layout target="_blank">http://www.w3schools.com/html/html_intro.asp<br /><br />Good luck!<!--content-->
Ok, thanks.<br /><br />So can anyone code stuff?<br />Or do you need to learn ALL html?<br /><br />Can you get programs to code stuff for you?<br /><br />thanks <img src="http://www.webdesignerforum.co.uk/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><!--content-->
To code a website you really need to know all, html, there are programs that help you design pages but you still have to code some parts, some of these programs are NVU, Dreamweaver or notepad target="_blank">http://www.photoshopcafe.com/tutorials/sup...website%204.htm<br /><br />But you should learn HTML and CSS. It will really let you do things that PS wont.<!--content-->
I wouldn't rely target="_blank">http://www.htmldog.com/<br />http://www.w3schools.com/w3c/default.asp<!--content-->
you don't need to know -all- HTML tags, just the following really:<br />- html<br />- head<br />- title<br />- body<br />- link<br />- (style - used for CSS)<br />- meta<br />- (script - used for javascript)<br />- strong (or <img src="http://www.webdesignerforum.co.uk/style_emoticons/default/cool.gif" style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" /><br />- em (or i)<br />- div<br />- span<br />- ul + ol<br />- li<br />- h1,2,3,4,5,6<br />- p<br /><br />once you know what all those are for, and when to use them, then you are ready to start learning how to put them all together into a decent website.<br /><br />And the best way to learn (for most people) is to DO IT - just experiment in a text editor (for Win users, I recommend Textpad for a lightweight beginners tool)<!--content-->
Ok thanks for the replies guys, I've pretty much learn all the things you said penguin and the basics of CSS so where can i start to learn to put it all together?<!--content-->
 
Top