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.

Coding Issue

5 posters

Go down

In progress Coding Issue

Post by Swagbito Sat 23 Aug - 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.
Swagbito
Swagbito
Forumember

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

In progress Re: Coding Issue

Post by Ape Sat 23 Aug - 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
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: Coding Issue

Post by Swagbito Sat 23 Aug - 17:53

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

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

In progress Re: Coding Issue

Post by Swagbito Sat 23 Aug - 18:02

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

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

In progress Re: Coding Issue

Post by AngelaHolmes Sat 23 Aug - 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 - 18:07; edited 1 time in total (Reason for editing : Changed a word)
AngelaHolmes
AngelaHolmes
Forumember

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

https://help.forumotion.com

Back to top Go down

In progress Re: Coding Issue

Post by Swagbito Sat 23 Aug - 18:11

PM sent to angela
Swagbito
Swagbito
Forumember

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

In progress Re: Coding Issue

Post by SLGray Sat 23 Aug - 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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Coding Issue

Post by Swagbito Sat 23 Aug - 18:43

My computer needs a new harddrive
Swagbito
Swagbito
Forumember

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

In progress Re: Coding Issue

Post by AngelaHolmes Sat 23 Aug - 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.
AngelaHolmes
AngelaHolmes
Forumember

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

https://help.forumotion.com

Back to top Go down

In progress Re: Coding Issue

Post by Swagbito Sat 23 Aug - 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;
}
Swagbito
Swagbito
Forumember

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

In progress Re: Coding Issue

Post by AngelaHolmes Sat 23 Aug - 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.
AngelaHolmes
AngelaHolmes
Forumember

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

https://help.forumotion.com

Back to top Go down

In progress Re: Coding Issue

Post by Swagbito Sat 23 Aug - 20:43

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

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

In progress Re: Coding Issue

Post by AngelaHolmes Sat 23 Aug - 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.
AngelaHolmes
AngelaHolmes
Forumember

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

https://help.forumotion.com

Back to top Go down

In progress Re: Coding Issue

Post by Swagbito Sat 23 Aug - 20:48

Alright thanks.
Swagbito
Swagbito
Forumember

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

In progress Re: Coding Issue

Post by Ange Tuteur Sat 23 Aug - 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;
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Coding Issue

Post by Swagbito Sat 23 Aug - 21:06

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

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

In progress Re: Coding Issue

Post by Ange Tuteur Sat 23 Aug - 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 */
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Coding Issue

Post by AngelaHolmes Sat 23 Aug - 21:15

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

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

https://help.forumotion.com

Back to top Go down

In progress Re: Coding Issue

Post by Swagbito Sat 23 Aug - 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?
Swagbito
Swagbito
Forumember

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

In progress Re: Coding Issue

Post by Ange Tuteur Sat 23 Aug - 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;
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Coding Issue

Post by Swagbito Sat 23 Aug - 21:42

I suck at coding...
Swagbito
Swagbito
Forumember

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

In progress Re: Coding Issue

Post by Ange Tuteur Sat 23 Aug - 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;
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Coding Issue

Post by Swagbito Sat 23 Aug - 22:50

yeah
Swagbito
Swagbito
Forumember

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum