function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
The ElfThe Elf 

Custom S-Control for Yahoo Finance Chart insertion

I am trying to insert the 1 year chart from finance.yahoo.com but I can't seem to get the content correct. Here's what I have so far:
 
<html>
<head>
</head>
<body style="margin-left:0; margin-top:0; margin-bottom:0; margin-right:0; background-color:#F3F3EC;">
<img BORDER=0 style="background-color:#F3F3EC;"
src="http://chart.finance.yahoo.com/c/1y/m/s={!Account.TickerSymbol}"/>
</body>
</html>
 
What am I doing wrong?
 
Thank you-
TheElf
SreerupSreerup
I have created an S-Control and included it in my home page.
It might be more of an Url problem rather than any syntactical or other errors.:smileyhappy:
The code snippet seems fine.