Username:
Password:
Stay logged in

Coding help?

ForumsMiscellaneous Chat → Coding help?

Coding help?

#142048 Posted on 2018-01-19 18:17:29

I think this is a coding question. I just had a bunch of icons made for my characters, for my layout,  and I’d like to make the pictures link to their stash folders. I’ve seen this on other layouts, just have no clue how to do this myself. Any help would be greatly appreciated! Also, if you know how to do the same thing on forums, that’d be cool. I don’t know if I’d do that as often, but I’ve seen it done and think it’s neat c: 

Last edited on 2018-01-19 at 18:17:45 by ηєвυℓα


0 members like this post.

member signature

Posted By

ηεⲃυℓα
#105977


Member is Offline
2297 forum posts
Send A Message

#142057 Posted on 2018-01-19 19:11:11





Like this? Just remove the stars:
<*a href="insert what link you want the image to lead to here"*><*img src="insert image here"*><*/a*>


0 members like this post.

member signature

Posted By

Culebra
#112305


Member is Offline
387 forum posts
Send A Message

#142059 Posted on 2018-01-19 19:14:38

Yes just like that! Thank you c:


0 members like this post.

member signature

Posted By

ηεⲃυℓα
#105977


Member is Offline
2297 forum posts
Send A Message

#142066 Posted on 2018-01-19 19:42:12

Glad I could help :)


0 members like this post.

member signature

Posted By

Culebra
#112305


Member is Offline
387 forum posts
Send A Message

#142917 Posted on 2018-01-24 12:31:07

Ok another question about this, does the image need to be a jpg? I can't seem to get this code to work on my layout, and can't quite figure out what I am doing wrong xD


0 members like this post.

member signature

Posted By

ηεⲃυℓα
#105977


Member is Offline
2297 forum posts
Send A Message

#142923 Posted on 2018-01-24 12:54:29

^Same as nebula, I tried this too with a .png

Last edited on 2018-02-11 at 03:18:26 by ♥ Io ♥


0 members like this post.

member signature

Posted By

✧ io
#102952


Member is Offline
1453 forum posts
Send A Message

#142924 Posted on 2018-01-24 12:54:48

It either needs to be .jpg or .png for the image to work ^.^



Theres most liky a goof in the coding somewhere. Is it showing up as a ripped peice of paper? Or is it just code?

Last edited on 2018-01-24 at 12:56:25 by Ruby


0 members like this post.

member signature

Posted By

Ruby
#35396


Member is Offline
706 forum posts
Send A Message

#142928 Posted on 2018-01-24 13:00:33

">">

This is what it looks like :)

">">

^Trying it again with different link for the first link...I'll go try on my home page :D

Edit:
this

Last edited on 2018-02-11 at 03:18:46 by ♥ Io ♥


0 members like this post.

member signature

Posted By

✧ io
#102952


Member is Offline
1453 forum posts
Send A Message

#142934 Posted on 2018-01-24 13:13:31

Hmm... weird. But yes, you're supposed to remove them.


Can you screenshot the code the way you typed it? Like before you pressed submit?


0 members like this post.

member signature

Posted By

Ruby
#35396


Member is Offline
706 forum posts
Send A Message

#142936 Posted on 2018-01-24 13:17:42

Mine were like Io's before. I found out my links for the image were pasting in funky. For whatever reason it was cutting out half the URL. Solving that fixed my issue. Maybe check that Io!

Oh, I also added one thing. Mine look like this now:

<*a href="where you want link to go"*>
<*img border="0"
src="link image"*>
<*/a*>

Minus the *'s. Without the border thing, mine won't show up at all

Last edited on 2018-01-24 at 13:23:13 by ηєвυℓα


0 members like this post.

member signature

Posted By

ηεⲃυℓα
#105977


Member is Offline
2297 forum posts
Send A Message

#143868 Posted on 2018-01-28 09:41:07

Using Culebra's code:
Screenshot before submit (On home page)
After submit


0 members like this post.

member signature

Posted By

✧ io
#102952


Member is Offline
1453 forum posts
Send A Message

#144907 Posted on 2018-02-01 10:43:26

Both Links and Images in HTML need to have the " " around the URLs. 

<*a href="URL"><*img src="image link"><*/a>


^ that sans the three *'s

This works for me at least, since all my character images are linked in my sidebar that way. I've only used html on my page though so I don't know if something else might affect it. I know I just had trouble with extra spaces in my code on a newsletter recently so any extra stuff could be a problem.

Edit. the code box should display code darn it.

Last edited on 2018-02-01 at 10:44:37 by Sabriel


0 members like this post.

member signature

Posted By

Sabriel
#84


Member is Offline
1369 forum posts
Send A Message

#144913 Posted on 2018-02-01 11:33:21

Thanks you so much Sabriel, I completely forgot about the code box ♥♥♥

Last edited on 2018-02-11 at 03:18:59 by ♥ Io ♥


0 members like this post.

member signature

Posted By

✧ io
#102952


Member is Offline
1453 forum posts
Send A Message