[Question] Profile page question

Status
Not open for further replies.

Nebula

Active member
Elite
Joined
Mar 10, 2014
Messages
5,134
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
I'm trying to put a picture on my profile page with a link attached to it.

The image works but when you click it, it leads to a blank internet page.

Look on my profile to see what I mean.

[URL="http://narutobase.net/forums/showthread.php?t=505537"][IMGPROF]http://i2.minus.com/j5TsAvKTPNukO.png[/IMGPROF][/URL]
 
Last edited:

Silico

Banned
Legendary
Joined
May 26, 2012
Messages
14,626
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
You use the wrong code for profiles. In your case the code looks like this:

PHP:
[URL="http://narutobase.net/forums/showthread.php?t=505537"][IMGPROF]http://i2.minus.com/j5TsAvKTPNukO.png[/IMGPROF][/URL]
See the quotation marks after URL=? Remove those so you get:

PHP:
[URL=http://narutobase.net/forums/showthread.php?t=505537][IMGPROF]http://i2.minus.com/j5TsAvKTPNukO.png[/IMGPROF][/URL]
 
  • Like
Reactions: Nebula

-6 Paths-

Active member
Regular
Joined
Apr 22, 2014
Messages
781
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
PHP:
[URL=http://narutobase.net/forums/showthread.php?t=505537][IMGPROF]http://i2.minus.com/j5TsAvKTPNukO.png[/IMGPROF][/URL]


Try it without the quotation marks, like the one I posted here. If that doesn't work, I don't know what the problem is.

Edit: Oops, seems that it had already been taken care of, lmfao.
 
Last edited:
  • Like
Reactions: Nebula
Status
Not open for further replies.
Top