Copy link to clipboard
Copied
I can't change text size for some reason using inline styles.
Any ideas?
Copy link to clipboard
Copied
This html converts fine:
<cfoutput query="insidestory">
<div align="center"><img src="../images/FFXheader.jpg" alt="Friday Feedout" /> </div>
<div class="row" >
<h2 style="font-family:Arial, Helvetica, sans-serif;line-height: 1.5em;font-size:18px;">#announcementTitle# Issue Number #issuenumber#</h2>
<cfif announcementImage neq "">
<img src="../images/#announcementImage#" style="float:right" alt="#announcementTitle#" />
</cfif><div style="font-family:Arial, Helvetica, sans-serif;line-height: 1.5em;font-size:15px;">
#announcementbody#</div> <br style="clear:both;display:block;" />
</div>
</cfoutput>
But when I use exactly the same html underneath, the text size goes small again :-Z
Any ideas folks?
Copy link to clipboard
Copied
Anyone?