co.ador Posted April 2, 2011 Share Posted April 2, 2011 I want to style the link below to a decent level, where the page look ok. Where can I start styling and this case what I am missing to accomplish a good decent professional style. I am aware that photoshop is a great tool but where to start in photoshop to create a good style and implemented into the css and html. http://www.nyhungry.com/storeprueba/index.php in others words what others things are missing to have a completed decent style and design Quote Link to comment https://forums.phpfreaks.com/topic/232477-where-to-start-styling-this-website/ Share on other sites More sharing options...
cssfreakie Posted April 2, 2011 Share Posted April 2, 2011 Well before you touch something like Photoshop, Gimp, illustrator, Inkscape or any other program that has nothing to do with coding (css) first spend some time learning some basics. For instance your top horizontal menu, It's made with a million div's while it could have been done with an unordered list. Almost the same is true for your left menu, but here you use a table to style it. Tables are not meant for that, nor are a million paragraph tags inside it. And last but not least the right content. Again tables. If you want to start of off, I can highly recommend a good book and a decent editor (I use Netbeans). And if you have spare time for instance visit my blog, some things I said above are seen pretty often so I decided to write something about it. Like the boxmodel, when to use tables, how to make a horizontal menu, how to make that menu vertical, etc. Start at the beginning and apply it, after than dive into graphic design. Otherwise you will be bound to tabular design for the rest of your life and that certainly will limit your expression Quote Link to comment https://forums.phpfreaks.com/topic/232477-where-to-start-styling-this-website/#findComment-1195842 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.