By blogarithme on
The help says “Web page addresses and e-mail addresses turn into links automatically” but it doesn’t work in many situations.
These valid pieces of html code are not turned into links:
<em>http://www.drupal.org</em>
<code>http://www.drupal.org</code>
<strong>http://www.drupal.org</strong>
<dt>http://www.drupal.org</dt>
To change these address into clickable links you must add a space before 'http:' AND after '.org'
But in several situations the spaces are not required:
<li>http://www.drupal.org</li>
<p>http://www.drupal.org</p>
It’s hard to figure out it’s a feature ;-)
When you code your page manually it’s not a big problem.
But when you use a wysiwyg editor it’s more uncomfortable.