Hello all,
I've been using a lot of my own codes, but there is a problem, not exactly a problem, but with your help i can speed up this editing a little.
I'm using my own codes for banners and ads, this one for example:
I need to edit this code for each and every style i have, and finaly my question, can i do it once and than put something like $banner on each style instead of editing them one by one ?
Are those phrases? Can i do it using a phrase?
Thanks in advance.
I've been using a lot of my own codes, but there is a problem, not exactly a problem, but with your help i can speed up this editing a little.
I'm using my own codes for banners and ads, this one for example:
PHP:
<!-- Banner -->
<br />
<table width="444" border="1" align="center">
<tr>
<td class="thead"><div align="center"><strong>..:: Links ::..</strong></div></td>
</tr>
<tr>
<td class="alt1" height="75"><div align="center"><a href="http://www.xxxxxxxx.org" target="_blank"><img src="./images/ads_banners/banner1.gif" alt="www.xxxxxxxx.org" /></a></div></td>
</tr>
</table>
<!-- Banner -->
I need to edit this code for each and every style i have, and finaly my question, can i do it once and than put something like $banner on each style instead of editing them one by one ?
Are those phrases? Can i do it using a phrase?
Thanks in advance.