Jump to content
We've recently updated our Privacy Statement, available here ×

css support


sharma_cal

Recommended Posts

  • 3 months later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Surely by now it must have become a priority to add CSS to iReport?

in an text box with markup = 'HTML' I get:

• This is a long list item text in order to

show the text wrapping

• This is a long list item text in order to

show the text wrapping

• This is a long list item text in order to

show the text wrapping

This is useless as the text should line up with the word above, not the bullet.

However, if I use a 'styled' text box with the same code:

<UL><LI> This is a long list item text in

order to show the text wrapping</LI> <LI

STYLE='list-style-position: inside'> This is a

long list item text in order to show the text

wrapping</LI> <LI STYLE='list-styleposition:

outside'> This is a long list item

text in order to show the text

wrapping</LI></UL>

Doesn't appear to recognise the HTML tags. Is there a solution out there somewhere?

 

 

Code:
"<UL><LI> This is a long list item text in order to show the text wrapping</LI> <LI> STYLE='list-style-position: inside'> This is a long list item text in order to show the text wrapping</LI> <LI STYLE='list-styleposition: outside'> This is a long list item text in order to show the text wrapping</LI></UL>"
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...