dantheman420 Posted December 10, 2008 Share Posted December 10, 2008 Hey I am making my first website in photoshop cs2. I made the home page at 9in. x 11in. When i save for web and stuff and post in on the web its HUGE. Is there a certain size i should shrink it down to or is there another way to? Please help! Link to comment Share on other sites More sharing options...
dantheman420 Posted December 11, 2008 Author Share Posted December 11, 2008 well nvm with that question i figured it out. but i now i got stuck in another spot. go here: http://ventrilo.420-club.com/ how do i make everything centered? Link to comment Share on other sites More sharing options...
Creed3020 Posted December 11, 2008 Share Posted December 11, 2008 <center>[b]CONTENT HERE[/b]</center> You will need to learn more about HTML if your site is going to get anywhere Link to comment Share on other sites More sharing options...
Richard Posted December 11, 2008 Share Posted December 11, 2008 Your source: <html> <head> <title>site</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- ImageReady Slices (site.psd) --> <img src="images/home.jpg" width="850" height="1275" alt=""> <!-- End ImageReady Slices --> </body> </html> Update to: <html> <head> <title>site</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- ImageReady Slices (site.psd) --> <div align="center"> <img src="images/home.jpg" width="850" height="1275" alt=""> <!-- End ImageReady Slices --> </div> </body> </html> This will center your website. If you need anymore tips or advice, let me know: contact at extracthost dot com Link to comment Share on other sites More sharing options...
dantheman420 Posted December 11, 2008 Author Share Posted December 11, 2008 yea i dont know anything really about html. would I be able to center it just in photoshop? if not how can i change it the way you are telling me to? Link to comment Share on other sites More sharing options...
studeggle Posted December 11, 2008 Share Posted December 11, 2008 Open it with wordpad and change the code/text as he specified. Then save and close. Link to comment Share on other sites More sharing options...
dantheman420 Posted December 11, 2008 Author Share Posted December 11, 2008 Alright well here is what i got so far. http://ventrilo.420-club.com/ Tell me what you guys think of a first web page.. try to be nice.. Any suggestions that i may be able to do? Link to comment Share on other sites More sharing options...
Richard Posted December 11, 2008 Share Posted December 11, 2008 Glad div align worked out for ya I would get a professional coder to code it and make it so search engines pick up the pages correctly and you can easily modify your pages without saving images and updating height and width. Email me if you need assistance getting this coded correctly. contact at extracthost dot com Link to comment Share on other sites More sharing options...
cobra Posted December 12, 2008 Share Posted December 12, 2008 dantheman420, Get in touch with me i will help you out. I know how ya feel ive been there an man it stinks. But i pulled through it an you can to! Just get in touch with me. Xfire: fuzzycobra Ventrilo: 208.100.45.10: 3813 - look for luggz Link to comment Share on other sites More sharing options...
dantheman420 Posted December 12, 2008 Author Share Posted December 12, 2008 i added you cobra on xfire Link to comment Share on other sites More sharing options...
dantheman420 Posted December 14, 2008 Author Share Posted December 14, 2008 hey a buddy told me to start out a web page as 800x600. if i do that then how will it fit screens bigger then that? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.