TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

My First Attempt At Web Design

Page: 1 Reply
Sep 11th 2003#121452 Report
Member since: Jan 14th 2003
Posts: 942
..is pathetic.

I am trying to make the layout in photoshop, and then later i will slice it up and make a webpage out of it all.

What i have so far is this image, unsliced, etc:

http://www.dreamsforsale.net/trees.jpg

Not sure why there is space at the top, there.. Also, the .psd looks no where near as "Fuzzy" as this one does.

What do you think of the image? What should be changed? What should be added?

Nos.
Reply with Quote Reply
Sep 11th 2003#121458 Report
Member since: Dec 13th 2002
Posts: 904
Takes too long to load for me. I gave up trying to look at it.
Reply with Quote Reply
Sep 11th 2003#121487 Report
Member since: Jan 14th 2003
Posts: 942
As i said, it's not sliced yet, so it will probably load a bit slower - shouldn't take too long to load though unless you're on 28.8.
Reply with Quote Reply
Sep 11th 2003#121488 Report
Member since: Mar 18th 2001
Posts: 6632
Put .htm on your file names so we don't just see the sourcecode.

Design looks cool though. Now you just need some buttons, and some content and so forth.

When you code your page, make a CSS file (site.css or something) with this in it:

body {
margin: 0px;
padding: 0px;
}


And it will eleminate the white space around your images.

You'll also need to link that CSS file to your HTML page like this:

< link rel="stylesheet" href="yourcssfile.css" type="text/css" />

Put that line between the < head> tags of your html page.

(Delete the space after the first < symbol though. I had to put that there so you could see the code.
Reply with Quote Reply
Sep 14th 2003#121871 Report
Member since: Jan 14th 2003
Posts: 942
Put .htm on your file names so we don't just see the sourcecode.


What do you mean by that?
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum