Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFdocument styling in CF 7

Explorer ,
Nov 04, 2010 Nov 04, 2010

I can't change text size for some reason using inline styles.

Any ideas?

482
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 04, 2010 Nov 04, 2010

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 05, 2010 Nov 05, 2010
LATEST

Anyone?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources