Stock Quote web component <<update>>

D

Dazza

Hi, can someone help me with the stock quote web component
that comes with the Frontpage program? I've placed it onto
the page (via normal view) but it looks terrible when
viewed in the browser. I cannot manipulate the web
component (i.e. the button, text or input box) to make it
look any different. Is there was way to format this web
component? Is there any support literature from Microsoft?

Cheers,
D
 
S

Stefan B Rusynko

The Money central stock quote just adds the below std html that you can format anyway you want using std html or CSS
- just don't change the form action tags and form fieldl names

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="28%">
<form METHOD="GET" TARGET="_top" action="http://moneycentral.msn.com/partner/redir/extquotes.asp">
<tbody><tr>
<td width="26%" align="left"><b><font FACE="Arial,Helvetica" SIZE="3">MoneyCentral Stock Quote</font></b></td>
</tr><tr>
<td width="26%" align="left"><b><font FACE="Arial, Helvetica" COLOR="#808080" SIZE="-1">Enter Symbol(s)</font></b>&nbsp;<input
TYPE="TEXT" SIZE="8" MAXLENGTH="255" NAME="SYMBOL" VALUE><input TYPE="SUBMIT" VALUE="Go"></td>
</tr></tbody></form></table>





| Hi, can someone help me with the stock quote web component
| that comes with the Frontpage program? I've placed it onto
| the page (via normal view) but it looks terrible when
| viewed in the browser. I cannot manipulate the web
| component (i.e. the button, text or input box) to make it
| look any different. Is there was way to format this web
| component? Is there any support literature from Microsoft?
|
| Cheers,
| D
|
 
Top