Ask a Question related to Dreamweaver AppDev, Design and Development.
-
brendalisa #1
Table won't format...why?
I am a newbie, kind of. I had a dreamweaver class a few years ago, but can't
remember much. I am trying to format a table so it fits the whole screen. Is
that the best way to do it? This is my code right now:
<TABLE frame="above" id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION:
absolute; TOP: 8px"
cellSpacing="0" cellPadding="0" width="100%" border="1" height="100%"
align="center">
<TR>
<td height="10%"></td>
</TR>
<TR>
<td></td>
</TR>
<TR>
<td bgColor="gainsboro" height="10%"></td>
</TR>
</TABLE>
Please help me so I can continue! Thanks!
brendalisa Guest
-
Table Format
Is it possible to modify Contribute's predetermined table formats so that only table styles contained within the style sheet can be used? -
Table format needs php correction
Hi! This is a problem of the table formatting on a form in MySQL and PHP. It may be in the HTML table code. The problem is one that must be... -
ACT (color table) file format
I have color information (data sets read from a spectrophotometer) that I need to get into an ACT (color table) file. I am looking for the file... -
Table Format and Properties
Hello, I have made a table and ironed out some of the glitches with it. Thanks for help before on that (I bizarrely posted the Q's in the... -
exporting a table for a format txt
I need to create a form of exporting a table for a format txt. I know that can create a macro for that and tie I already did. Only that to macro... -
TomJ_NL #2
Re: Table won't format...why?
If you'd ask me: that would work fine. I have my questions about the
frame=above parameter - you may have some specific intentions with it that
don't ring a bell with me - but the width=100% and height=100% should suffice.
But have you tried the Preview mode in DW? That might be the solution to check
right away?
-t-
TomJ_NL Guest
-
Murray *TMM* #3
Re: Table won't format...why?
On a page with a valid and complete doctype, that method will fail. This
means any page created in DMX2004.
To read more about 100% height, go here -
[url]http://www.apptools.com/examples/tableheight.php[/url]
By the way, why are you positioning the table?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"brendalisa" <webforumsuser@macromedia.com> wrote in message
news:d60brm$qlh$1@forums.macromedia.com...>I am a newbie, kind of. I had a dreamweaver class a few years ago, but
>can't
> remember much. I am trying to format a table so it fits the whole screen.
> Is
> that the best way to do it? This is my code right now:
>
> <TABLE frame="above" id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION:
> absolute; TOP: 8px"
> cellSpacing="0" cellPadding="0" width="100%" border="1" height="100%"
> align="center">
> <TR>
> <td height="10%"></td>
> </TR>
> <TR>
> <td></td>
> </TR>
> <TR>
> <td bgColor="gainsboro" height="10%"></td>
> </TR>
> </TABLE>
>
> Please help me so I can continue! Thanks!
>
Murray *TMM* Guest



Reply With Quote

