[solved]How to place text above the banner - Joomla! Forum - community, help and support
my site has layout -
which pretty standard. have main body text under banner, want add 'welcome to' line above banner position. have done
the reason putting banner after break in same row text becuase can't banner centered no matter i've tried, above way centered.
so, since don't want font stuff in html this, how joomla rest of text? how place text above banner without adding above code?
code: select all
header
left body right
text
footer
which pretty standard. have main body text under banner, want add 'welcome to' line above banner position. have done
code: select all
<tr>
<th><font size="5" face="verdana,geneva" color="#0000cc">welcome simrad</font><br /><?php mosloadmodules ('banner'); ?>
</th>
</tr>
the reason putting banner after break in same row text becuase can't banner centered no matter i've tried, above way centered.
so, since don't want font stuff in html this, how joomla rest of text? how place text above banner without adding above code?
i found module written eike mod_contentitem_joomla_1_0_8.zip works great.
Comments
Post a Comment