View Full Version : Help for adding these charts
burnsy
04-07-2012, 05:34 AM
help required for adding charts
i would like to add the charts on the top of this website to my CMS and top of the forum
(http://goldprice.org/)
How do i insert these?
i would like these 2 on the forum
http://goldprice.org/NewCharts/gold/..._1d_o_AUD.png?
http://goldprice.org/NewCharts/gold/..._1d_o_AUD.png?
and the above plus these on the cms page
http://goldprice.org/NewCharts/gold/...mance-AUD.png?
http://goldprice.org/NewCharts/gold/...mance-AUD.png?
current page is www.preciousmetalsynopsis.com
burnsy
04-07-2012, 06:39 AM
This is what i have so far, it isn't working
</td>
<td align="center" style="text-align: center !important; border-width:0 !important;">
<img src="http://goldprice.org/NewCharts/gold/images/gold_1d_o_AUD.png" alt=""/></a>
</td>
<td align="center" style="text-align: center !important; border-width:0 !important;">
<img src="http://goldprice.org/NewCharts/gold/images/gold-price-performance-AUD.png" alt=""/></a>
</td>
<td align="center" style="text-align: center !important; border-width:0 !important;">
<img src="http://goldprice.org/NewCharts/gold/images/silver_1d_o_AUD.png" alt=""/></a>
</td>
<td align="center" style="text-align: center !important; border-width:0 !important;">
<img src="http://goldprice.org/NewCharts/gold/images/silver-price-performance-AUD.png" alt=""/></a>
BirdOPrey5
04-07-2012, 11:05 AM
You have a lot of garbled HTML there, You should read up on HTML basics if you want to make customizations like this.
For now start with this code and make changes as needed:
<div align="center">
<img src="http://goldprice.org/NewCharts/gold/images/gold_1d_o_AUD.png" alt=""/>
<img src="http://goldprice.org/NewCharts/gold/images/gold-price-performance-AUD.png" alt=""/>
<img src="http://goldprice.org/NewCharts/gold/images/silver_1d_o_AUD.png" alt=""/>
<img src="http://goldprice.org/NewCharts/gold/images/silver-price-performance-AUD.png" alt=""/>
</div>
This assumes the site goldprice.org allows other sites to "hot-link" their images. So sites do not allow this and the images won't load on your page if you try to do this.
I suppose if the image below works, they allow it- (although you should still see if they want people using their images and bandwidth or not):
https://vborg.vbsupport.ru/external/2012/04/51.png
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.