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 ]
<< < 1 2 ... 17 18 19 20 21 22 23 24 ... 476 477 478 > >> >>> »|
Tuong the Scremunk
Kira Catgirl
Tuong the Scremunk
Kira Catgirl
Tuong the Scremunk
Yeah, I put an image url there but it didn't show... Wait, do I put it on the normal one or the one that has h1?
It should be h2 for the section headers. surprised And yes, you put it in those.
You're right, it is h2... Both of them?
Both of what? O.o;
Ok, it works now, but can I make the about disappear? (The text about from gaia.)
Put font-size: 0px; inside of the h2 sections. 3nodding
Singer_Yuna's avatar
  • 50
  • 100
  • 200
Kira Catgirl
I hope you check back, there's the fix for you. :3
thx you very much honey!
Kira Catgirl
Tuong the Scremunk
Kira Catgirl
Tuong the Scremunk
Kira Catgirl
Tuong the Scremunk
Yeah, I put an image url there but it didn't show... Wait, do I put it on the normal one or the one that has h1?
It should be h2 for the section headers. surprised And yes, you put it in those.
You're right, it is h2... Both of them?
Both of what? O.o;
Ok, it works now, but can I make the about disappear? (The text about from gaia.)
Put font-size: 0px; inside of the h2 sections. 3nodding
Ok, thank you! *bow*
Singer_Yuna
Kira Catgirl
I hope you check back, there's the fix for you. :3
thx you very much honey!
You're quite welcome. 3nodding
Tuong the Scremunk
Kira Catgirl
Tuong the Scremunk
Kira Catgirl
Tuong the Scremunk
You're right, it is h2... Both of them?
Both of what? O.o;
Ok, it works now, but can I make the about disappear? (The text about from gaia.)
Put font-size: 0px; inside of the h2 sections. 3nodding
Ok, thank you! *bow*
No problem. ^^
I'm completely new at this and completely lost. sweatdrop I've been trying for an hour and I still can't get it. Can you help me? I want to have this picture in my background like you have that guy in yours.



Img : [IMG]http://tinypic.com/httvm9.jpg[/IMG]
Url : http://tinypic.com/view/?pic=httvm9



I want the color theme to be this : FAEBD7

Can you help me set this up?
KittenLover11
I'm completely new at this and completely lost. sweatdrop I've been trying for an hour and I still can't get it. Can you help me? I want to have this picture in my background like you have that guy in yours.



Img : [IMG]http://tinypic.com/httvm9.jpg[/IMG]
Url : http://tinypic.com/view/?pic=httvm9



I want the color theme to be this : FAEBD7

Can you help me set this up?
When you say 'color theme' what exactly are you talking about being that colour? The text?
Kira Catgirl
KittenLover11
I'm completely new at this and completely lost. sweatdrop I've been trying for an hour and I still can't get it. Can you help me? I want to have this picture in my background like you have that guy in yours.



[code:1]Img : User Image - Blocked by "Display Image" Settings. Click to show.
Url : ]http://tinypic.com/view/?pic=httvm9[/code:1]


I want the color theme to be this : FAEBD7

Can you help me set this up?
When you say 'color theme' what exactly are you talking about being that colour? The text?
Oh Sorry. Umm.. Like the boldfaced spot. sweatdrop

body { background: #000 url( image URL goes here ) fixed left center no-repeat;
color: #fff; }

I don't really know how to explain it. But did I?
Hey there, I'm new at all this coding stuff, just like almost everyone else, and I have a problem. sweatdrop I put the code that's supposed to make your avatar disappear (#profile .avatar { opacity: 0; height: 150px; }), but it's not working. (O.o) Can you help me?...
KittenLover11
Kira Catgirl
KittenLover11
I'm completely new at this and completely lost. sweatdrop I've been trying for an hour and I still can't get it. Can you help me? I want to have this picture in my background like you have that guy in yours.



[code:1]Img : User Image - Blocked by "Display Image" Settings. Click to show.
Url : ]http://tinypic.com/view/?pic=httvm9[/code:1]


I want the color theme to be this : FAEBD7

Can you help me set this up?
When you say 'color theme' what exactly are you talking about being that colour? The text?
Oh Sorry. Umm.. Like the boldfaced spot. sweatdrop

body { background: #000 url( image URL goes here ) fixed left center no-repeat;
color: #fff; }

I don't really know how to explain it. But did I?
surprised That would just be

body { background: #faebd7 url(http://tinypic.com/httvm9.jpg); }
Kurotaka Naoko
Hey there, I'm new at all this coding stuff, just like almost everyone else, and I have a problem. sweatdrop I put the code that's supposed to make your avatar disappear (#profile .avatar { opacity: 0; height: 150px; }), but it's not working. (O.o) Can you help me?...
You use IE, I presume? Add
filter: alpha(opacity=0);
into that code. 3nodding
Kira Catgirl
Kurotaka Naoko
Hey there, I'm new at all this coding stuff, just like almost everyone else, and I have a problem. sweatdrop I put the code that's supposed to make your avatar disappear (#profile .avatar { opacity: 0; height: 150px; }), but it's not working. (O.o) Can you help me?...
You use IE, I presume? Add
filter: alpha(opacity=0);
into that code. 3nodding
IE? I just copied and pasted it into the costomizing box thing. (O.o)

Edit: Never mind, I got it. THANK YOU!! biggrin
Back again! *please don't kill me talk2hand * How do I change the colour in my details to white? The actual information, not he boarder.
Kurotaka Naoko
Kira Catgirl
Kurotaka Naoko
Hey there, I'm new at all this coding stuff, just like almost everyone else, and I have a problem. sweatdrop I put the code that's supposed to make your avatar disappear (#profile .avatar { opacity: 0; height: 150px; }), but it's not working. (O.o) Can you help me?...
You use IE, I presume? Add
filter: alpha(opacity=0);
into that code. 3nodding
IE? I just copied and pasted it into the costomizing box thing. (O.o)
Your browser. O.o Do you use Internet Explorer as a browser?
Kira Catgirl
Kurotaka Naoko
Kira Catgirl
Kurotaka Naoko
Hey there, I'm new at all this coding stuff, just like almost everyone else, and I have a problem. sweatdrop I put the code that's supposed to make your avatar disappear (#profile .avatar { opacity: 0; height: 150px; }), but it's not working. (O.o) Can you help me?...
You use IE, I presume? Add
filter: alpha(opacity=0);
into that code. 3nodding
IE? I just copied and pasted it into the costomizing box thing. (O.o)
Your browser. O.o Do you use Internet Explorer as a browser?
Edit: Never mind, I get it. sweatdrop Thanks for the help.

Quick Reply

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