Forums Archive Index > Cool free scripts > V-NewsTicker - Does it support html content?

Author: matd

Date: 22 Nov 2004 12:30 pm

Hi,

I love using V-NewsTicker but i'd like to format the 'text' element using a table in html format such as :

// THE CONTENT - ['href','text','target']
// Use '' for href to have no link item

$news = "['show_item.php?ID=$item_id'," .
"<table width=170 border=0 cellspacing=0 cellpadding=0>" .
"<tr>" .
"<td width=82><p>thumbnail</p>" .
"<p>caption</p></td>" .
"<td width=88><p>description</p>" .
"<p>price</p></td>" .
"</tr>" .
"</table>','_blank']";

However i can't get V-NewsTicker to run when i try and make it this dynamic.

Does V-NewsTicker only support content with img tags for images and a line of text with a hyperlink?