[Question] Profile page question

Status
Not open for further replies.

Nebula

Sannin of the Scrolls 📜
Elite
Joined
Mar 10, 2014
Messages
5,134
Reaction score
166
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
Reaction score
1,665
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]
 

Yanks

Kage in the Making 👑
Legendary
Joined
Jun 20, 2013
Messages
11,787
Reaction score
822
img goes first I think
Edit: Nvm lol
 

-6 Paths-

Leaf Village Regular 🍃
Regular
Joined
Apr 22, 2014
Messages
781
Reaction score
191
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:

Nebula

Sannin of the Scrolls 📜
Elite
Joined
Mar 10, 2014
Messages
5,134
Reaction score
166
Over looked those dumb quotations haha.
 
Status
Not open for further replies.
Top