Adding Pages

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
Katbotz
Newbie
Posts: 15
Joined: Wed May 31, 2006 4:18 pm

Adding Pages

Post by Katbotz »

How do I add my own background?

Down there...
Last edited by Katbotz on Fri Jan 19, 2007 4:06 am, edited 1 time in total.

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 »

You mean a background for your webpage, right?

within your <body> tag, you'll add "background="insert something here"' if it's an image, and "bgcolor="a bunch of letters" if it's a color.

So your code might read

Code: Select all

<body background="/images/bgimage.gif">
or

Code: Select all

<body bgcolor="#FF00FF">
This is going in my notebook titled "Things I Didn't Know about Surface Dwellers."
ImageImageImageImageImage
ImageImage

User avatar
Katbotz
Newbie
Posts: 15
Joined: Wed May 31, 2006 4:18 pm

Post by Katbotz »

Thank you, do I put it in daily, or index? Index right? >_>;

User avatar
Cope
Incompetent Monster
Posts: 7378
Joined: Sat Jul 31, 2004 8:37 pm
Location: Masked man of mystery
Contact:

Post by Cope »

The indextemplate is your front page, the dailytemplate represents your archived pages. So both, if you like.
Image Image
"I've always been fascinated by failure!" -Charlie Brown

User avatar
Katbotz
Newbie
Posts: 15
Joined: Wed May 31, 2006 4:18 pm

Post by Katbotz »

Mm, I see. Thanks!

User avatar
Katbotz
Newbie
Posts: 15
Joined: Wed May 31, 2006 4:18 pm

Post by Katbotz »

One more problem. How do you add more pages? I searched it up. But it doesn't really help because I don't know how to do it at all..

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

Post by Oualawouzou »

In case you missed it, here's a list of tutorials, in which you'll see this one about adding new pages to your comic account. If you still have trouble, please tell us what exactly causes you problems.

User avatar
Swikan
Regular Poster
Posts: 698
Joined: Thu Aug 03, 2006 10:20 am
Location: Texas
Contact:

Post by Swikan »

If you mean the pages for the "previous" comics, they are created automatically using the dailytemplate.

If you mean supplemental pages like "cast" and "fanart", you need to follow the tutorials Oualawouzou posted.

User avatar
Katbotz
Newbie
Posts: 15
Joined: Wed May 31, 2006 4:18 pm

Post by Katbotz »

I read that before and I just re-read it. I just don't get it! How do you start making the page?

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

Post by Oualawouzou »

HTML code (the language in which pages are written) is simply plain text formatted in a particular way. So you have two choices:

1) You can "start" a page simply by opening Notepad and saving the document as a ".html" file. DO NOT use a text editor like Word or WordPad though, it'll mess up your page code. You will need to learn how to code everything by hand. It takes some time but isn't hard. Google up "html tutorials".

2) Alternatively, you can use one of several different webpage building programs out there. Google up "html editor" and see what comes up. These programs do most stuff automatically but can't do *everything* by themselves.

Personnally, I do a mix. I build the basics with a HTML editor (1stPage by Evrsoft), then I tinker with it and polish things up by hand.

User avatar
Katbotz
Newbie
Posts: 15
Joined: Wed May 31, 2006 4:18 pm

Post by Katbotz »

Thanks! So, I make the notepad in public html/webpages right?

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

Post by Oualawouzou »

Start by saving the file on your own computer until you are satisfied with the results. Once you're done, upload it to workspace/webpages. As a rule of thumb, always upload to workspace, not to public_html.

If you are unsure as to what you're doing, feel free to post work-in-progress versions of your files here, surrounded by [ code] [ /code] tags.

User avatar
Katbotz
Newbie
Posts: 15
Joined: Wed May 31, 2006 4:18 pm

Post by Katbotz »

Okay, So I uploaded it to Workspace. Do I put it in a folder in workspace/webpages?

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

Post by Oualawouzou »

If you put it in workspace/webpages, the page will appear in the root directory of your site (example: uploading cast.html to workspace/webpages will make the page available at the address http://yoursite.comicgenesis.com/cast.html). Uploading the page to a sub-folder within workspace/webpages will create said sub-folder in the root directory of your site (example: uploading cast.html to workspace/webpages/newpages will make the page available at the address http://yoursite.comicgenesis.com/newpages/cast.html). It's up to you weither to use sub-folders or not.

User avatar
Katbotz
Newbie
Posts: 15
Joined: Wed May 31, 2006 4:18 pm

Post by Katbotz »

Well I tried using Evrsoft but now I'm using Ewisoft. How do I put it on to FTP and stuff? >_>;;

Ewisoft doesn't save like Evrsoft. It save in it's own different thing.

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

Post by Oualawouzou »

FTP = File Transfer Protocol. In other words, "FTP" is a way to transfer things from one comp to another. It is not a program in itself, nor is it something you can put something on.

FTP tutorial. More handy links in that link too.
Ewisoft doesn't save like Evrsoft. It save in it's own different thing.
I don't know Ewisoft, so I'll just ask: uh? In what file format does it save?

User avatar
Katbotz
Newbie
Posts: 15
Joined: Wed May 31, 2006 4:18 pm

Post by Katbotz »

Oualawouzou wrote:If you put it in workspace/webpages, the page will appear in the root directory of your site (example: uploading cast.html to workspace/webpages will make the page available at the address http://yoursite.comicgenesis.com/cast.html). Uploading the page to a sub-folder within workspace/webpages will create said sub-folder in the root directory of your site (example: uploading cast.html to workspace/webpages/newpages will make the page available at the address http://yoursite.comicgenesis.com/newpages/cast.html). It's up to you weither to use sub-folders or not.
Ahh, I got it now. Totally. Ewisoft saves in .ewp. but I'm taking the html from that and putting in on to evrsoft. Hopefully it's working now. Thank very much for the help. Sorry for being such a pest. I'll get back to you if I have anymore drama. @_@

Post Reply