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
5 posters

    Coding Issue

    Swagbito
    Swagbito
    Forumember


    Posts : 176
    Reputation : 4
    Language : English & Japanese

    In progress Coding Issue

    Post by Swagbito Sat 23 Aug 2014 - 17:03

    ARE I was about to edit this into my post but you already locked it so I'm making a new topic.
    I copy and paste the code you gave me but I can't find the original one in the CSS sheet. I suck at coding BTW.
    Ape
    Ape
    Administrator
    Administrator


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

    In progress Re: Coding Issue

    Post by Ape Sat 23 Aug 2014 - 17:51

    Swagbito wrote:ARE I was about to edit this into my post but you already locked it so I'm making a new topic.
    I copy and paste the code you gave me but I can't find the original one in the CSS sheet.  I suck at coding BTW.
    haha sorry i see you marked it as solved so i locked it
    just add the code i gave you at the top of the page if that dont work give me a post back here and i will give it a new shot Wink



    Coding Issue Left1212Coding Issue Center11Coding Issue Right112
    Coding Issue Ape_b110
    Coding Issue Ape1010
    Swagbito
    Swagbito
    Forumember


    Posts : 176
    Reputation : 4
    Language : English & Japanese

    In progress Re: Coding Issue

    Post by Swagbito Sat 23 Aug 2014 - 17:53

    No problem APE haha.  I'll try it.
    Swagbito
    Swagbito
    Forumember


    Posts : 176
    Reputation : 4
    Language : English & Japanese

    In progress Re: Coding Issue

    Post by Swagbito Sat 23 Aug 2014 - 18:02

    My phone doesn't let me paste things on the CSS worksheet.  Is there a way u can do it?
    AngelaHolmes
    AngelaHolmes
    Forumember


    Male Posts : 202
    Reputation : 8
    Language : English
    Location : England

    In progress Re: Coding Issue

    Post by AngelaHolmes Sat 23 Aug 2014 - 18:06

    Swagbito wrote:My phone doesn't let me paste things on the CSS worksheet.  Is there a way u can do it?

    Hello,

    If you'd like me or if you prefer a staff member to do it please PM one of us a test account (Username & Password) also it must have Administration rights so we can access the admin panel to add the code.

    Hope this helped Smile 

    Have a nice day Very Happy


    Last edited by AngelaHolmes on Sat 23 Aug 2014 - 18:07; edited 1 time in total (Reason for editing : Changed a word)
    Swagbito
    Swagbito
    Forumember


    Posts : 176
    Reputation : 4
    Language : English & Japanese

    In progress Re: Coding Issue

    Post by Swagbito Sat 23 Aug 2014 - 18:11

    PM sent to angela
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Coding Issue

    Post by SLGray Sat 23 Aug 2014 - 18:35

    Could you not use a computer?



    Coding Issue Slgray10

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


    Posts : 176
    Reputation : 4
    Language : English & Japanese

    In progress Re: Coding Issue

    Post by Swagbito Sat 23 Aug 2014 - 18:43

    My computer needs a new harddrive
    AngelaHolmes
    AngelaHolmes
    Forumember


    Male Posts : 202
    Reputation : 8
    Language : English
    Location : England

    In progress Re: Coding Issue

    Post by AngelaHolmes Sat 23 Aug 2014 - 20:27

    Hello,

    Thanks very much could you post the code you are wanting to add.

    Also,

    Don't worry I will not hack or anything.
    Swagbito
    Swagbito
    Forumember


    Posts : 176
    Reputation : 4
    Language : English & Japanese

    In progress Re: Coding Issue

    Post by Swagbito Sat 23 Aug 2014 - 20:32

    body {
        background-attachment: scroll;
        background-color: #000;
        background-image: url('https://i.servimg.com/u/f39/18/96/64/91/images17.jpg') no-repeat !important;
        color: #333;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 12px;
    }
    AngelaHolmes
    AngelaHolmes
    Forumember


    Male Posts : 202
    Reputation : 8
    Language : English
    Location : England

    In progress Re: Coding Issue

    Post by AngelaHolmes Sat 23 Aug 2014 - 20:41

    Hello,

    Sorry for the delay it's now currently added I'm using iPad but I used puffin web browser free to paste the code in your CSS I'm not sure what it is meant to do but please tell me if it doesn't make a difference.
    Swagbito
    Swagbito
    Forumember


    Posts : 176
    Reputation : 4
    Language : English & Japanese

    In progress Re: Coding Issue

    Post by Swagbito Sat 23 Aug 2014 - 20:43

    It didn't work.  It was supposed to change the current background to stop repeating itself
    AngelaHolmes
    AngelaHolmes
    Forumember


    Male Posts : 202
    Reputation : 8
    Language : English
    Location : England

    In progress Re: Coding Issue

    Post by AngelaHolmes Sat 23 Aug 2014 - 20:45

    Swagbito wrote:It didn't work.  It was supposed to change the current background to stop repeating itself

    Sorry about that I'll try adding it at the top.
    Swagbito
    Swagbito
    Forumember


    Posts : 176
    Reputation : 4
    Language : English & Japanese

    In progress Re: Coding Issue

    Post by Swagbito Sat 23 Aug 2014 - 20:48

    Alright thanks.
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Coding Issue

    Post by Ange Tuteur Sat 23 Aug 2014 - 21:05

    Hi,

    the value no-repeat does not work in the background-image property. You should use background-repeat to set the repeat of the background instead.

    Code:
    body {
     Â   background-attachment: scroll;
     Â   background-color: #000;
     Â   background-image: url('http://i39.servimg.com/u/f39/18/96/64/91/images17.jpg') !important;
     Â   background-repeat:no-repeat !important;
     Â   color: #333;
     Â   font-family: Verdana,Arial,Helvetica,sans-serif;
     Â   font-size: 12px;
    }
    Swagbito
    Swagbito
    Forumember


    Posts : 176
    Reputation : 4
    Language : English & Japanese

    In progress Re: Coding Issue

    Post by Swagbito Sat 23 Aug 2014 - 21:06

    I'm sorry but I know nothing about coding so I don't know what you meant by that xD.
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Coding Issue

    Post by Ange Tuteur Sat 23 Aug 2014 - 21:11

    Swagbito wrote:I'm sorry but I know nothing about coding so I don't know what you meant by that xD.

    In your code you have :
    background-image: url('https://i.servimg.com/u/f39/18/96/64/91/images17.jpg') no-repeat !important;

    The property above is "background-image" this only sets the URL provided as a background, nothing else.



    You use background-repeat to adjust how the background repeats :

    background-repeat:no-repeat; /* doesn't repeat */

    background-repeat:repeat; /* repeats */

    background-repeat:repeat-x; /* repeats horizontally */

    background-repeat:repeat-y; /* repeats vertically */
    AngelaHolmes
    AngelaHolmes
    Forumember


    Male Posts : 202
    Reputation : 8
    Language : English
    Location : England

    In progress Re: Coding Issue

    Post by AngelaHolmes Sat 23 Aug 2014 - 21:15

    I used the code Ange posted and it worked.
    Swagbito
    Swagbito
    Forumember


    Posts : 176
    Reputation : 4
    Language : English & Japanese

    In progress Re: Coding Issue

    Post by Swagbito Sat 23 Aug 2014 - 21:19

    it didn't work.  Now I can only see 1 of the pic very small.  can you make it as big as the forum page?
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Coding Issue

    Post by Ange Tuteur Sat 23 Aug 2014 - 21:38

    It is possible, however, since the resolution of the picture is low it will look blurry/pixely.

    The CSS :
    Code:
    body {
      background:#000 url('http://i39.servimg.com/u/f39/18/96/64/91/images17.jpg') fixed no-repeat !important;
      background-size:100% !important;
    }
    Swagbito
    Swagbito
    Forumember


    Posts : 176
    Reputation : 4
    Language : English & Japanese

    In progress Re: Coding Issue

    Post by Swagbito Sat 23 Aug 2014 - 21:42

    I suck at coding...
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Coding Issue

    Post by Ange Tuteur Sat 23 Aug 2014 - 22:46

    Swagbito wrote:I suck at coding...
    I am here to aid you if you need help with anything Technical, even if you can't understand it. Just let me know if I need to elaborate. Wink

    Are you able to add the following to your stylesheet ?
    Code:
    body {
     Â background:#000 url('http://i39.servimg.com/u/f39/18/96/64/91/images17.jpg') fixed no-repeat !important;
     Â background-size:100% !important;
    }
    Swagbito
    Swagbito
    Forumember


    Posts : 176
    Reputation : 4
    Language : English & Japanese

    In progress Re: Coding Issue

    Post by Swagbito Sat 23 Aug 2014 - 22:50

    yeah

      Current date/time is Sun 22 Sep 2024 - 17:37