• 0

Youth Webpage


Question

Heres the link

This is my first time using photoshop to make a template for a webpage. im going for a sleek, business look. (menu on left. main content in big part) i plan on adding more color using the txt colors. please critique it. all comments are greatly appreciated. thanks

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

I generally advise against using huge images (like you did) as your background. Just make a 10px wide by (around) 150px long strip, and use css to repeat it:

div#someElement {
  background-image:url("../bg.png");
  background-repeat: repeat-x;
}

Otherwise, the design looks nice :)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.