Table sizes
Started by RobCullen, Sep 17 2006 11:04 AM
9 replies to this topic
#1
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
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
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
Hope this helps
-Devyn
#3
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
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
#5
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.
A liquid layout could also work fine, it really depends on your site's design as well as the amount of content.
#6
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.
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
Posted 18 September 2006 - 10:56 AM
I use 750px for thin layouts, and 960px for wider layouts.
#8
Posted 20 September 2006 - 04:37 AM
thanks for the input guys
and girls if theres any around?
#9
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>
#table.layout {
width: 780px;
w/idth: 780px; /*ie6 fix*/
}
<table class="layout"></table>
#10
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.
Please use the forum search next time.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
