Forums

Multiple style sheets in Strayhorn? (3 posts)

  1. weldonberger
    Member
    Posted 6 years ago #

    My host is requiring that I upgrade from 1.2+ to the latest version. I use two style sheets, one for almost everything and one for the separate page where I house my links.

    Blog is here:
    http://www.btcnews.com/btcnews

    Current style sheets are here:
    (primary) http://www.btcnews.com/btcnews/wp-layout5.css
    (links) http://www.btcnews.com/btcnews/linkss.css

    Links page is here:
    http://www.btcnews.com/btcnews/links.php

    In 1.2 the stylesheets are called by name so I could reference both of them by adding a second stylesheetname line.
    @import url( <?php echo get_settings('siteurl'); ?>/wp-layout5.css );
    @import url( <?php echo get_settings('siteurl'); ?>/linkss.css );
    .

    I don't know how or if I can do that with the changes in 1.5. My primary style sheet is a 3-column layout and the links page is a 4-column one, and even though they're both sort of Frankenstein's Monster-ish I'd like to keep them intact if possible. I have several other more or less static pages that I don't mind redoing with the new 'pages' feature, but I really don't want to rework the links or try to figure out how to merge the two stylesheets if I can avoid it.

    Any thoughts?

    Cheers, begs ...

    Weldon

  2. Lorelle
    Member
    Posted 6 years ago #

  3. weldonberger
    Member
    Posted 6 years ago #

    Hi, Lorelle, and thanks. I'm not especially competent with pHp but I think I understand at least how not to blow everything up, which is good for starters. My host gave a 24-hour notice for the upgrade so I was taken by surprise. I appreciate your help.

    Cheers,

    Weldon

Topic Closed

This topic has been closed to new replies.

About this Topic