Recent Topics

1 Jan 14, 2007 23:13    

I have my blog set up with auto blog. SO when new users are signed up, a directory is created with a blank "Style.css".

I was wondering if there is a way have a custom header using the "style.css" thats dropped in each users directory. It says that i cannot override but only add. It would be cool if we could define custom backgrounds in that style sheet... imagine the possibilities 8|

I don't know PHP but was guessing if we could do it this way... in the _main.php page we define a style that is

<div class="header<? Insert User Name Here" ;?>"></div>

so that each the header class pulls the user name and adds it, this class we can use in the Style.css sheet

Is that a lot of work or worth a look?


Form is loading...