Welcome to Gaia! ::

Did you find this helpful?

Yes 0.44603940256872 44.6% [ 7675 ]
No 0.04201778346022 4.2% [ 723 ]
Sort of... 0.14959028302435 15.0% [ 2574 ]
I'm so confuuuuused T_T 0.36235253094671 36.2% [ 6235 ]
Total Votes:[ 17207 ]
Raptor Alpha
Deep J
Okay so. I need a little help. I cannot get my about section to be all red static and I used the repeat image background code. Tried almost every bg code I could find and it still doesn't work. here is the code I currently have put in which only did a small portion of my about bg section

#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif'); repeat: yes; }


Try this.
#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif') repeat; }


Still the same way it was in the first place.
Raptor Alpha's avatar
  • 250
  • 100
  • 200
Deep J
Raptor Alpha
Deep J
Okay so. I need a little help. I cannot get my about section to be all red static and I used the repeat image background code. Tried almost every bg code I could find and it still doesn't work. here is the code I currently have put in which only did a small portion of my about bg section

#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif'); repeat: yes; }


Try this.
#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif') repeat; }


Still the same way it was in the first place.

Ok now try
#about { background: url(http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif) repeat; }
Raptor Alpha
Deep J
Raptor Alpha
Deep J
Okay so. I need a little help. I cannot get my about section to be all red static and I used the repeat image background code. Tried almost every bg code I could find and it still doesn't work. here is the code I currently have put in which only did a small portion of my about bg section

#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif'); repeat: yes; }


Try this.
#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif') repeat; }


Still the same way it was in the first place.

Ok now try
#about { background: url(http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif) repeat; }


Now it is smaller :-
Raptor Alpha's avatar
  • 250
  • 100
  • 200
Deep J
Raptor Alpha
Deep J
Raptor Alpha
Deep J
Okay so. I need a little help. I cannot get my about section to be all red static and I used the repeat image background code. Tried almost every bg code I could find and it still doesn't work. here is the code I currently have put in which only did a small portion of my about bg section

#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif'); repeat: yes; }


Try this.
#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif') repeat; }


Still the same way it was in the first place.

Ok now try
#about { background: url(http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif) repeat; }


Now it is smaller :-
That isn't right. Well that's all I can do, sorry.
Raptor Alpha
Deep J
Raptor Alpha
Deep J
Raptor Alpha
Deep J
Okay so. I need a little help. I cannot get my about section to be all red static and I used the repeat image background code. Tried almost every bg code I could find and it still doesn't work. here is the code I currently have put in which only did a small portion of my about bg section

#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif'); repeat: yes; }


Try this.
#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif') repeat; }


Still the same way it was in the first place.

Ok now try
#about { background: url(http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif) repeat; }


Now it is smaller :-
That isn't right. Well that's all I can do, sorry.


It's fine. I think I will live smile
It didn't work. I set up the code for changing the color text for my comments but it didn't work, I still can't see the text of my commenters. Could I still have done something wrong?
just a quick question do you have any idea how to remove the line above interests?? id appreciate this help because its annoying having one blue line on a black & white profile sweatdrop sweatdrop
I don't remeber it on the top of my head but it tells you on the front page, if you read the guide.
Shygypsy
I don't remeber it on the top of my head but it tells you on the front page, if you read the guide.
it tells you how to remove the one from friends but not the interests one...
Shygypsy
It didn't work. I set up the code for changing the color text for my comments but it didn't work, I still can't see the text of my commenters. Could I still have done something wrong?
After reading back, I'm sure that it worked. The reason you can't see it is that you have the color set to black (#000) and the background is black, so the text blends into the background. If you change the #000 to a different color besides black the text will show up.
Sour Banana
Shygypsy
It didn't work. I set up the code for changing the color text for my comments but it didn't work, I still can't see the text of my commenters. Could I still have done something wrong?
After reading back, I'm sure that it worked. The reason you can't see it is that you have the color set to black (#000) and the background is black, so the text blends into the background. If you change the #000 to a different color besides black the text will show up.

I just used #000 as an example, I used a different but bright whitish blue color.
Shygypsy
Sour Banana
Shygypsy
It didn't work. I set up the code for changing the color text for my comments but it didn't work, I still can't see the text of my commenters. Could I still have done something wrong?
After reading back, I'm sure that it worked. The reason you can't see it is that you have the color set to black (#000) and the background is black, so the text blends into the background. If you change the #000 to a different color besides black the text will show up.

I just used #000 as an example, I used a different but bright whitish blue color.


Look, this is your code right now:

.caption { background: #000000 ; border: 2px solid #555; color: #000000; }
.caption2 { background: #000000 ; border: 2px solid #888; color: #000000; }

Because you have{color} set to #000000, the text is black and blends in with the background. If you change that, you will be able to see the text.

If that's not the problem, then please post with an example and the code you tried previously. You can't possibly expect people to help you if you won't even give them an example of your problem, would you? Right now, our only evidence of what you have tried is in your profile. We're not mindreaders.

User Image - Blocked by "Display Image" Settings. Click to show.
Here is what I put
Quote:
#comments { background: #000 url( image URL goes here ) top center no-repeat; text-align: left; text-indent: 5px; color: #98F5FF; height: 20px; }
Shygypsy
Here is what I put
Quote:
#comments { background: #000 url( image URL goes here ) top center no-repeat; text-align: left; text-indent: 5px; color: #98F5FF; height: 20px; }


Hmm....that looks fine. Do you have a picture of what the problem is? Like, a screenshot?
User Image - Blocked by "Display Image" Settings. Click to show.
` K A Y L E Y
Shygypsy
Here is what I put
Quote:
#comments { background: #000 url( image URL goes here ) top center no-repeat; text-align: left; text-indent: 5px; color: #98F5FF; height: 20px; }


Hmm....that looks fine. Do you have a picture of what the problem is? Like, a screenshot?
User Image - Blocked by "Display Image" Settings. Click to show.


I think I might have a code that might cancel this one out, or it might be the spaces between it and the other codes

Quick Reply

Submit
Manage Your Items
Other Stuff
Get Items
Get Gaia Cash
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff