Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Text size becoming too small when image cell has both image and text
Answers
-
Should both image and text be within the inline block as in case 1 or should we follow case 2? what is the problem in Case 1. 'Here image and text both are under <fo:inline and attribute set is ="Ex1_101771" which is 9 pt' I have responded to this in my last message
0 -
So the first structuring has both text and image as inline. Ex1_101771 has
<xsl:attribute-set name="Ex1_101771">
<xsl:attribute name="font-variant">small-cap</xsl:attribute>
<xsl:attribute name="color">rgb(0,0,0)</xsl:attribute>
<xsl:attribute name="font-size">12pt</xsl:attribute>
<xsl:attribute name="font-family">Tahoma</xsl:attribute>
</xsl:attribute-set>
so font size is 12pt
and followed by the image which as per requirment is 10pt height and width. Could you please tell me what exactly the problem is in this case?
0 -
The issue is there even if the image is in the right or left. I have uploaded the correct xsl too just in case.
0 -
How did you run this? Did you export as JPG? I had the issue only for image export and the same layout was working fine in pdf, html, excel etc
0