Someone asked on the discussion board how to add graphics to the navigator links. I have no idea but I did figure out how to add graphics underneath or above the navigator link macro by editing your home page template and adding the image source code.
I found this great documentation on how to add graphics into your weblog which is how I got the screenshots to work. The instructions are clear and easy to follow.
First step: Read and follow Russ Lipton's "how to copy and paste graphics into your weblog"
Second step: You'll need to edit your home page template to add the graphics under or above your navigator links macro
Open your home page template which can be found under PREFS > Home Page Template
Scroll down til you find your <%navigatorLinks%> macro
then add the following code for the image before or after the <%navigatorLinks%> macro
<img src="url for the image" >
so it will look like this when done if you want the image above the navigatorLinks macro
<img src= "http://radio.weblogs.com/0119318/Screenshots/rose.jpg">
<%navigatorLinks%>
if you want the graphics underneath your navigator links then insert the image source code underneath the navigator link macro which will look like this
<%navigatorLinks%>
<img src= "http://radio.weblogs.com/0119318/Screenshots/rose.jpg">
If you want your graphics centered, include the following code before and after the image source code
<div align="center"> </div>
which will look like this
<%navigatorLinks%>
<div align="center">
<img src= "http://radio.weblogs.com/0119318/Screenshots/rose.jpg"> </div>
Submit changes to your home page template, post something new and you'll see your graphics added underneath or above your navigator links.
for an example of how this looks..check the newbie tips test page
8:56:46 AM
|