• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

CSS Help & Resources

How can I make that thing under the picture where like Hiiro's sig?
 
How can I make that thing under the picture where like Hiiro's sig?
Just change the background of your CSS to a soild colour with the same amount of width as your image but just slightly longer height, then just add the image on top, simples.
 
KingSnivy, it literally doesn't get more basic than this. You should do a little research before asking a question. It's just a plain box, with a few simple codes.

Something along the lines of
HTML:
[div="background-color: #010103; width: 352px; padding: 4px; border: 1px; cursor: crosshair; padding: 4px;"]{param}[/div]
 
Well this is more of a forum problem than a css one but what you could do is click the A/A symbol in the top corner and remove all the extra coding and whatnot manually.
 
That looks pretty good Impo :D
But maybe you want to try adding in these codes so that the border works in all browsers?

-webkit-border-bottom-right-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
border-bottom-left-radius: 50px;
 
The problem is that you're editing it in the WYSIWYG editor. Try switching over to plain-text, when you're in the other one it automatically makes every url in the post wrapped with [url][/url] tags. :)

A/A in the corner if you're not sure.
 
The problem is that you're editing it in the WYSIWYG editor. Try switching over to plain-text, when you're in the other one it automatically makes every url in the post wrapped with [url][/url] tags. :)

A/A in the corner if you're not sure.

oh, I forgot about that :s
thanks a bunch :D

..actually, I tried that and it still wraps the tags around it.. oh dear, this is getting frustrating xD
 
Last edited:
You use the overflow CSS code and set it to hidden so it turns out like this :)


For the sound BB code you need to set the width to 60px if you just want to get the control buttons.

[cd=overflow:hidden; width:60px;][sound=Itsumo No Fuukei]https://www.fileden.com/files/2010/10/22/2999413/Suzumiya%20Haruhi%20OST%20-%20Itsumo%20no%20fuukei_%28new%29.mp3[/sound][/cd]
 
You use the overflow CSS code and set it to hidden so it turns out like this :)


For the sound BB code you need to set the width to 60px if you just want to get the control buttons.

[cd=overflow:hidden; width:60px;][sound=Itsumo No Fuukei]https://www.fileden.com/files/2010/10/22/2999413/Suzumiya%20Haruhi%20OST%20-%20Itsumo%20no%20fuukei_%28new%29.mp3[/sound][/cd]

That's perfect! thank you :D
I shall try that now.
 
I know nothing about CSS, but I want my signature to cycle through different texts one at a time similar to the userbars this member has https://www.pokecommunity.com/members/255550

I want each of my links to cycle through one at a time like the user bars gameplayer56 has (in the signature of this member)
 
Back
Top