fridge magnet

What's in the fridge?
« July 2010 »
S M T W T F S
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Blue 'Plate Specials
'View Source' of my custom templates

How I Customized My Tripod Blog
~~~~~~~~~~~~~~~~~~~~~~
Need ideas for customizing your blog? Look inside the Fridge for how-tos using Tripod blog templates and the 'Advanced Customization' tools. Some knowledge of basic HTML and CSS will be useful.
~~~~~~~~~~~~~~~~~~~~~~
I'm just starting to work with CSS. Customizing my blog has been a good learning experience. If you'd like to try some customizing and need more help, leave a comment under the entry. If you have something in mind not covered here, post it under 'How Do I ....?'. Maybe we can figure it out together. -chris
Thursday, 24 June 2004
Add an icon to side panel links
Mood:  special
Template: 'Advanced Customization' ---> 'Links on Main page (link.btpl)'
Topic: Link Tricks
An easy effect. Add a single icon to GROUPs one, two, three etc. side panel links. A small image about 16x16 pixels works best. The height of the image is most important. Try to use an image under 24 pixels in height. Tall images will increase the line spacing of your link text. Emoticon gifs uploaded to your account work well if you need an image.

Once your image is uploaded to your account, find and copy it's full http:// URL and paste it into Notepad or SimpleText. Use the URL to write an <img src> tag for your image.

<img src='http://your_image_URL' height='xx' width='xx' border='0' alt='blog link icon'>

Click 'Advanced Customization' at the bottom of the main 'Manage your Blog' control panel. Click the radio button next to 'Links on Main page template (link.btpl)'. Scroll to the bottom of the page and click 'Edit'.


Look for the following code shown here in red ......

<BLOG_LOOP LINKS><A HREF="<BLOG_VAR url>" class="panelLinks">

You'll insert the <img src> tag directly after <BLOG_LOOP LINKS> so it looks something like this.......

<BLOG_LOOP LINKS>
<img src='image_URL' height='16' width='16' border='0' align='bottom' alt='blog link icon'>
<A HREF="<BLOG_VAR url>" class="panelLinks">

Press the 'Preview' button to see what it will look like. If you like it click 'Save'. If not, just click 'Cancel' to start over and try again.

No changes will take effect until you 'Save' and also 'Publish' the changes from the main template list screen.

Here's some emoticon gifs to copy and try.




Each template may vary. If you can't find where to put your image code or need more help, post a comment with the name of the blog template design you're using.


Thursday, 8 July 2004 - 15:45 EDT

Name: jeff mejia
Home Page: http://swords-of-erisa.tripod.com/erisa/
E-Mail: boojiesdad@yahoo.com

Hi Chris,
I just wanted to say thanks for these great tutorials. I also noticed your helpful posts on the tripod group site believe me your efforts are greatly appreciated. that's all, really just wanted to let you know how big of a help you have been to me and my Blog site!
take care, Jeff

Reply to this Comment

View Latest Entries