My New Website

*Fujative*

Active member
Just finish a page to my website, so i uploaded it and made it like a "coming soon" page. What do you guys think? When you click photography there will be a drop down menu with different categories, if you couldn't guess, this is the Portraits page. I will also have video, and when you click Contact, it sends you to my email address. I'm not sure if I want the roll over pictures or a click. Roll over is much easier and harder for people to download them, but clicking is nice because the image will be up until your click another one. Any ideas or suggestions? If you click right away, its not completely done uploading, so give it a few minutes.http://www.evanbutka.com
 
Content looks good

but....

hate to say it.... lose the Tables... use CSS...

Ill do a further review for you shortly.
 
The tables in-fact make it look less organized imo, as said above CSS would be a better alternative. What program did you use to make the site?
 
refer to my thread about mastering css and youll find a ton of resources to get your started.

id look into creating divs for the thumbnails and then a div for the larger image.

your code could get very simple

ie

(thumbnails)

image here

(larger image)

larger image here

Youd ahve a bunch of "thumb" div tags for your images, just float them left and display in line in a div that has a specific width and you are done.!

 
Back
Top