3 column footer or custom HTML - Joomla! Forum - community, help and support
hi, got website running, ran small problem. im looking have 3 columns in footer or have 3 modules in place of footer.
im looking have address company on left, weather information (rrs feed) in middle , contact details on right.
in nutshell, how do it?!
example:
how find us: weather @ airfield in touch
address todays weather telephone number
address tomorrow weather email address
address
post code
i think has modules id rss feed middle 1 @ moment have in custom html article places in footer position.
many thanks
ps best extension having photos change after set time in article? not looking gallery feature, changing photos if clicked on link page on site. cheers agains
im looking have address company on left, weather information (rrs feed) in middle , contact details on right.
in nutshell, how do it?!
example:
how find us: weather @ airfield in touch
address todays weather telephone number
address tomorrow weather email address
address
post code
i think has modules id rss feed middle 1 @ moment have in custom html article places in footer position.
many thanks
ps best extension having photos change after set time in article? not looking gallery feature, changing photos if clicked on link page on site. cheers agains
you can number of ways , using tables tempting, knows, table police might give ticket, lol ...
the "modern" way thusly:
and css:
good luck , hope helps!
oh, , image rotators, pick one, they're pretty setups, not others. prepared test @ least 2 or 3 of them.
the "modern" way thusly:
code: select all
<div id="footer-wrapper">
<div id="footer-left" class="footerdivs"><jdoc:include type="modules" name="footerleft" /></div>
<div id="footer-center" class="footerdivs"><jdoc:include type="modules" name="footercenter" /></div>
<div id="footer-right" class="footerdivs"><jdoc:include type="modules" name="footerright" /></div>
</div><!--closes#footerwrapper-->
and css:
code: select all
#footer-wrapper {
width:100%;
}
.footerdivs {
width:33%;
float:left;
clear:none;
good luck , hope helps!
oh, , image rotators, pick one, they're pretty setups, not others. prepared test @ least 2 or 3 of them.
Comments
Post a Comment