Ask a Question related to Coldfusion Database Access, Design and Development.
-
yesmaybe webforumsuser@macromedia.com #1
Re: Tables
"The value you entered wouild make this table become smaller than its minimum size. It will be adjusted to a valid value."
But when I change the width of the columns individually, it re-sizes the other colums so the overall table width remains the same.
How can I make all columns and the overall tale less wide?
Thanks
yesmaybe webforumsuser@macromedia.com Guest
-
Tables - do we really need them?
Are tables and using them just for beginners and newbies? Everything i have built in HTML works just fine using tables but i do find it a little... -
one or two tables
Hello, I'd like to hear what you think about the following - We have an application (database plus software) that is used as a central... -
XML and Tables
Is it possible to put formatting in the XML-file then? So I can generate the format from my program which makes the XML-file... Or can I solve... -
SQL tables
Hello, I am using php to create a form. I would like that forms information to go into a database. When creating tables where the information that... -
Look up Tables
Do you relate look-up table in sql server 2000? Example: MEMBER TABLE STATE TABLE MemberID StateID State ... -
Craig Hartel #2
Re: Tables
If your columns have been set to a given number of pixels, say 25, and you
have 5 columns, then your table MUST be a minimum of 125 pixels wide. Five
columns times 25 pixels equals 125 pixels. Your table is the "container"
for ALL the columns, which is why you are being forced to have a table big
enough to hold the total width of the columns. If you want your table to be
100 pixels wide, then set the column width to a percentage, rather than a
fixed number. Example: You want five columns in your 100 pixel wide table,
then column 1 would be 20% and column 2 would be 20% etc. up to column 5.
In this way, if you decide to make your table 105 pixels wide later, the
columns will adjust accordingly.
Craig.
"yesmaybe" <webforumsuser@macromedia.com> wrote in message
news:be3lc0$10$1@forums.macromedia.com...
"The value you entered wouild make this table become smaller than its
minimum size. It will be adjusted to a valid value."
But when I change the width of the columns individually, it re-sizes the
other colums so the overall table width remains the same.
How can I make all columns and the overall tale less wide?
Thanks
Craig Hartel Guest
-
James #3
Tables
Hi, just a question about tables - is it possible to make them scrollable???
For example having some content in the middle of a table that can be
scrolled up and down?
If so, how can this be done?
Thanks alot for your help.
James Guest
-
Dan Vendel *GOF* #4
Re: Tables
James wrote:
In the cell (td-tag) you want the scrollable content, place an iframe:> Hi, just a question about tables - is it possible to make them scrollable???
>
> For example having some content in the middle of a table that can be
> scrolled up and down?
>
> If so, how can this be done?
>
> Thanks alot for your help.
>
>
>
>
<td><iframe scr="foo,html" width="100%" height="100%"
scrolling="yes"></iframe></td>. Won't work in old browsers, though. Go
here for details about attributes:
[url]http://www.w3schools.com/tags/tag_iframe.asp[/url]
--
Dan Vendel - *GOF*
[url]http://www.vendel.info[/url]
Contact me directly by clicking here:
[url]http://contact.vendel.info[/url]
Formmail tutorial:
[url]http://www.vendel.info/tut/formmail.html[/url]
Nested table demonstration:
[url]http://www.vendel.info/tabletut/[/url]
Dan Vendel *GOF* Guest
-
Gary White #5
Re: Tables
On Tue, 15 Jul 2003 13:43:45 +0200, Dan Vendel *GOF*
<see_my_signature_@_the_bottom_of_the_post.com> wrote:
And suffers from all the same usability problems that accompany><td><iframe scr="foo,html" width="100%" height="100%"
>scrolling="yes"></iframe></td>. Won't work in old browsers, though.
regular framed pages.
Gary
Gary White Guest
-
Craig_Maconnachie@adobeforums.com #6
tables
have some table that have been created in table 2.5 how can i open this in indesign cs
Craig_Maconnachie@adobeforums.com Guest
-
-
Bob_Levine #8
Re: tables
If you're referring to Adobe Table, I think you might be able to export
as tab delimted text and then place that in ID.
Bob
Bob_Levine Guest
-
Steve_Werner@adobeforums.com #9
Re: tables
Someone also suggested copying and pasting from Table to Excel. Then the Excel file can be opened in InDesign.
Steve_Werner@adobeforums.com Guest
-
junji #10
tables
hi people, can anyone tell me how do you make the table's row have
alternate colors.
thanks.
al
junji Guest
-
Danimal_vt #11
Tables
What is the easiest way to embed a photo on our homepage while having a table
on the left hand side of the page. We have been trying to import a jpeg onto
the homepage but the picture always is displayed under the table. Is it best to
use columns? What is the advantage of using columns?
Thanks in advance for any advice you can give.
Danimal_vt Guest



Reply With Quote

