Images and formatting text

webmasterbeta

New Member
Hi all!

I'm new and I need help in plain English! ;)

Does anyone know how I can get an image to show when using this datafld yarbles? Just changed to 'URL' from 'ProdPic' which is the field name and this has stopped it showing the file name of the image but the image still won't show; the datasrc has the full image URL.

Also I can't seem to format the text in the table, I can only find info on creating CSS that will effect text colour, background colour and text alignment; nothing to do with text size or font.

Any help greatly appreciated!

<OBJECT ID="vikkitest" CLASSID="CLSID:333C7BC4-460F-11D0-BC04-0080C7055A83">
<PARAM NAME="DataURL" VALUE=http://www.webdeveloper.com/forum/archive/index.php/"/hjtest2/vikkitest.txt">
<PARAM NAME="UseHeader" VALUE="TRUE">
<PARAM NAME="FieldDelim" VALUE="|">
</OBJECT>

<TABLE DATASRC="#vikkitest" BORDER="1">
<TR>
<TD ROWSPAN="5"><SPAN DATAFLD="url"></SPAN></TD>
<TD><SPAN DATAFLD="ProdCat"></SPAN></TD></TR>
<TR><TD><SPAN DATAFLD="ProdTitle"></SPAN></TD></TR>
<TR><TD><SPAN DATAFLD="ProdDesc"></SPAN></TD></TR>
<TR><TD><SPAN DATAFLD="ProdSize"></SPAN></TD></TR>
<TR><TD><SPAN DATAFLD="ProdPrice"></SPAN></TD>
</TR>
</TABLE>
 
Back
Top