Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Mar 8th, 2006, 7:18 AM   #1
guess
Programmer
 
Join Date: Feb 2006
Posts: 40
Rep Power: 0 guess is on a distinguished road
template

Can anyone advise me a free html template which can be widened according to the information I print on the webpage.That information will be a huge table which overwhelmingly surpasses the sizes of a normal html page(both x and y axis).
guess is offline   Reply With Quote
Old Mar 8th, 2006, 9:17 AM   #2
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Tables will be sized according to their contents. Just render the bugger, and your browser will provide scrollbars.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Mar 8th, 2006, 11:18 AM   #3
java_roshan
Professional Programmer
 
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4 java_roshan is on a distinguished road
Probably, you could specify the width of the table in percent; so, for any resolution, it does not include the horizontal (< ---- > ) scroll bars, only the vertical scroll bars.
java_roshan is offline   Reply With Quote
Old Mar 8th, 2006, 9:05 PM   #4
a thing
Unverified User
 
a thing's Avatar
 
Join Date: Aug 2005
Location: none
Posts: 146
Rep Power: 0 a thing is on a distinguished road
If you squish a lot of content into one width and height of the screen, it probably won't be very readable.
__________________
Warning: My posts may change (dramatically) within the first 15 minutes they're posted.
Got 'Nux?—GNU/Linux and other free software support.
It's GNU/Linux, not just Linux.
a thing is offline   Reply With Quote
Old Mar 9th, 2006, 2:34 AM   #5
guess
Programmer
 
Join Date: Feb 2006
Posts: 40
Rep Power: 0 guess is on a distinguished road
Yes I agree a thing.If I cancel the horizontal scroll bars,it wont seem good.I need an html template that can both be widened and heightened according to the length of the text...
guess is offline   Reply With Quote
Old Mar 9th, 2006, 1:52 PM   #6
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
If you just want to scroll a table:
table#myTable {
    width: 95%;
    height: 50%;
    overflow: auto;
}

That should do it.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:54 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC