sitarguy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Amazon.com link (Image and Text) into postamazing I figured it out for myself!!! I was using Dean’s FCKeditor (wysiwyg) I pushed the source button, pasted in the code and VOILA it worked…..!!!! hope this might help someone else out in the future!!!
Forum: Themes and Templates
In reply to: How do I edit my brownline 1.3 ads????Hmmm maybe I can clarify… the windows are set up to use 125×125 boxes, if I wanted to try and use all three boxes is there a way I could do that? would i make 3 different ads.php files? or maybe `<div id=”sad”>
<Your ad code here #1> <Your ad code here #2> <Your ad code here#3>
</div>`There are a couple of widgets on amazon.com associates that support 125×125 boxes and adsense has one as well I was hoping to use those
Forum: Themes and Templates
In reply to: How do I edit my brownline 1.3 ads????would I copy over the
<li class="sad_margin"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ads.jpg" alt="ads" /></li>
or would I copy before the `<ul>
` and how would I denote which window it would go in? once again thanks so much for your assistance on this. It is just so technical when you start gettting into coding!! (as I’m sure you can relate haha)Forum: Themes and Templates
In reply to: How do I edit my brownline 1.3 ads????I have an ads.php page the code reads like this
<div id="sad"> <ul> <li class="sad_margin"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ads.jpg" alt="ads" /></li> <li class="sad_margin"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ads.jpg" alt="ads" /></li> <li><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ads.jpg" alt="ads" /></li> </ul> </div>
do I copy and paste the code from say google ads, or amazon.com into here? and if so where in the code do I paste it?? thanks for your help on this!!