The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help for adding these charts
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 |
#2
|
|||
|
|||
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> |
#3
|
||||
|
||||
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: HTML Code:
<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> 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): |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|