Custom HTML (mod_custom)- output code differs re servers - Joomla! Forum - community, help and support
hi,
i have created custom html module called "strapline" simple slogan on webpage. text is:-
testing localhost generates output:-
(so it's easy apply css style ....)
however, when uploaded "real" apache server, generated output simply:-
(much more difficult apply css style ....)
i have both servers generate same final html code facilitate testing.
the template code is:-
the chrome style doesn't make difference result
can please help. thanks
i have created custom html module called "strapline" simple slogan on webpage. text is:-
<h2>blahblahblah</h2>
testing localhost generates output:-
<div id="strapline"><h2> blahblahblah</h2></div>
(so it's easy apply css style ....)
however, when uploaded "real" apache server, generated output simply:-
<h2>blahblahblah</h2>
(much more difficult apply css style ....)
i have both servers generate same final html code facilitate testing.
the template code is:-
<jdoc:include type="modules" name="strapline" style="xhtml"/>
the chrome style doesn't make difference result
can please help. thanks
Comments
Post a Comment