document.write('

BabyGurl - 2005-03-17 07:35
Theme works fine, but Verdana is not showing up

'); document.write('

BabyGurl - 2005-03-17 07:30
I put the same thing into the \"head part of the url but i still have same style of text. I can\'t get it to change to Verdana. :(

'); document.write('

EMERSON - 2004-05-26 02:27
thanks mate! its workin now! you\'re a genius :)

'); document.write('

xo - 2004-05-20 14:01
To change the font to verdana, you could put the following into the \"head\" part of your HTML:

<style type=\"text/css\">
#shoutmaru { font-family:verdana }
</style>

There are other ways, too, but this one is simple if you have simple HTML.

'); document.write('

emerson - 2004-05-19 01:11
yeah this really rocks! just a question, how can i change the font to verdana, it always show times new roman, a not so very good font for me!

i\'m just 4yrs old!

'); document.write('

galkin - 2004-03-02 14:07
this rocks

'); document.write(''); document.write('
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
Name:
URL:
Msg:
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
'); document.write('
'); document.write('Powered by Shout-Maru'); function checkClear(){ xurl=document.getElementById('url'); if(xurl.value=='http:// or email') xurl.value=''; } function getCookie(x) { c=document.cookie; n=c.indexOf(x); if(n==-1) return false; l=c.indexOf(';',n); if (l==-1) l=c.length; return unescape(c.substring(n+x.length+1,l)) } function setCookie() { s=document.getElementById('save'); user=document.getElementById('user'); url=document.getElementById('url'); if(s.value=="Clear") { s.value='Save'; user.value=''; url.value=''; document.cookie='sxo_contact=; expires=Thu, 01-Jan-70 00:00:01 GMT; path=/'; return; } date=new Date(); date.setTime(date.getTime()+(999*24*60*60)); if(user.value||url.value) { document.cookie='sxo_contact='+user.value+'~`~'+url.value+"; expires="+date.toGMTString()+"; path=/"; } } if (c=getCookie('sxo_contact')) { w=c.split('~`~'); if(w[0]) document.getElementById('user').value=w[0]; if(w[1]) document.getElementById('url').value=w[1]; document.getElementById('save').value='Clear'; }