Drupal: How to add external links from any moduleIf it requires to add one or more external file/ files (like something.css, something.js), we can use drupal_set_html_head function (drupal 6.x only).
sample code:
drupal_set_html_head('
From my little web application development experiences.........:D