hi,
how can i import css from a css file ?
i've tried to insert this codes, in the form header.
Many thanks in advance,
dwi
how can i import css from a css file ?
i've tried to insert this codes, in the form header.
<?php
$url = $GLOBALS['mosConfig_live_site'] . '/dkforms/form_style.css';
echo "<style type=\"text/css\"> ";
echo "@import \"$url\";";
echo "</style>";
?>
Many thanks in advance,
dwi