View Single Post
  #13 (permalink)  
Old 07-31-2007, 12:40 PM
b1caez01's Avatar
b1caez01 b1caez01 is offline
Senior Member
 
About:
Join Date: Dec 2006
Posts: 220
b1caez01 is an unknown quantity at this point

Default Problem solved...SYSCHAT and GOOGLE links from images


After chipping away at the code from the source view, I've managed to come up with this...and it works. I slipped into my page near the bottom of the template in the following manner... Notice the code for inserting a GOOGLE search field that I manipulated. You can just copy and paste this code into your blog. You may have to dicker around with the correct spot though, if you are not using blogspot.com templates... Also notice the <br /><br plus a space at the beginning of each entry. This will separate the images by a space...want more space [?] insert another bit of code as above...

<!-----------------------leave this line------------------>
</MainOrArchivePage>

Techie section: <!---just type this in...it appears as shown--->

<br /><br <DIV ALIGN="CENTER"><a href="http://www.syschat.com"><img src="http://www.syschat.com/images/styles/syschat/style/logo.gif" border="0" alt="SysChat" /></a></div> <div class="nav"> <div class="nav_center"></a></p></a><DIV ALIGN="CENTER">

<br /><br <DIV ALIGN="CENTER"><a href="http://www.google.com/"><img src="http://www.google.com/intl/en_ALL/images/logo.gif" alt="" /></a></dd></a><DIV ALIGN="CENTER">

<br /><br <p id="powered-by"><a href="http://www.blogger.com"><img src="http://buttons.blogger.com/bloggerbutton1.gif" alt="Powered by Blogger" /></a></p>
<br /><br <p id="blogfeeds"><$BlogFeedsVertical$></p>

<!--
<p>This is a paragraph of text that could go in the sidebar.</p>
-->

</div></div>
<!-- End #sidebar -->

</div>
<!-- End #content -->

<!-----------------------leave this line------------------>

<!-- Begin #footer -->
<div id="footer"><hr />
<p><!--This is an optional footer. If you want text here, place it inside these tags, and remove this comment. -->&nbsp;</p>

</div>
<!-- End #footer -->

<!-----------------------leave this line------------------>

</body>
</html>



Reply With Quote