Results 1 to 5 of 5

Thread: center web site

  1. #1

    center web site

    hello

    here is a link to my website:

    www.lindseypalatinophotography.com

    i would like for my website to fit in all web browsers without adding scroll bars. i'm pretty sure i've centered it correctly...i just want it to fit in all browsers.

    any advice?

  2. #2
    Decaf
    Join Date
    Oct 2010
    Location
    Atlanta, GA
    Posts
    12
    I see your just using an image in a table.
    that image will always display the same width in pixels no matter what browser your using, or computer or screen size.

    The user viewing the site may or may not have to scroll depending on their screen and/or resolution.

    that way of creating a site will also make any type un-readable by search engines, thus making it invisible to searches made by a user.

    Most people have screens to accomodate 1000px wide, so to be safe and know that 95% of people wont have to scroll, I suggest keeping all, images in this case no larger than 1000px wide

  3. #3
    thanks !

    any suggestions on making this site a different way? i started in photoshop and sliced. should i only work in dreamweaver for layout?

  4. #4
    Decaf
    Join Date
    Oct 2010
    Location
    Atlanta, GA
    Posts
    12
    I only use dreamweaver for layout now, sometimes depending on the site I will use photoshop to get a general idea on how I want the page to look, with navigation and header usually being the only the slices I end up using.

    95% of type I always type out in html so it becomes visible to search engines along with an html navigation in the footer.

    A good example of a site I built with CSS & HTML is at:
    http://www.chimo25.com

    View the source code and you will notice there are no tables just div containers that link back to a css file thus leaving little for a crawler to have to filter out.

    That whole site listed above was created entirely in dreamweaver except the blog section which is a wordpress blog.

  5. #5
    Also, try to minimize the number of images on your site so that it will load a little bit faster.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •