• Please note that this section is for questions regarding the forum itself - it is not for fan game-related questions. If you have a question about a fan game, ask in the appropriate thread.

  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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.

Links in pictures

PokeWe

Yo.
  • 50
    Posts
    15
    Years
    • Seen Jul 17, 2013
    /How do you put links in pictures? Like You have a plain ol' banner, then you put a link inside the picture? Is it programming/css related>
     
    It's not necessarily CSS, unless I misunderstand you. You might be referring to people that have text on top of images, which yes, in that case it is CSS, but you might also be referring to someone who just links an image to somewhere, for example:

    [PokeCommunity.com] Links in pictures

    If that's what you're looking for, this is what you'd do:

    HTML:
    [url=PUTURLHERE][img]PUTIMAGEHERE[/img][/url]
     
    Yeah I was referring to the text on top of images.

    Thanks.
     
    Well to speed up the process, just put this in your sig:
    [*css-div=" background-image:url('link here');"]text here [/div]

    of course you might want to organize the text, use the center and what not feature to do that, and if you want to specify and certain width and length for the image (it will start from the top left corner and take the width and length from there on), use:

    [*css-div=" background-image:url('link here'); width: ...px; height: ...px;"]text here [/div]

    instead of the ... put the width and height you need, if you still don't understand, you should check the tutorial Charizard★ mentioned.


    oh and remove the *s from the codes.
     
    Thanks. ;D

    Is it possible to get one url for the entire image though? For instance, could I theoretically get your Pokemon Legend banner as one url without the coding?
     
    If you mean with text on banner to get one url, then go with this (terrible placement, but still):



    HTML:
    [div=width:292px;height:324px;][URL="www.pokecommunity.com"][div=background-image: url('https://archives.bulbagarden.net/media/upload/4/49/507Herdier_Dream.png');width:292px;height:324px;][div=padding-top:180px;][B][COLOR="white"]text on image which is a url[/COLOR][/B][/div][/div][/URL][/div]

    If you mean without text, then you'd be going for Toujours example. :) (Even so, the above would still be handy for you to know!) Either way you're gunna need coding to go for any of the examples posted here, though the best way to learn is just by trying what works for you and then soon you'll have the entire css codes memorised.
     
    Thanks for all your help.

    I'm trying to get this to work on a different forum which doesn't support css. So is there not a way where I could just "copy image url" say of the Herdier example and then paste it on a different forum w/o the coding?
     
    If you want text on it, no you can't, (you could then put text on in an image editing program) but if you don't want text on it, then yeah that doesn't need css and it'll work on the other forum. :)
     
    Alright thanks that's all I needed to know.

    A bummer, but, oh well.
     
    another forum eh ?? try this, in the post box (i have no idea what you call it), check if there is an HTML tag (BBcode), if yes, you'll need to learn simple HTML (just the basics), and try it. php might work too. You don't have to be webmaster level to get this to work.
     
    Back
    Top