high2k;114740I want a left aligned image on my news frontpage articles. I have set my image to left align, but it just continues to appear above the text see Quote 1 here http://www.a-l-kennedy.co.uk/joomla/
I can see that the image is dictated in ja.news.fp.css :
#jahl-newsitem img {
background: #5E1F10;
border: 1px solid #643112;
padding: 4px;
margin: 15px 0;
}
but I cannot find the setting that will make my image left align with the text appearing to the righ of the image rather than under it. Can anyone point me in the right direction??
Look here for answers
<div class=”ja-newscontent”> (ja-newscontent {ja.news.fp.css (line 99)
<img alt=”Quote1″ src=”/joomla/images/resized/images/stories/alk_closeup_smile_thb_67_100.jpg”/>
<h4 class=”jazin-title”> (
h2.jazin-title, h4.jazin-title{ja.news.css (line 11)
<a class=”ja-newstitle” (#jahl-newsitem a.ja-newstitle{ja.news.fp.css (line 94)
hope this helps
ShannonN