D
Dany
Hi,
I would like some help in building a signature in which a static picture is
positioned on the right and the text (which goes from right to left) begins a
few pixels left from the pic.
I tried using the following HTML code:
----------------------------------------------------------------------------
<html>
<style type='text/css'>
body{background-image:url('2007.gif'); background-repeat:no-repeat;
background-attachment:fixed; background-position:top right}
b{text-indent: 150px}
</style>
<body dir='rtl'>
<b>
</body>
</html>
----------------------------------------------------------------------------
The problem is that once the text reached the line under the pic, the indent
of the text returned to the default one, which means that it didn't start 150
pixels from the right side of the mail message.
Please help,
-Dany
P.S. I intend to use it as a signature and not a stationary.
I would like some help in building a signature in which a static picture is
positioned on the right and the text (which goes from right to left) begins a
few pixels left from the pic.
I tried using the following HTML code:
----------------------------------------------------------------------------
<html>
<style type='text/css'>
body{background-image:url('2007.gif'); background-repeat:no-repeat;
background-attachment:fixed; background-position:top right}
b{text-indent: 150px}
</style>
<body dir='rtl'>
<b>
</body>
</html>
----------------------------------------------------------------------------
The problem is that once the text reached the line under the pic, the indent
of the text returned to the default one, which means that it didn't start 150
pixels from the right side of the mail message.
Please help,
-Dany
P.S. I intend to use it as a signature and not a stationary.