|
|||
|
When I use the module manager to insert any module position, say "Header", and then select style two or three, no Divs are inserted in the index.php code just this:
<?php if (mosCountModules('header')>0) mosLoadModules('header',-2); ?> Why aren't the Div tags inserted? I can do it, but I thought that the software did it for you. Regards, Bill Schaepe |
|
|||
|
Hello Bill,
The module styles / numbers are easy explain via this link. http://www.m65.net/cms/dreamweaver-j...plate-kit.html. See the lower section about the Default style down. As for your question? The div are render at design time by Joomla. to control the look and feel edit the style sheet. See this link section 4. STANDARD MODULE TABLE http://www.m65.net/cms/articles/joom...nce-1.0.x.html Style Two: module output is Module Output Code: <div> <h3>Title</h3> Module Data </div> Style Three: Module Output Code: <div> <div> <div > <h3>Title</h3> Module Data </div> </div> </div> </div> Style Three: is how you would add round conner via the a CSS tricks. one image for each conner. Cheers, Brian Diaz Media 65 |
| Thread Tools | |
| Display Modes | |
|
|