Today I was able to reset my password and grab the "this site is hosted on comic genesis etc---" url from my index page and place it on the test template that will replace the index template, and now whenever I run the test, all the text that is supposed to appear underneath the table programming that operates the main peice of the skin is apearing on top of the main portion of the skin instead. If you copy and past the codeing below into notepad and rename it as an html, then right click it and open it with internet explorer, you should see whats going wrong. I imagine the table is being reconized as a second priority to apear below the text thats supposed to run at the bottom instead of in between it and the text thats supposed to go above and below it:
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>BLUE BOOK of DOOM</title>
</head>
<center>***advertisement***
</center>
<body>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width=200px background="http://www.majhost.com/gallery/Imatron/BLUEBOOK/tlc.png"> </td>
<td background="http://www.majhost.com/gallery/Imatron/BLUEBOOK/mtb.png"> </td>
<td width=22px background="http://www.majhost.com/gallery/Imatron/BLUEBOOK/trc.png" /td>
</tr>
<tr>
<td background="http://www.majhost.com/gallery/Imatron/BLUEBOOK/mlb.png" /td>
<img src="http://www.majhost.com/gallery/Imatron/BLUEBOOK/mlb.png"><td>
<!-- The encoding for this sites template is possible thanks to Dr. Neo Lau, and Wendybird, and Imatron. If you should use this template, please make sure these names are credited somewhere on your site or in the hidden coding on the template itself. -->
<center>***first_day*** ***previous_day
***
***next_day*** ***last_day***</center>
<center>***todays_comics***</center>
<center>***first_day*** ***previous_day
***
***next_day*** ***last_day***</center>
</td>
<td background="http://www.majhost.com/gallery/Imatron/BLUEBOOK/mrb.png" /td>
</tr>
<tr>
<td height=29px background="http://www.majhost.com/gallery/Imatron/BLUEBOOK/blc.png" /td>
<td background="http://www.majhost.com/gallery/Imatron/BLUEBOOK/mbb.png" /td>
<td background="http://www.majhost.com/gallery/Imatron/BLUEBOOK/brc.png" /td>
</tr>
<center> All works on BLUE BOOK of DOOM are copywrite Richard Roth (Imatron) and Mathew Fogel (Dark Lord M), or otherwise their respective copywrite owners.</center>
<center>
***comic_name*** is hosted on <a href="http://www.comicgenesis.com">ComicGenesis</a>, a free webhosting and site automation service for webcomics.
</center>
</table>
</body>
</html>
Also, the final version will have the images linkled from blue book of doom (the sites name) instead of maj, I just need to replace the maj links with <td background="mycomicsname.comicgenesis.com/images/image_name"> , correct?
Again, thanks everyone for your help!
EDIT:
>_< Found the problem, I accidentaly placed the </table> code AFTER the text instead of before it which incorperated the text into the table itself.
EDIT AGAIN:
Ok, it seems despite my attempts to use notepad with settings to prevent those symbols from being expressed as other certain codes meaning those characters, so it seems Ive got to recode some stuff, if you guys can give me any hints while I recode and tinker I'd certainly appreciate it.