minimal hight

M

Marcin C

How can I set minimal hight of table ??
I have site which is made with server side technologies (so links to
documents are added dinamiclly) - but whet the amount of links to document
is low - I have page which fills 1/10 of a screen :). This looks very funny.
So I would like to set minimal hight -then if I have few documents - site
have minimal hight, if I have lots of documents - site have size bigger than
minimal.
thanx in advance
 
P

Pixel McGee

Marcin C said:
How can I set minimal hight of table ??
I have site which is made with server side technologies (so links to
documents are added dinamiclly) - but whet the amount of links to
document is low - I have page which fills 1/10 of a screen :). This
looks very funny. So I would like to set minimal hight -then if I have
few documents - site have minimal hight, if I have lots of documents -
site have size bigger than minimal.
thanx in advance

Although I would recommend using CSS and setting up a style sheet to do
what you want, here is the short answer:

<table style="min-height:400px;">

Pixel
 
A

Andrew Fedoniouk

<TABLE height=400>
or <TABLE height=100%>

If content of the table will not fit in it
table height will be extended automaticly to show all its content.

Andrew Fedoniouk
http://blocknote.net
 
L

Leif K-Brooks

Marcin said:
How can I set minimal hight of table ??
I have site which is made with server side technologies (so links to
documents are added dinamiclly) - but whet the amount of links to document
is low - I have page which fills 1/10 of a screen :). This looks very funny.
So I would like to set minimal hight -then if I have few documents - site
have minimal hight, if I have lots of documents - site have size bigger than
minimal.
Are you sure that's tabular data in the table? It doesn't sound like it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,077
Messages
2,570,568
Members
47,204
Latest member
abhinav72673

Latest Threads

Top