CODE

<link rel="stylesheet" href="html/style.css" type="text/css">
<link rel="stylesheet" href="html/another.css" type="text/css">


with

CODE

<style type="text/css"><!--@import url("templates/xhtml/calendar.css");@import url("templates/xhtml/style.css");--></style>


why " import " it?

which better? why?

------------------------------------------------------



when i use import method.
there always display the webpage first but then css.
when i changed link method.
there is okay.

Reply