Main Menu
| Home |
| Joomla Themes News |
| Joomla Web Design Tips |
| Joomla News |
| Joomla Templates |
| Submit News |
| Web Links |
| Advertising |
| SiteMap |
Latest Site News
- IE Browser Tester
- Favicon.ico Generator
- Joomla 1.5.8 available for download
- PixelsparadiseThymes Design
- Two new templates from Joomladesigns
- Aluma Photography Template From Shape5
- Icetheme IT Motion Theme
- Templateplazza Blogger Plazza Theme
- Rockettheme Replicant v2
- Skyzoo Theme From Veero
- PowerKite From Theme Joomla
- 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
- Fusion Lite From Theme Joomla
- eTensity - Shape 5 Joomla Club Template May 08
- Color Fusion From ThemeJoomla
| 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 > |
|---|
