Quote:
Originally Posted by baboo
Hi everybody,
I have a picture and I would like to see it in just 3 forums id, I tried to put this code but I still does not show.
<vb:if condition="in_array($forumid, array(16,31,32))"><img border="0" src="http://www.world-gd.com/forum/images/brotator/ard-and-nkd.gif" width="900" height="156"></vb:if>
Thank you very much
|
Also, in addition the img code is missing the required alt attribute and the border attribute is deprecated and is not supported in HTML 4.01 Strict. You should use the style attribute instead