Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
malcster2 #1
table layout
this is probably just a simple one, but i'm a simple person, so here
goes................
i've created a small table in dm8 to display some record set records. i've set
the row as a repeat region, and all the correct data is shown.
however, the prolbem is that the records are not being rapped into a new row,
they are just being displayed horizontaly like:
name number address name number address name number address
instead off:
name number address
name number address
name number address etc.
i'm sure there is a simple solution, but i can't find it! please help!
malcster2 Guest
-
Problem with Layout Table
It seems that my regular tables are staying stationary. However, My layout Table will not, it moves all over the place. Is there a property where... -
Layout Table/Frame Help!!!
I have been trying to create a layout in Dreamweaver MX 2004. Basically, I have series of thumbnails on the left and a larger preview on the right... -
Record Set table layout?
I don't have a problem laying out a recordset in php/mysql, but each record is returned in a single row of a table file. Is there a way to return... -
HELP WITH LAYOUT TABLE PROBLEM!!!
This is probably a really sime problem, but when i put 2 layout tables (on above the other) on two different frames (one above the other) the same... -
table layout vs. dhtml
I worked on my webpage with firework. Then I posted some question in w3c related forum. Those people seem to be telling me not to use table to layout... -
gaurav_ch #2
Re: table layout
it normally happens when you define the table width in percent instead of
pixels. if the table width is 100% then the table and cells will expand
according to browser width so define the width in pixels and see it now. it
will work.
gaurav_ch Guest



Reply With Quote

