BobBrazeal
DIS Veteran
- Joined
- Feb 5, 2001
- Messages
- 2,175
I've seen several people with this same problem. I just posted a reply to jimmiej about their problem but that isn't the first that I've seen. I think there are a lot of others out there that just haven't reported it.
Of course vB tags are translated into HTML code when the page is generated. It seems that, maybe with the board update, that the translation of the vB code IMG tag is not working the same as it was before. Here is the reply that I posted to jimmiej as an example. You can see that the vB code should have worked. It should translate into a <img src= but if you look at the HTML source for the page you will see it was instead translated into a <a href=
Be sure and read my reply to myself below. I've expanded my thought process down there. Maybe understanding the issue better.
Of course vB tags are translated into HTML code when the page is generated. It seems that, maybe with the board update, that the translation of the vB code IMG tag is not working the same as it was before. Here is the reply that I posted to jimmiej as an example. You can see that the vB code should have worked. It should translate into a <img src= but if you look at the HTML source for the page you will see it was instead translated into a <a href=
Be sure and read my reply to myself below. I've expanded my thought process down there. Maybe understanding the issue better.
It seems that vB codes are not working exactly as they should. vB codes are the ones that appear within brackets [ and ]. Try the HTML code for displaying your clipart. I've shown it below.
[img]http://www.disneyclipart.com/cgi-bin/jump.cgi?ID=685[/img] should display the clipart but instead comes up as a link like this. It seems to have to do with certain characters in the URL like "-", "?", "=", etc. This seems to have occured either with the update to the boards last weekend or sometime after that.![]()
Where as if I use the HTML code <img src="http://www.disneyclipart.com/cgi-bin/jump.cgi?ID=685"> this is what we get..
<img src="http://www.disneyclipart.com/cgi-bin/jump.cgi?ID=685">