Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Set Table

Guest
May 03, 2006 May 03, 2006
Hi, I have a table and in the table i have an other table and I want the inside table to be set at the very top but instead its aligned at the center and depending on the how much info I have in the inside table it alters the location of the table. I want the inside table to be set at a specific location and stay set at that location without moving up or down depending on the amount of information being shown in that table.
Can anyone help me? If anyone could give me any type of help I will greatly appreciate it.
Thank you.
TOPICS
Server side applications
431
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , May 03, 2006 May 03, 2006
Click anywhere in the inner table in Design view. Look at the Quick Tag
Selector bar at the bottom of the document window. Click on the rightmost
<table> tag to select that inner table. Then put the left arrow on the
keyboard once. Your insertion point should now be in the cell that holds
that table. Look at the Property inspector and set Valign to TOP. That
will give you this code -

<table width="800" height="600" background="/images/midpage.gif"
cellspacing="15" cellpadding="0">
<tr>
...
Translate
LEGEND ,
May 03, 2006 May 03, 2006
valign=top

You can set that in the Table Property Inspector.
--
Nancy Gill
Adobe Community Expert
BLOG: http://www.dmxwishes.com/blog.asp
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


"WOLFcfm" <webforumsuser@macromedia.com> wrote in message
news:e3bb7p$ss3$1@forums.macromedia.com...
> Hi, I have a table and in the table i have an other table and I want the
> inside
> table to be set at the very top but instead its aligned at the center and
> depending on the how much info I have in the inside table it alters the
> location of the table. I want the inside table to be set at a specific
> location
> and stay set at that location without moving up or down depending on the
> amount
> of information being shown in that table.
> Can anyone help me? If anyone could give me any type of help I will
> greatly
> appreciate it.
> Thank you.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 03, 2006 May 03, 2006
I've tried that before and it didn't seem to work. This is my code:

<table valign="top" width="770" height="600" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">

and then the table is inside of here.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 03, 2006 May 03, 2006
The table data cell has to be valigned to the top. Sorry that wasn't
specific. I just made a sample and it works .. here is the code:

<table width="770" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="321" align="center" valign="top"><table width="402"
height="130" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><p>Lorem ipsum dolor sit amet, ut aliquip ex ea commodo
consequat. Ullamco laboris nisi excepteur sint occaecat duis aute irure
dolor. Quis nostrud exercitation eu fugiat nulla pariatur. Ut aliquip ex ea
commodo consequat. Consectetur adipisicing elit, cupidatat non proident, sed
do eiusmod tempor incididunt.</p>

</td>
</tr>
</table></td>
</tr>
</table>



--
Nancy Gill
Adobe Community Expert
BLOG: http://www.dmxwishes.com/blog.asp
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


"WOLFcfm" <webforumsuser@macromedia.com> wrote in message
news:e3bff1$4ap$1@forums.macromedia.com...
> I've tried that before and it didn't seem to work. This is my code:
>
> <table valign="top" width="770" height="600" border="0" cellpadding="0"
> cellspacing="0" bgcolor="#FFFFFF">
>
> and then the table is inside of here.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 03, 2006 May 03, 2006
hmmm...its funny, i cant seem to get it to align to the top, but im sure you right and thats how you do it but its not working for me, maybe there is something else wrong with my code

<table width="800" height="600" background="/images/midpage.gif" cellspacing="15" cellpadding="0">
<tr>
<td>
<table width="770" height="600" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td>
<table width="500" bgcolor="#DDDDDD" cellpadding="1" cellspacing="0">
<tr>
<td align="center" valign="top">
<table width="500" border="0" cellpadding="0" cellspacing="0">
<tr align="center" valign="middle">
<td width="460" align="left" bgcolor="#FFFFFF" class="pad10">
<div class="title">Welcome</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 03, 2006 May 03, 2006
Click anywhere in the inner table in Design view. Look at the Quick Tag
Selector bar at the bottom of the document window. Click on the rightmost
<table> tag to select that inner table. Then put the left arrow on the
keyboard once. Your insertion point should now be in the cell that holds
that table. Look at the Property inspector and set Valign to TOP. That
will give you this code -

<table width="800" height="600" background="/images/midpage.gif"
cellspacing="15" cellpadding="0">
<tr>
<td valign="top">


--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"WOLFcfm" <webforumsuser@macromedia.com> wrote in message
news:e3bhd4$6hs$1@forums.macromedia.com...
> hmmm...its funny, i cant seem to get it to align to the top, but im sure
> you
> right and thats how you do it but its not working for me, maybe there is
> something else wrong with my code
>
> <table width="800" height="600" background="/images/midpage.gif"
> cellspacing="15" cellpadding="0">
> <tr>
> <td>
> <table width="770" height="600" border="0" cellpadding="0"
> cellspacing="0"
> bgcolor="#FFFFFF">
> <tr>
> <td>
> <table width="500" bgcolor="#DDDDDD" cellpadding="1" cellspacing="0">
> <tr>
> <td align="center" valign="top">
> <table width="500" border="0" cellpadding="0" cellspacing="0">
> <tr align="center" valign="middle">
> <td width="460" align="left" bgcolor="#FFFFFF" class="pad10">
> <div class="title">Welcome</div>
> </td>
> </tr>
> </table>
> </td>
> </tr>
> </table>
> </td>
> </tr>
> </table>
> </td>
> </tr>
> </table>
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 04, 2006 May 04, 2006
LATEST
i got it thanks...
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines