View Single Post
Old 01-22-2013, 06:04 AM   PM User | #2
Logic Ali
Regular Coder

 
Logic Ali's Avatar
 
Join Date: Sep 2010
Location: London
Posts: 961
Thanks: 0
Thanked 198 Times in 193 Posts
Logic Ali will become famous soon enoughLogic Ali will become famous soon enough
Try this, positioned at the bottom of the body section:
Code:
<script type="text/javascript">

document.getElementById( "HeaderLower" ).getElementsByTagName( 'A' )[ 0 ].href = "myHomePageURL";

</script>
Where "myHomePageURL" is the URL you want to use.
Logic Ali is offline   Reply With Quote