What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Web page design.....?


Sean

Guru
Messages
660
Likes
0
Hey guys, here's a link to my school web page. Me and two of my friends are in the process of creating it, but we are pretty much noobs when it comes to html and web site creation. We all are however, doing the online tuts at Macromedia's site, and starting to grasp basic design and html. Anyways, I wanted to see what you guys think, and any ideas or ways we could improve. By the way, it is also our church web site too; our school is private which was started by our church, so we are mostly looking for functionallity rather than flashyness, but also nice to look at. This web page is under construction, so only some of the links work. (articles & sermons, gallery, and choir & worship)
http://goeureka.org/
Hope you like it! 8))
 
I think it's pretty good actually.
Simple clean layout. Easy navigation. No major scrolls happening. Not bad. :}

Couple things i'd suggest...

1) Use Levels to lighten up that frontpage photo so more facial details can show through.

2) On some of you other pages, within the iframes, your text is right against the box edges. Add a margin width or some padding to that text block to fix that.

Other than that right now, i think you guys are doing a great job. Keep on it. :righton:
 
Hey p?tr??k,

One thing I wondered about. Your homepage tiles so on larger screens there are partial repeats. Was that intentional?
 
One thing I wondered about. Your homepage tiles so on larger screens there are partial repeats. Was that intentional?

Opps! [confused] How do I fix that?
 
p?tr??k said:
Opps! [confused] How do I fix that?

Sorry, I don't know but theKeeper will. I looked at your page in both Safari and Firefox on a Mac and it rendered the same so I don't think it's a Mac rendering issue.
 
ooptea, if you are running at a lower resolution, like 1024x768, you won't see that problem.

p?tr??k, to fix that problem, you are going to need to edit the CSS code at the very top of your page and set it to not repeat. You can do this by adding this line after the one that begins "background-image."

Code:
	background-repeat: no-repeat;

There are some other issues with your code, but that will fix the background tiling problem.
 

Back
Top