vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   load a css style sheet inside of a template (https://vborg.vbsupport.ru/showthread.php?t=162107)

control1110 11-07-2007 01:55 AM

load a css style sheet inside of a template
 
How do I load a css style sheet inside my template?
can I do
<head>
<link href="stylesheet url here" rel="stylesheet" type="text/css" />
</head>

inside the template or is there another way to do it?

Freesteyelz 11-07-2007 02:17 AM

You could but then you'll have two <head> tags when you load that page. If you're concerned about the server load then don't worry; CSS is very light. I would just place the link in your headerinclude template.

control1110 11-07-2007 03:06 AM

do you mean just place

<link href="stylesheet url here" rel="stylesheet" type="text/css" />

in the headerinclude template?

Freesteyelz 11-07-2007 03:31 AM

I'll probably use this instead:

Code:

<style type="text/css">
    @import url('/path_to_script.css');
 </style>


Though, the code you have will work too.

control1110 11-07-2007 04:17 AM

thank you

ragtek 11-07-2007 05:29 AM

Quote:

Originally Posted by Freesteyelz (Post 1377498)
I'll probably use this instead:

Code:

<style type="text/css">
    @import url('/path_to_script.css');
 </style>


Though, the code you have will work too.

isn't it so, that @import is not working in ie???
ive read it here: http://www.webdevout.net/css-hacks#in_css-import_media

Freesteyelz 11-07-2007 05:49 AM

In all of my tests and applications it worked. These were dated back from 2005 using various browsers including IE versions 5.0 and 5.5. Sites such as CSS Zen Garden and other CSS devoted sites use it too. :)

ragtek 11-07-2007 06:04 AM

ok thx
i was confused because of this article


All times are GMT. The time now is 01:38 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01083 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete