Main Menu
| Home |
| Joomla Themes News |
| Joomla Web Design Tips |
| Joomla News |
| Joomla Templates |
| Submit News |
| Web Links |
| Advertising |
| SiteMap |
| Contact Us |
Latest Site News
- New Joomla Templates From Joomladesigns
- IceTheme IT Together Theme August 2008
- Perihelion Template From Rockettheme
- PowerKite From Theme Joomla
- Template Plazza eShop Plazza Theme
- Creajoomla CJ Sport Theme
- Joomla.org Gets A New Design
- Joomla! 1.5.6 Upgrade Now
- CSSArts CSS Gallery
- Joomla! 1.5.4 Available For Download
- Joomla Showcase Web design Gallery
- Pixelsparadise Earth And Grass Theme
- Veero Studio Giuseppe Template
- Fusion Lite From Theme Joomla
- eTensity - Shape 5 Joomla Club Template May 08
- Color Fusion From ThemeJoomla
- Pixelsparadise Coffee with Milk Template
- Joomladesigns New Joomla Templates Available
- Yootheme Nu Template May 2008
- Rocketthme Catalyst Joomla Template
| Banner Module Positions |
|
Have you every wanted to include a banner in your Joomla template then here is how you can do it. 1) Open the index.php file for your web design using notepad or another editor like dreamweaver. 2) Add the following code into the index.php file where you would like the banner module to appear. <div id="banner"><?php if (mosCountModules('banner')) { mosLoadModules('banner'); } ?></div> 3) Basically the above code will display the banner module on your site only if you have enabled it. If the module is not enabled then the banner will not appear. 4) You will also need to position the banner module so it appears in the centre or to the left or right. You can do this by including the following css code in your template_css.css file. 5) Open the template_css.css file and add the following code. #banner { float: right; padding: 25px 10px 0px 0px; margin: 0; 6) The above code is referencing the <div id="banner"> and applying a style to it. So in the CSS style element noted above you are saying the banner will float to the left ( or you can you right or centre ) and then you are adding some padding to it. Hope this helps to include a banner module in your joomla theme plus how to position the module.
|
| < Prev | Next > |
|---|



