|
Posted by Allie on December 6, 2007, 4:06 pm
Please log in for more thread options
Here's an example of what I'm trying to do:
<table>
<tr style="text-align:left; font-size:10pt; font-weight:bold">
<!-- I want this word to align to the left -->
' ||CRPT|| '
<!-- I want this link to align to the right -->
<A HREF=" REPORT?v_rpt='|| v_rpt
||'&v_printable=1'||'">Printable</A>
</tr>
</table>
I thought that the first row would be aligned left, and the second row
would float on top of it to the right.
Instead, there are two rows aligned to the left. Now, I'm wondering if
using "float" is the way to go about this.
|