Quote:
Originally Posted by RedTyger
So...you want to have a column and just the contents of the column again, but separately elsewhere on the page? Placing $left/right_adcode in your template should do that, but it will not randomise independently, it will be exactly the same content as the column. If you want it different it will have to be another custom adcode block.
|
Yes, basically I want to place the contents of the random adcode block into any template without any additional formatting stuff surrounding the block content. Are you saying that the variable $leftcolumn_adcode represents this data?
Example:
$leftcolumn_adcode = <a href="link to advertiser website1"><img src="link to image1"></a>
So that anywhere I place $leftcolumn_adcode, I will have the equivalent of the above html inserted? I understand about adding custom blocks and will likely do that, but I was just trying to isolate the html stuff as shown above without all the extra table formatting code that is included with the $leftcolumn_advertisement variable.