I know that this is slightly off topic but there is not much expertise on
this, so I have to try and get as much help as possible.
I have a crystal report which works ok, except that I have an issue with the
hyperlink.
normally the hyperlink appear within a <TDtag which is constructed on the
fly by crystal. So ip looks something like this
<TD align=right >
<a href=xxxxxxxxxx xxxxxxxxxxxxxx etc >
</TD>
Crystal allows you to set the CssClass for this, the problem is that when I
do this I get
<TD class="myReport Class" >
<a href=xxxxxxxxxx xxxxxxx class="myReport Class"
</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 ?~
this, so I have to try and get as much help as possible.
I have a crystal report which works ok, except that I have an issue with the
hyperlink.
normally the hyperlink appear within a <TDtag which is constructed on the
fly by crystal. So ip looks something like this
<TD align=right >
<a href=xxxxxxxxxx xxxxxxxxxxxxxx etc >
</TD>
Crystal allows you to set the CssClass for this, the problem is that when I
do this I get
<TD class="myReport Class" >
<a href=xxxxxxxxxx xxxxxxx class="myReport Class"
</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 ?~