CSS Help & Resources

  • Thread starter Deleted member 143209
  • Start date
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]
 
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