Am I stupid?

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
Goldencrystals
Regular Poster
Posts: 40
Joined: Thu Mar 23, 2006 6:53 am
Contact:

Am I stupid?

Post by Goldencrystals »

Please don't answer that question...

Ok, first, I'm new here (duh) I've read all the tutorials, I've activated my accounts, gotten passwords, the whole shabang. I've loaded all my files to the FTP butch thing in their proper folders, and I haven't touched index.html, as instructed in the tutorials.

But now it's time for me to edit my front page and actually make it look like a webpage. I understand everything I need is in workspace, and I've tried to edit my templateindex but nothing is showing up. Not even HTML wise. I've read countless help topic trying to see if anyone has had the same problem (undoubtabley so, but I only read the first 3 pages before I felt helpless)

I'm just wondering how I can get this http://goldencrystals.125mb.com/ to this http://goldencrystals.comicgen.com/

If there's already a topic on this, a link would be fine, but some advice and guidence would be much appreciated!

D: Lost

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 »

What exactly is your question? You can't get the indextemplate.html to update? It looks pretty good to me.

Are you using a webpage editor, by any chance? Your page source has items on it that Autokeen may be having issues with. For example:

Code: Select all

<td><a href="index.html" id="navigation">Home</a></td>
That "id" tag doesn't really seem to be doing anything on your comicgen site. Not like it does on the other. I'd suggest making buttons instead. Ask if you're not sure how to do that.

Also, just writing out "index.html" probably isn't going to do anything. Try typing out "/index.html" That should put autokeen into motion. If that doesn't work, write out the whole url ("http://goldencrystals.comicgen.com/index.html") etc.

Just plop your "next" "previous" etc buttons at the bottom and you should be fine (buttons won't show up on the page until you have multiple comics, though).
This is going in my notebook titled "Things I Didn't Know about Surface Dwellers."
ImageImageImageImageImage
ImageImage

User avatar
Mercury Hat
Iron Lady (ForumAdmin)
Iron Lady (ForumAdmin)
Posts: 5608
Joined: Sat Jan 24, 2004 1:57 pm
Location: Hello city.
Contact:

Post by Mercury Hat »

The id tags and things are for CSS which is on the other site, but not the CGen one. What you need to do is go here, save that as a .css file. Upload that file into your workspace/webpages comic and put this in between your <head> </head> tags:

Code: Select all

<link href="/style.css" rel="stylesheet" type="text/css">
ImageImage
<Legostar> merc is all knowing, all seeing, and not caring

User avatar
Goldencrystals
Regular Poster
Posts: 40
Joined: Thu Mar 23, 2006 6:53 am
Contact:

Post by Goldencrystals »

Whoa, thanks a lot. Gosh, I guess last time a actually checked my page it did show that it worked! ^^; So, now that I realize that I'm doing ok, I tried to edit my indextemplate.html further and it comes up with this message.

"I'm sorry but workspace/indextemplate.html doesn't appear to be a text file. You'll have to edit it another way."

But that's the way, and only way, I've ever edited it. Did I do something wrong?

User avatar
Oualawouzou
Cartoon Cop (Moderator)
Cartoon Cop (Moderator)
Posts: 1548
Joined: Fri Jan 10, 2003 7:47 am
Contact:

Post by Oualawouzou »

Are you editing it straight on the server? If so, don't. Download it to your comp, upload the local version, edit it and then upload the edited version back to your account.

Post Reply