The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Multiple CSS?

    Zed is Not Dead
    Zed is Not Dead
    Forumember


    Posts : 257
    Reputation : 28
    Language : English

    Multiple CSS? Empty Multiple CSS?

    Post by Zed is Not Dead March 9th 2017, 4:22 pm

    Just wondering, because I know the style sheet can actually be maxed out, but I am wondering if there is a way to have more than one so you aren't limited to what you can do to a site. So is it possible to have more than one CSS on the forum and can you use both at the same time to give off a better viewing experience to users? I say this because I have almost reached my max on the CSS but no where near being fully done with the coding aspect and I need more room.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Multiple CSS? Empty Re: Multiple CSS?

    Post by Draxion March 9th 2017, 5:45 pm

    Yes, you can add more via the templates, and even through JavaScript.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Multiple CSS? Empty Re: Multiple CSS?

    Post by Ange Tuteur March 9th 2017, 6:00 pm

    You can link to ANY external stylesheet ( as long as CORS allows it ), so if you have your own website, then you can host a stylesheet on there and link to it. You can also find free hosts to host your files, although some have bandwidth limits. Personally, if you're going free, I'd recommend the following method.
    http://docs.helpscout.net/article/92-stylesheet-dropbox

    Then all you need to do is add your stylesheet in the <head> section of the overall_header template.

    Example CSS :
    Code:
    <link rel="stylesheet" type="text/css" href="https://dl.dropboxusercontent.com/s/rdhg16v1gk8icap/classified_ads-min.css" />
    Information on the <link> element : https://www.w3schools.com/tags/tag_link.asp
    Zed is Not Dead
    Zed is Not Dead
    Forumember


    Posts : 257
    Reputation : 28
    Language : English

    Multiple CSS? Empty Re: Multiple CSS?

    Post by Zed is Not Dead March 12th 2017, 1:51 am

    "save file as a css" how do I do that?

      Current date/time is September 22nd 2024, 5:18 pm