• The Elf
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
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
  • September 26, 2007
  • Like
  • 0