The advert at the top of the page went poof and none of my css effects are showing up (the code was external and loaded in so location could be the problem there). I tripple checked the source code on the advert and reloaded it a couple of times but no dice, same with the css? could they be screwing each other up? I'll post my indextemp source code. Love any help I can get.
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" />
<link rel="stylesheet" type="text/css" href="index.css" />
</head>
<div class="keen_ad" style="display:inline;">
***advertisement***
</div>
<h1 align="center"><image src="images\comic_title.gif"/></h1>
<div id="comic" align="center">
***todays_comics***
<br />
***first_day*** ***previous_day*** ***next_day*** ***last_day***
</div>
<br />
<h3 align="center">Ah yes you want comments from the potentate.</h3>
<h2 align="right">Written and Illustrated by John Crawford Smith</h2>
<table align="center" border="ridge">
<tr>
<th><image src="images\avitarversion.gif"/>Cpt Link128</br>freshness date</th>
<td>news update yada yada yada yada yada yada yada<td>
</tr>
<tr>
<th><image src="images\avitarversion.gif"/>Cpt Link128</br>freshness date</th>
<td>news update yada yada yada yada yada yada yada<td>
</tr>
<tr>
<th><image src="images\avitarversion.gif"/>Cpt Link128</br>freshness date</th>
<td>news update yada yada yada yada yada yada yada<td>
</tr>
<tr>
<th><image src="images\avitarversion.gif"/>Cpt Link128</br>freshness date</th>
<td>news update yada yada yada yada yada yada yada<td>
</tr>
</table></div>
<h4 align="center">"Angel" is hosted on <a href="http://www.comicgenesis.com">ComicGenesis</a>, a free webhosting and site automation service for
webcomics.</h4>
</div>
</body>
</html>