I'm confused and need help...

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
User avatar
Dice
Newbie
Posts: 7
Joined: Fri Dec 23, 2005 5:07 pm
Location: Michigan, USA

I'm confused and need help...

Post by Dice »

Ok. So I read everything in the Spacer's Gear, studied up on HTML, managed to download the indextemplate and dailytemplate, edited them to look all prettyful and shiney, put them back in the FTP triggered an update and.....it's all down hill from there.

I edited the HTML code to have the background be black and the text be a purple color. The font is supposed to be Papyrus, and there are supposed to be links right above the comic. but take a look here--> http://dice.comicgenesis.com/d/20051222.html and see what it looks like.... :cry: I'm soooo confused. Look at the bottom of the page. The *site name* is hosted by comicgenesis a blah blah blah thingy is there twice. the second time it's in Papyrus but still not the right color. and if you go to the last page the last few words in it are there like 4 times!

The thing that is confusing me the most is that when I veiw them from the files on my computer they look perfect! But when I go to it here..well...you know....I don't know if I made any sense at all, but if anyone can help PLEASE REPLY!! :cry: :cry:

User avatar
Black Sparrow
Cartoon Anti-Hero
Posts: 6973
Joined: Fri Jul 22, 2005 9:04 am
Location: Violating your restraining order
Contact:

Post by Black Sparrow »

Let's take a look at your page source, shall we?

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>Found A Peanut - Thursday, December 22, 2005</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<div class="keen_ad" style="display:inline;">
<iframe src="http://forums.comicgenesis.com/tcontent.php?out=dice" id="ks_da" name="ks_da"  allowtransparency="true" scrolling="no" frameborder="0" width="740" height="90">
  <a href="http://www.burstnet.com/ads/ad8223a-map.cgi/ns" target="_top">
<img src="http://www.burstnet.com/cgi-bin/ads/ad8223a.cgi/ns" width="468" height="60" border="0" alt="Click Here" />
</a>
</iframe>
</div>
<div class="main">
<h1>Found A Peanut</h1>

<h2>by Dylan Grenke</h2>
<img alt="comic" border="0" src="http://dice.comicgenesis.com/comics/20051222.gif" height="677" width="507" />
<br />
  <a href="http://dice.comicgenesis.com/d/20051229.html"><img border="0" name="next_day" alt="Next comic" src="http://dice.comicgenesis.com/images/next_day.gif" width="100" height="40" /></a> <a href="http://dice.comicgenesis.com/"><img border="0" name="last_day" alt="Today's comic" src="http://dice.comicgenesis.com/images/last_day.gif" width="100" height="40" /></a>
<br />
Found A Peanut is hosted on <a href="http://www.comicgenesis.com">ComicGenesis</a>, a free webhosting and site automation service for webcomics.
</div>
</body>
</html>
r***<BR><font face="Papyrus">
Found A Peanut is hosted on <a href="http://www.comicgenesis.com">ComicGenesis</a>, a free webhosting and site automation service for webcomics.

</font></div>
</body>
</html></html>
Yup. That would give you the "Hosted by" message twice. Did you copy-paste something and save it that way? I also notice the floating "r***". Again, looks like a copy-paste error. Just go into your ftp and delete the first instance of "Hosted by" from your indextemplate.

I can't see any place where you have color schemes on there.... in fact, the body tage seems to have disappeared altogether. Are you sure you saved the right indextemplate to your FTP, and there's not a more complete one on your PC?
This is going in my notebook titled "Things I Didn't Know about Surface Dwellers."
ImageImageImageImageImage
ImageImage

User avatar
Dice
Newbie
Posts: 7
Joined: Fri Dec 23, 2005 5:07 pm
Location: Michigan, USA

Post by Dice »

That's the weird thing. I didn't copy and paste anything I typed it all by hand and I assure you that I only typed the Hosted by thing once. I have no idea what the r*** is doing there, nor how it got there. I'm also quite sure I uploaded the correct file. don't know were the body tag went either....

User avatar
Black Sparrow
Cartoon Anti-Hero
Posts: 6973
Joined: Fri Jul 22, 2005 9:04 am
Location: Violating your restraining order
Contact:

Post by Black Sparrow »

Is this code consistant with the one in your dailytemplate (after keentags are processed, of course)? And is the dailytemplate in your FTP consistant with the dailytemplate on your PC?

In other words, check the daily and indextemplates on your PC to see if they have the same problems. If not, simply delete the ones in your FTP now and reupload the templates. If they do have the problems, simply fix the mistakes. You know html, so simply redo what you did before. It might also be a good idea to post the codes of you templates here.
This is going in my notebook titled "Things I Didn't Know about Surface Dwellers."
ImageImageImageImageImage
ImageImage

User avatar
Dice
Newbie
Posts: 7
Joined: Fri Dec 23, 2005 5:07 pm
Location: Michigan, USA

Post by Dice »

Ok. I'll try that and see what happens...

User avatar
Dice
Newbie
Posts: 7
Joined: Fri Dec 23, 2005 5:07 pm
Location: Michigan, USA

Post by Dice »

THANK YOU!! *hugs* :D :D You're the greatest! I just had to delete them and reupload them like you said! Thank you thank you thank you!

Post Reply