Jump to content


Table sizes


9 replies to this topic

#1 RobCullen

    Young Padawan

  • Members
  • Pip
  • 25 posts

Posted 17 September 2006 - 11:04 AM

so just a question to you web aces out there.

what do you find the best to design with 100% tables or fixed sizes like 750pxl, 800pxl, 1000pxl, i know a majority use 750pxl or 100% to fit all screen sizes but would like your input as web designers.

thanks

Rob

#2 Clandestine

    * Forum Police *

  • Members
  • PipPipPip
  • 833 posts
  • Gender:Male
  • Location:Redondo Beach, CA

Posted 17 September 2006 - 11:24 AM

make the table sizes the size of the images, and if there isnt any images for that tabel, then make the table the size of that area in you layout picture. Only make tables 100% height for content boxes or nav boxes. Things that are ment to stretch. Pictures arnt ment to be stretched so they should be the fixed size of how ever big that image is.

Hope this helps

-Devyn

#3 Davey

    P2L Jedi

  • Members
  • PipPipPip
  • 620 posts
  • Location:Perth, Scotland
  • Interests:Creativity, Adrenaline, Etc

Posted 17 September 2006 - 11:36 AM

tbh u'd find it easier if u learnt css, but if u want to use tables i would set a fixed width... probs about 750px

#4 RobCullen

    Young Padawan

  • Members
  • Pip
  • 25 posts

Posted 17 September 2006 - 12:00 PM

thanks for the response i know a bit of css but i prefere html format thanks for advise please keep tehm coming :D

#5 Tirus

    P2L Jedi

  • Members
  • PipPipPip
  • 764 posts
  • Gender:Male
  • Location:Montreal, Canada
  • Interests:Web Design, Programming, Music, Martial Arts

Posted 17 September 2006 - 12:10 PM

if you are going to go with a fixed width which can be seen on all resolutions without horizontal scrolling, you can go to 780 px wide.

A liquid layout could also work fine, it really depends on your site's design as well as the amount of content.

#6 Programmers

    Young Padawan

  • Members
  • Pip
  • 96 posts
  • Location:Wolverhampton, England
  • Interests:Well, I am basically a pretty laid-back guy, and all I aim to do in life is be myself, get somewhere and have a laugh whilst doing so.<br /><br />I am currently doing a degree in computer science at the university of Wolverhampton, working two bar jobs at the Wolverhampton Wonderers football ground and Monmore Green greyhound race track, and in a long term relationship. So, as you can imagine – my life is pretty busy. Nonetheless, I always manage to find time for my website, RC car and weight lifting.

Posted 18 September 2006 - 09:22 AM

Personally, I don't like 100% liquid layouts. Some look alright though.

I prefer preset layouts. However, you can get a similar look using %

Perhaps if you want the best of both, you could create a layout that fits to 85% or something. =)

Edit:

Don't forget though, images still can't be bigger than around 750px.

Edited by Programmers, 18 September 2006 - 09:23 AM.


#7 greg

    Jedi In Training

  • Members
  • PipPip
  • 499 posts
  • Location:New York City
  • Interests:Fine art, web and graphic design, naval architecture, chess, and sports.

Posted 18 September 2006 - 10:56 AM

I use 750px for thin layouts, and 960px for wider layouts.

#8 RobCullen

    Young Padawan

  • Members
  • Pip
  • 25 posts

Posted 20 September 2006 - 04:37 AM

thanks for the input guys :( and girls if theres any around? :D

#9 lostseed

    Young Padawan

  • Members
  • Pip
  • 225 posts
  • Location:DeLand, Florida
  • Interests:Illustrator, Photoshop, PHP, CSS, XHTML

Posted 20 September 2006 - 04:04 PM

I use 780px wide, though I use Div's rather than tables. It fits perfectly on 800x600.

#table.layout {
width: 780px;
w/idth: 780px; /*ie6 fix*/
}

<table class="layout"></table>

#10 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 20 September 2006 - 04:19 PM

This question has been discussed before. A search for liquid or fluid layouts should turn up the topic in which it was discussed.

Please use the forum search next time.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users