Jump to content

Static HTML from PDS


yrstruly

Recommended Posts

They gave you an image, you have to try to code an HTML page and use CSS to make it look like the image. Photoshop won't do this for you. The only thing you need photoshop is to cut out some pieces of the image to use as background for some HTML elements. Start off with the basics and go building up the page.

<!DOCTYPE html><html>    <head>	    <title></title>    </head>    <body>    </body></html>

Link to comment
Share on other sites

PSD is the native multi-layered Photoshop file format. It looks like you need to use Photoshop to erase some areas of this image and then perhaps cut some items out of it. Check the various layers to see what is there. You also seem to need to create a logo of your own. Then convert and save the images as web-friendly formats such as PNG or JPEG.

Edited by davej
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...