hollym
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Html coding in sidebar…banners, topsitesOkay, got an HTML and flash code to work (my flickr photos)…still having trouble with the javascripts working.
Forum: Installing WordPress
In reply to: Html coding in sidebar…banners, topsitesBelow is the code for my blog patrol counter…when I try to put that in, it messes things up and gives me errors. I’m not sure the javascripting is working too well…going to test an html code next.
<script language=”javascript”>
var data, p;
var agt=navigator.userAgent.toLowerCase();
p=’http’;
if((location.href.substr(0,6)==’https:’)||(location.href.substr(0,6)==’HTTPS:’)) {p=’https’;}
data = ‘&r=’ + escape(document.referrer) + ‘&n=’ + escape(navigator.userAgent) + ‘&p=’ + escape(navigator.userAgent) + ‘&g=’ + escape(document.location.href);
if(navigator.userAgent.substring(0,1)>’3′) {data = data + ‘&sd=’ + screen.colorDepth + ‘&sw=’ + escape(screen.width+ ‘x’+screen.height)};document.write(‘‘);
document.write(‘<img border=0 hspace=0 ‘+’vspace=0 src=”http://www.blogpatrol.com/counter.php?i=36676’ + data + ‘”>’);
document.write(‘‘);
</script>Forum: Installing WordPress
In reply to: Html coding in sidebar…banners, topsitesoh – and i’m assuming this will work for any javascripting codes as well like some counter have.
Forum: Installing WordPress
In reply to: Html coding in sidebar…banners, topsitesSure, my url is:
http://www.hollymccaigdesigns.com/blog
I altered a theme with my header and colors, but liked styling and size of the one I downloaded – Cherry Berry, found here:
http://blog.geminigeek.com/wordpress-theme
Thanks.
Forum: Fixing WordPress
In reply to: Date incorrectGreat…thanks…I see too that I can change the date myself within the post.