PDA

View Full Version : <img src=> problem


Atian
05-21-2002, 03:22 PM
Ok,im having a problem adding images to my board

everytime I add for example

<img src=images/karma.gif> It seems to turn too www.vbulletin.org/forum/www.vbulletin.org/forum/karma.gif even if I add the <img src= target=_blank or target_self> Can someone help me :\

Xelation
05-21-2002, 06:22 PM
you need to add quotes, for example <img src="images/karma.gif">

Chris M
05-21-2002, 06:33 PM
Uhuh...

"s make all the difference...

Satan

Atian
05-22-2002, 06:00 AM
lol,such little thing,thanks people :)

crossova
06-08-2002, 03:21 AM
i get the same error. and i use the quotation mark

Admin
06-08-2002, 05:37 AM
Try using <img src="/images/karma.gif" />.

Admin
06-08-2002, 11:34 AM
A little bird told me you might want to use:
<img src="{imagesfolder}/karma.gif">
Not sure though. :)

Atian
06-17-2002, 11:13 PM
thanks :)