|
User Details |
message
|
|
guillermo darrigo
post date:
2011-09-08 20:42:14
|
I am wondering how can I just create a container and repeat it as many times as records are in a database, I should be able to duplicate an area inside a container randomly times, how can I do that? it seems to be every fixed.
|
|
|
Elena Tepardea [Extend Studio]
post date:
2011-09-09 05:30:27
|
Hello,
You find this option in Dreamweaver. It is called repeat regions. Here you have some tutorials about how to implement this in your site: http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WS2626733D-FA38-49b6-9C95-8BD565F8C2E6.html , http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS228F034D-1255-463f-BE80-D075F0BACF11.html
Make sure you don't repeat a container that is part of a layout because these div's have unique id-s. You can use repeat regions in content areas.
Regards,
Elena Tepardea
|
|
|
guillermo darrigo
post date:
2011-09-16 11:19:16
|
Can you software manage that?
What change on the code I need to do to be able to repeat a region?
Don't like using spry.
Thanks,
Guillermo
|
|
|
Elena Tepardea [Extend Studio]
post date:
2011-09-20 12:01:41
|
Hello,
Our software doesn't know how to handle that automatically. You will need to do this with either php or other server side script.
Please follow these links for more information: http://help.adobe.com/en_US/dreamweaver/cs/using/WSF6ADD6BC-F21C-432d-A694-CD343AC413C0a.html and http://help.adobe.com/en_US/dreamweaver/cs/using/WSc78c5058ca073340dcda9110b1f693f21-7988a.html
You need to get the data from database with php and display them in html and CSS Layouts doesn't make this automatically. With CSS Layouts you can only work to the design.
Regards,
Elena Tepardea
|
|