| Author |
Message |
Rudi
Joined: 26 Oct 2006 Posts: 10
|
Posted: Thu Oct 26, 2006 7:11 pm Post subject: Hyperlink doesn't look quite nice |
|
|
Hyperlink problem
If I make a hyperlink like
<a href="http://www.tagesschau.de/">ARD Tagesschau</a>
and look at the preview, I think i looks quite correct. But if I get the newsletter I find the line
ARD Tagesschau <http://www.tagesschau.de/>
What could be wrong? |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2259
|
Posted: Thu Oct 26, 2006 7:34 pm Post subject: |
|
|
| Entourage? |
|
| Back to top |
|
 |
Rudi
Joined: 26 Oct 2006 Posts: 10
|
Posted: Thu Oct 26, 2006 7:49 pm Post subject: |
|
|
Yes,
entourage!
Rudi |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2259
|
Posted: Thu Oct 26, 2006 7:56 pm Post subject: |
|
|
This an Entourage bug. When the HTML is very simple it strips the HTML tags rather than rendering it. A workaround is to embed the text in a table. Place this code on very first line:
<table width="600" border="0"><tr><td>
and on very last line:
</td></tr></table>
You can modify the '600' width. |
|
| Back to top |
|
 |
Rudi
Joined: 26 Oct 2006 Posts: 10
|
Posted: Fri Oct 27, 2006 4:34 am Post subject: |
|
|
| Thank you very much, with table it works also in entourage. |
|
| Back to top |
|
 |
|