G
Goofy
I have a crystal report which works ok, except that I have an issue with the
hyperlink.
normally the hyperlink appear within a <TD> tag which is constructed on the
fly by crystal. So ip looks something like this
<TD align=right >
<a href=xxxxxxxxxxxxxxxxxxxxxxxx etc >
</TD>
Crystal allows you to set the CssClass for this, the problem is that when I
do this I get
<TD class="myReportClass" >
<a href=xxxxxxxxxxxxxxxxx class="myReportClass"
</TD>
Having removed the TD align tab, I can seem to work out how to get the
contents of the cell to align right with CSS I have tried Text-Align:Right;
but this does not work.
Any IDeas ?~
hyperlink.
normally the hyperlink appear within a <TD> tag which is constructed on the
fly by crystal. So ip looks something like this
<TD align=right >
<a href=xxxxxxxxxxxxxxxxxxxxxxxx etc >
</TD>
Crystal allows you to set the CssClass for this, the problem is that when I
do this I get
<TD class="myReportClass" >
<a href=xxxxxxxxxxxxxxxxx class="myReportClass"
</TD>
Having removed the TD align tab, I can seem to work out how to get the
contents of the cell to align right with CSS I have tried Text-Align:Right;
but this does not work.
Any IDeas ?~