Search found 49 matches
- Mon Jul 25, 2005 1:03 pm
- Forum: Help Center
- Topic: Admin Panel Trouble
- Replies: 2
- Views: 306
- Mon Jul 25, 2005 7:38 am
- Forum: Help Center
- Topic: Admin Panel Trouble
- Replies: 2
- Views: 306
Admin Panel Trouble
This may or may not be related to the new switch from KS to CG. I'm trying to log into the admin panel to update my comic, but it is telling me I have entered the wrong password. I know that this is not the case. I also tried the lost password thing, but the link was down. So, help on this? Maybe so...
- Sun Apr 24, 2005 1:01 pm
- Forum: Help Center
- Topic: Calendar Resizing
- Replies: 3
- Views: 218
- Sun Apr 24, 2005 12:00 pm
- Forum: Help Center
- Topic: Calendar Resizing
- Replies: 3
- Views: 218
Calendar Resizing
I am currently using the ***big_calendar*** tag in my archive page and I wanted to use the ***calendar*** tag in my dailytemplate, however I have found a problem. When you put in the tag and update, it writes code in the final html such as the following: <font color="#0"><table cellspacing="0 cellpa...
- Tue Apr 12, 2005 8:06 am
- Forum: Help Center
- Topic: [html/keentags] Can I get an ALT with my comic?
- Replies: 9
- Views: 503
Well, the captions and autoupdates are not mutually exclusive... I'm sure that is the exact same thing others were trying to tell me, but you helped a lot. Very clear. Maybe I'm just an ass. At any rate, I may start doing this for my upcoming comics, but being OCD, I will feel compelled to go back ...
- Mon Apr 11, 2005 10:13 am
- Forum: Help Center
- Topic: [html/keentags] Can I get an ALT with my comic?
- Replies: 9
- Views: 503
- Sun Apr 10, 2005 2:10 pm
- Forum: Help Center
- Topic: [html/keentags] Can I get an ALT with my comic?
- Replies: 9
- Views: 503
- Sat Apr 09, 2005 10:27 am
- Forum: Help Center
- Topic: [html/keentags] Can I get an ALT with my comic?
- Replies: 9
- Views: 503
[html/keentags] Can I get an ALT with my comic?
So the code to put up a comic is to include the keentag ***todays_comic***. Is there anyway I could add an ALT to the image? Sort of like in Jeffery Rowland's journal comic, Overcompensating.
- Sat Apr 09, 2005 8:43 am
- Forum: Help Center
- Topic: navigation problems
- Replies: 13
- Views: 466
- Fri Apr 08, 2005 6:26 am
- Forum: Help Center
- Topic: navigation problems
- Replies: 13
- Views: 466
Well, I fixed the pages. Now they work in IE. I believe it was a combination of the stuff at the top not being in the correct place (head or body) and the fact that the padding in the news div were percents. All fixed, so IE is now happy. On another note, my previous comics (dailytemplate.html) and ...
- Thu Apr 07, 2005 3:31 pm
- Forum: Help Center
- Topic: navigation problems
- Replies: 13
- Views: 466
navigation problems
when you go to any previous comic on my site (dailytemplate.html), the "next" button doesn't take you to the next comic, it takes you to the main page. here is the code for my buttons. <tr> <td width="25%" align="center" valign="top"> ***first_day*** </td> <td width="25%" align="center" valign="top"...
- Wed Apr 06, 2005 7:09 pm
- Forum: Help Center
- Topic: Can't log in.
- Replies: 19
- Views: 1090
- Wed Apr 06, 2005 6:18 pm
- Forum: Help Center
- Topic: Can't log in.
- Replies: 19
- Views: 1090
- Fri Mar 25, 2005 3:26 pm
- Forum: Help Center
- Topic: Including CSS From File
- Replies: 2
- Views: 205
- Fri Mar 25, 2005 7:06 am
- Forum: Help Center
- Topic: Including CSS From File
- Replies: 2
- Views: 205
Including CSS From File
Every one of my pages uses the same CSS. Is there a way I can just write one in a .txt or .html file and then put some kind of tag to include it in the header? Would the ***include filename.txt*** tag work here or is there something more advanced I should be doing? Thanks a lot. Matthew J http://teh...
- Sun Mar 20, 2005 12:23 pm
- Forum: Help Center
- Topic: Current Comic Link
- Replies: 3
- Views: 248
Thanks, that did the trick beautifully! Someone should put this up in the gear manuals by the navigation buttons stuff. I bet there are more people out there who want this, or would use it if they knew they could.-Fanny pack wrote:This'll do it:Code: Select all
<a href="/d/***raw_date***.html">
- Sat Mar 19, 2005 9:00 am
- Forum: Help Center
- Topic: Current Comic Link
- Replies: 3
- Views: 248
Current Comic Link
Is there any tag or other code that can be used to put a link on the main page to the current comic. As of now, you would have to click the previous comic button and then type in the right day in the address bar. Is there some way of putting a button on my site that would always be a link to whateve...
- Mon Mar 14, 2005 7:19 am
- Forum: Help Center
- Topic: Including A File From Another Server
- Replies: 7
- Views: 373
- Mon Mar 14, 2005 7:12 am
- Forum: Help Center
- Topic: Including A File From Another Server
- Replies: 7
- Views: 373
I probably should have said it before. Yes, the dimensions are set to 100%, but they are within a div inside of a cell of a table. So, there are other dimensions that are binding its size. I merely wanted it to be the full size of the div it was in. OK, so external file with the keentag is a definat...
- Mon Mar 14, 2005 6:37 am
- Forum: Help Center
- Topic: Including A File From Another Server
- Replies: 7
- Views: 373
Including A File From Another Server
I've been using the ***include ... *** tag for a while to post a short news blurb on my front page. However, I wanted to start linking to my news on my other server, one that doesn't have to be manually updated everytime I upload something. So, I tried the include to look like this: ***include http:...