- 28,139
- Posts
- 15
- Years
- Age 30
- he / him
- Florida
- Seen today
Do you mean on one line or two lines?How do I post a Picture in the far right of the signature? Separated from the text
Do you mean on one line or two lines?How do I post a Picture in the far right of the signature? Separated from the text
Do you mean on one line or two lines?
Um.. English is not my strong point, so i'll try to explain better..
You know that Haunter I have? Let's say I want it far away to a corner on the right. It automatically puts it in line with the text.
<img src="https://www.pokecommunity.com/signaturepics/sigpic489745_4.gif" style="float;right;">
I think he's asking though for the Haunter gif and the text to be on the same line; which isn't possible with theYou might try using the right tags around the image code.(image no longer exists)
[RIGHT](image no longer exists)[/RIGHT]
In HTML for a webpage you would use the style tag and add the float CSS like so:
Code:<img src="https://www.pokecommunity.com/signaturepics/sigpic489745_4.gif" style="float;right;">
I think he's asking though for the Haunter gif and the text to be on the same line; which isn't possible with thealign tags.
[PLAIN][div=""]FC: 0275-8985-5713| IGN: Javier[div="float:right;"](image no longer exists)[/div][/div][/PLAIN]
In this instance, you do not need to use the inline block at all. What you're looking for is float.![]()
![]()
Machamp lvl 50 ♂
holding Lum Berry
Adamant. No Guard.
31/31/31/x/31/31
240HP/248Atk/16SpD/4Spe
Dynamic Punch
Payback
Bullet Punch
Ice Punch
How would I get the text below the image to move to the right? I think it's to do with the inline block but I have no idea about the format :x
thanks for any help!
In this instance, you do not need to use the inline block at all. What you're looking for is float.
Here's the code you would use:
Spoiler:[cd=height:120px;background-image:url('https://fc03.deviantart.net/fs70/i/2011/068/a/c/pokeball_desktop_icon_by_beccerberry-d3b98cf.png');background-size:contain;background-repeat:no-repeat;float: left;][IMG]https://www.pkparaiso.com/imagenes/xy/sprites/animados/machamp.gif[/IMG][IMG]https://archives.bulbagarden.net/media/upload/8/87/Bag_Luxury_Ball_Sprite.png[/IMG][/cd][cd=height:120px;][SIZE="1"]Machamp lvl 50 ♂
holding Lum Berry
Adamant. No Guard.
31/31/31/x/31/31
240HP/248Atk/16SpD/4Spe
Dynamic Punch
Payback
[title=Egg Move]Bullet Punch[/title]
[title=Egg Move]Ice Punch[/title][/SIZE][/cd]
And its output:
Spoiler:![]()
Machamp lvl 50 ♂
holding Lum Berry
Adamant. No Guard.
31/31/31/x/31/31
240HP/248Atk/16SpD/4Spe
Dynamic Punch
Payback
Bullet Punch
Ice Punch
If you want the text to be farther-separated from the Pokéball background, then you can do that by setting a left option within the text's CSS properties.
[PLAIN][CENTER][cd=height:110px;background-image:url('https://fc03.deviantart.net/fs70/i/2011/068/a/c/pokeball_desktop_icon_by_beccerberry-d3b98cf.png');background-size:contain;background-repeat:no-repeat;display:inline-block;][IMG]https://www.pkparaiso.com/imagenes/xy/sprites/animados/machamp.gif[/IMG][IMG]https://archives.bulbagarden.net/media/upload/8/87/Bag_Luxury_Ball_Sprite.png[/IMG][/cd][cd=display:inline-block;text-align:left;padding-left:5px;][SIZE="1"]
Machamp lvl 50 ♂
holding Lum Berry
Adamant. No Guard.
31/31/31/x/31/31
240HP/248Atk/16SpD/4Spe
Dynamic Punch
Payback
[title=Egg Move]Bullet Punch[/title]
[title=Egg Move]Ice Punch[/title][/SIZE][/cd][/CENTER][/PLAIN]
How could I make the images in my sig change when someone hovers over them, and also display a small text box? If displaying a text box isn't possible, then hover text is ok also.
Change how?How could I make the images in my sig change when someone hovers over them, and also display a small text box? If displaying a text box isn't possible, then hover text is ok also.
Is it possible for the text and the top of the background image to start at the same time? (It's just bringing the text down, but whenever I try to put things in inline blocks it messes up :x
Change how?
CSS has a transform tag that would or might do what you want to do, but I am not sure how it can be implemented into PC's css-div tag that they allow us to use in posts/signatures because the transform tag requires the use of the :hover selector.
Not sure what you are asking. It looks to be starting on the same line on my screen. Maybe your browser isn't rendering it correctly? Here's what it looks like for me. Is this what you are tying to get? https://i.imgur.com/erVari5.png
I mean when they hover over it, it changes to another image.
I don't think that's possible with PC CSS. That would require use of :hover as Buoysel noted.
Hey guys, CSS noob here. Is there any way to have the image change each time you refresh a page? I have a lot of pictures I'd like to use in my signature.
Hey guys, CSS noob here. Is there any way to have the image change each time you refresh a page? I have a lot of pictures I'd like to use in my signature.
^ this. At least within PC's CSS capabilities.I don't think you can, you can have a gif with it though.
I don't think you can, you can have a gif with it though.
Your only option for rotating images is to use an image-rotating service, or create one using PHP and linking to that.