Someone asked in a thread about Drupal's support of IE 5.5. why Drupal is importing rather than linking stylesheets in index.php : http://drupal.org/node/112842.
Now correct me if I am wrong... (I probably am...)
The only advantage of importing stylesheets in an html page (using <style type="text/css">@import url(external.css);</style>) is to hide the stylesheet from Netscape 4.x.
Is it possible to add a dynamic menu item in the menu? a link like /user/uid where the uid will be replaced by the user id? I tried the Replacement Tags module, but it does not work with the menu... i need exactly the funcionality of Replacement Tags working with the menu link...
<strong> in the html filter brakes the w3c xhtml validation at the print friendly version output.
the code generated by the print friendly version shows <p><strong>text</strong><br />. Instead, it should be something like <p><strong>text</strong></p><br></br>
if the URL Filter is activated ( Home › Administer › Site configuration › Input formats) then
a URL in the last line of a field is not converted to a link
I didn't find a place to post a bug report,
maybe someone can reproduce the error and give me a hint where to post.