
Mr Aids wrote:Do you mean your menu or the comic navigation links on your comic pages?
And if it's the latter do you want to replace it with text or images?
<ul>
<!-- BEGIN links -->
<li><a href="{links.URL}">{links.TEXT}</a></li>
<!-- END links -->
</ul><ul>
<li><a href="www.yourcomic.smackjeeves.com">Home</a></li>
<li><a href="www.yourcomic.smackjeeves.com/comics">Latest Page</a></li>
<li><a href="www.yourcomic.smackjeeves.com/archive">Archive</a></li>
</ul>


body
{
font-family:Century Gothic, Arial, Georgia, Trebuchet MS;
padding:0;
margin:0;
background:url("") #ffffff;
}
<a href="LARGE URL"><img src="THUMB URL" alt="DESCRIPTION" /></a><div align="center">
Links hereeeee
</a>
Pyroman wrote:Upload a full version and a thumbnail version of all of your images to an imagehost, like http://imageshack.us or http://photobucket.com
Link each thumbnail to it's larger counterpart like so:
- Code: Select all
<a href="LARGE URL"><img src="THUMB URL" alt="DESCRIPTION" /></a>
Now drop them inside this code
- Code: Select all
<div align="center">
Links hereeeee
</a>
That should do it. It's not particularly glamorous coding, but I don't want to do a bunch of confusing directions when that'll do.
Return to Template Development & Support
Users browsing this forum: No registered users and 1 guest