
01-13-2009, 01:46 AM
|
|
|
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Bellardia
Plugin
global_start
PHP Code:
$style[css] .= 'Your Style!';
Add the relative link to your style sheet and have them upload it
I supposed I should specify
It will insert it after the global css style, but outside of the <style> tags, so you can specify inline styles by adding more <style> tags followed by your css, or link it to the external css.
I'm not sure of a way to get it into the actual css if they're using an external page ):
|
thanks
--------------- Added [DATE]1231818421[/DATE] at [TIME]1231818421[/TIME] ---------------
Quote:
Originally Posted by Lynne
I was just working on something like this today. I used a template hook. I was working on something for my members page, so I used the hook location "member start" to add some css like this:
PHP Code:
$template_hook[memberinfo_css].= ' #fakecss fieldset.fakecss_group { margin-top:6px; } fieldset.fakecss_group table { margin:6px; }';
It goes into the page, not the external.css file though.
|
interesting
|