Hi,
I have 2 premade buttons on my index page. http://www.artrageus.net Paypal and Revolver Maps.. These buttons were made on their websites and are pre-formated. I can not figure out how to relocate them as I want them exactly positioned on the index page due to the fact that they don't load the image until my page loads...(does not show on the Bluevoda editor).
Note: I have tried the html codes at all optional locations in bluevoda editor on the page...same results. Always at the top of the page, as you can see when you view the website index page.
My Question is how can I place these where I want to on the page? Thank you for any help!! I am redoing the website and need to learn how to accomplish this.
Revolver code=
<a href="http://www.revolvermaps.com/?target=enlarge&i=6otp2u3366d&color=ff0000 &m=7"><img src="http://rg.revolvermaps.com/h/m/a/7/ff0000/128/0/6otp2u3366d.png" width="256" height="128" alt="Map" style="border: 0px;" /></a>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24465585-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
Paypal code is=
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="GQRRU5326VUEC">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_**.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
I have 2 premade buttons on my index page. http://www.artrageus.net Paypal and Revolver Maps.. These buttons were made on their websites and are pre-formated. I can not figure out how to relocate them as I want them exactly positioned on the index page due to the fact that they don't load the image until my page loads...(does not show on the Bluevoda editor).
Note: I have tried the html codes at all optional locations in bluevoda editor on the page...same results. Always at the top of the page, as you can see when you view the website index page.
My Question is how can I place these where I want to on the page? Thank you for any help!! I am redoing the website and need to learn how to accomplish this.
Revolver code=
<a href="http://www.revolvermaps.com/?target=enlarge&i=6otp2u3366d&color=ff0000 &m=7"><img src="http://rg.revolvermaps.com/h/m/a/7/ff0000/128/0/6otp2u3366d.png" width="256" height="128" alt="Map" style="border: 0px;" /></a>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24465585-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
Paypal code is=
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="GQRRU5326VUEC">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_**.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
Comment