Help me to insert css error Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    Help me to insert css error

    avatar


    Help me to insert css error Empty Help me to insert css error

    Post by  February 29th 2016, 5:02 pm

    Hi ! Can you help me fix it?

    although I've used css compressor but still fails Sad

    Help me to insert css error Ti_xui10

    thanks you so much !!!
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19314
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Help me to insert css error Empty Re: Help me to insert css error

    Post by Ape February 29th 2016, 7:05 pm

    If you have already used a css compressor then you have way to much in your CSS files

    Try going overyour forum and see if you can remove some of the codes you don't need

    Most of the time you add codes that are the same or you add to them.

    If you have javascript codes that also need CSS to help make them look good why not add the CSS files in the Code at the bottom of the page.

    Yes you can Do that but they may be a little slow at running thou

    To do this

    Just place your code in the middle of this code

    Code:
    //CSS FILES
    document.write('<style type="text/css">"Your codes start here"
    "And End here"
    </style>');

    Should end up looking something like this
    //CSS FILES
    Code:
    document.write('<style type="text/css">#fa_thanks_message img { vertical-align:middle }#fa_thanks_message {color:#FFF;font-size:16px;font-weight:bold;text-align:center;background-color: #000;border:1px solid #BDB;border-radius:6px;padding:6px;margin:6px;box-shadow: 0px 20px 16px rgba(143, 137, 137, 0.69) inset, 0px -10px 6px rgba(0, 0, 0, 0.05) inset, 2px 2px 3px rgba(0, 0, 0, 0.6);}</style>');



    Help me to insert css error Left1212Help me to insert css error Center11Help me to insert css error Right112
    Help me to insert css error Ape_b110
    Help me to insert css error Ape1010
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Help me to insert css error Empty Re: Help me to insert css error

    Post by SLGray February 29th 2016, 7:14 pm

    Also check to see if you have some codes that are similar that could be removed.



    Help me to insert css error Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar


    Help me to insert css error Empty Re: Help me to insert css error

    Post by  March 1st 2016, 11:49 am

    APE wrote:If you have already used a css compressor then you have way to much in your CSS files

    Try going overyour forum and see if you can remove some of the codes you don't need

    Most of the time you add codes that are the same or you add to them.

    If you have javascript codes that also need CSS to help make them look good why not add the CSS files in the Code at the bottom of the page.

    Yes you can Do that but they may be a little slow at running thou

    To do this

    Just place your code in the middle of this code

    Code:
    //CSS FILES
    document.write('<style type="text/css">"Your codes start here"
    "And End here"
    </style>');

    Should end up looking something like this
    //CSS FILES
    Code:
    document.write('<style type="text/css">#fa_thanks_message img { vertical-align:middle }#fa_thanks_message {color:#FFF;font-size:16px;font-weight:bold;text-align:center;background-color: #000;border:1px solid #BDB;border-radius:6px;padding:6px;margin:6px;box-shadow: 0px 20px 16px rgba(143, 137, 137, 0.69) inset, 0px -10px 6px rgba(0, 0, 0, 0.05) inset, 2px 2px 3px rgba(0, 0, 0, 0.6);}</style>');

    sorry ! but what do I do with this code?
    I can create 1 page javascript is not?
    or are there any other way?

    I am not proficient in the very forum Smile !!
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19314
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Help me to insert css error Empty Re: Help me to insert css error

    Post by Ape March 1st 2016, 8:01 pm

    Say you have a JavaScript working on your forum right now and you have css files to help it look better in your CSS files you can take that css file and add it to the bottom of your JavaScript page for that code.


    Do you get me ?



    Help me to insert css error Left1212Help me to insert css error Center11Help me to insert css error Right112
    Help me to insert css error Ape_b110
    Help me to insert css error Ape1010