Tags and HTML Examples
Here's a chunk of mine. <P><body>
***include topbar.html***
***todays_comics***
***include navbar.html***
***include news.html***
</body><P>The ***include filename*** is pretty cool, because I can update the news box on my front page (Using news.html, which is just a block of text and HTML) without modifying the indextemplate.html file. The "topbar" and "navbar" are navigation links that appear above and below the main comic. I use those includes on all my pages so that if I update or add a link to one page, it goes to all of them. The "topbar" page has the
***advertisement***
tag that is oh-so-important to keenspace.<P>The ***todays_comic*** is just a special include, it pulls any files with today's date (yyyymmdd.whatever) onto your page. So create image files like 20011201.gif (december 1, 2001) and on that date, it'll copy from your /workspace/comics directory. If you want "blurbs" call them 20011201extra.html and they'll show up, too.<P>My dailytemplate is essentially the same. <P>------------------
Brian West
aka Tirdun
<A HREF="http://mailto:tirdun@yahoo.com" TARGET=_blank>tirdun@yahoo.com</A>
<A HREF="http://farawaystars.keenspace.com" TARGET=_blank>farawaystars.keenspace.com</A>
***include topbar.html***
***todays_comics***
***include navbar.html***
***include news.html***
</body><P>The ***include filename*** is pretty cool, because I can update the news box on my front page (Using news.html, which is just a block of text and HTML) without modifying the indextemplate.html file. The "topbar" and "navbar" are navigation links that appear above and below the main comic. I use those includes on all my pages so that if I update or add a link to one page, it goes to all of them. The "topbar" page has the
***advertisement***
tag that is oh-so-important to keenspace.<P>The ***todays_comic*** is just a special include, it pulls any files with today's date (yyyymmdd.whatever) onto your page. So create image files like 20011201.gif (december 1, 2001) and on that date, it'll copy from your /workspace/comics directory. If you want "blurbs" call them 20011201extra.html and they'll show up, too.<P>My dailytemplate is essentially the same. <P>------------------
Brian West
aka Tirdun
<A HREF="http://mailto:tirdun@yahoo.com" TARGET=_blank>tirdun@yahoo.com</A>
<A HREF="http://farawaystars.keenspace.com" TARGET=_blank>farawaystars.keenspace.com</A>
That is pretty Frickin' cool, Tirdun!!<P>So, let me get this straight. You can just put in the ***include whatever.html*** tag and it'll nest another html file inside the indextemplate? Sort of like having a frame? If so, that's darned cool. Or is there more to it?<P>Also, here's a question that's been gnawing at me. I've had thoughts of including a second, weekly comic strip on my site. Is there a way of doing this so that the two strips don't get interwoven?