Search results

  1. S

    including .css files

    Thanks for the reply. So I need to put in all the code from the .css file into the <style> </style > tag, am I right?. so i cannot use @ import or anything else. let me know thanks
  2. S

    including .css files

    Thanks for the reply. Instead of using the contents of the .css , can i just include the .css file, like an import statement in java. hope i have clarified any doubts you had. thanks
  3. S

    including .css files

    Thanks for the reply. I have a style tag in the head. All I want is to find out whether I could include a .cc file in the style tag instead of duplicating the code. Without using the <LINKS> tag. an Example or something would do Let me know Thanks
  4. S

    including .css files

    Thanks for the reply. Is there any other way other than using the <LINK> tag. Cause, if I use the link tag, when I download the page, the linked files are saved in a directory that will dowload along with the page. I hope you are getting my question. Thanks for your reply
  5. S

    including .css files

    .css file in a jsp Hello, As you might have guessed right. I am indeed trying to include the .css file in a .jsp. there is a style tag in it already. Please help me how to do it. Thanks
  6. S

    including .css files

    .css include Thanks for your replies. I am sure you havent understood my problem. Can I include my .css file using a particular syntax. Can you give me an example as to how I can do it without using the LINK tag. because the link tag will make another directory. I want the...
  7. S

    including .css files

    .css file code thanks for the reply. Can I include a .css file inside a style tag, so that the styles are got from that .css file without having to put all the code from that file. <style> @import url(css/general.css); </style> Can I do something like this. If yes, I am...
  8. S

    including .css files

    Hello all, I hope this is the right forum for this message. I have a .css file, which has some styling. I would like to include this file as is in a jsp page. I can include it using the LINK tag, but then, when I save this page the .css file will be saved in a separate directory, which is...
Top