Jump to content


tables in DW


2 replies to this topic

#1 zoom4267

    Young Padawan

  • Members
  • Pip
  • 191 posts
  • Gender:Female
  • Location:USA

Posted 06 January 2007 - 09:21 PM

i am doing a site from scratch and want 2 colums of tables. each colum to be independant of each other. is this possible and how do i do that.

nested tables?

thanks alot

Edited by zoom4267, 06 January 2007 - 09:39 PM.


#2 bay

    Young Padawan

  • Members
  • Pip
  • 105 posts
  • Gender:Male
  • Location:Chicago, IL USA

Posted 06 January 2007 - 09:35 PM

yep, you can do this with Javascript or PHP whichever is easier for you to use. Use the P2L tutorial search I know its been processed into the Tutorial Index at least once.

#3 Jacorre

    P2L Jedi

  • Members
  • PipPipPip
  • 824 posts
  • Gender:Male
  • Location:USA
  • Interests:Computers, Technology, Internet, Graphic/Web Design, Music, Soccer

Posted 08 January 2007 - 11:06 AM

Not sure if this is what you're looking for but...

<table>
<tr>
  <td>

This is the left column. Add whatever you want including more tables within this column.

  </td>
  <td>

This is the right column. Add whatever you want including more tables within this column.

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

Edited by Jacorre, 08 January 2007 - 11:06 AM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users