I've been trying for the past week to get a better handle on HTML, and today, despite my breakthrough (I finally got a page to look like I wanted it to), I still apparently don't know what I'm doing.
While my coloring and layout is exactly like I want, my keentags appear as keentags. For example, ***todays_comic*** shows no comic at all; it just merely displays the text "***todays comic***."
I am at my wit's end with this--in an effort to avoid the inevitable blast of profanities (and anything within reach), I felt it necessary to come to you. In the interim, to keep my comic's site from looking like garbage, I will be using Ping Teo's Charcoal--below is the code I've been trying to use.
Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en"
xmlns="http://www.w3.org/1999/xhtml">
<head><title> ***comic_name*** - ***todays_date*** </title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
</head>
<body bgcolor="#A1F4BB" text="#000000" link="#0003B8" vlink="#0003B8" alink="#9C3A3A">
<div class="keen_ad" style="display:inline; align="center">
<center>
<font face="Comic Sans">
***advertisement***
</div>
<div class="main" align=center>
<h1>OkoYaki Comics presents . . .</h1>
</font>
<p>
<table cellpadding="5" cellspacing="2" border="0" width="80%">
<tr>
<td bgcolor="#60FC6D" align=center>
<img src="/images/banner.jpg" alt="Banner">
<p>by ***author***
</td>
</tr>
<tr>
<td bgcolor="#60FC6D" align=center>
<font face = "Helvetica">
<a href= http://www.facebook.com/pages/OkoYakiComics/132117290138251>Facebook!</a>
<a href= http://twitter.com/OkoYakiComics>Twitter!</a>
<a href= mailto:okoyakicomics@gmail.com>Email!</a>
<p>
***first_day*** ***previous_day*** ***next_day*** ***last_day***
<p>
***todays_comics***
<p>
***first_day*** ***previous_day*** ***next_day*** ***last_day***
<p>***calendar***
<p> Character, About Me, and Store pages coming soon!
<p>
<a href= http://www.facebook.com/pages/OkoYakiComics/132117290138251>Facebook!</a>
<a href= http://twitter.com/OkoYakiComics>Twitter!</a>
<a href= mailto:okoyakicomics@gmail.com>Email!</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#60FC6D">
<font face = "Helvetica" size="2">
<center>
***comic_name*** is Copyright ©2011 Michael Greene. All Rights Reserved.
***comic_name*** is hosted on <a href="http://www.keenspace.com">Comic Genesis</a>, a free webhosting and site automation service for webcomics.
</center>
</font>
</td>
</tr>
</table>
<font face = "Helvetica" size=1>This design is based on a template created by Ping Teo of <a href="http://thejaded.keenspace.com">The Jaded</a>. The 'Charcoal Indextemplate' is free-use for all Keenspacers.</font>
</font>
</center>
</div>
</body>
</html>
Best,
Michael Greene