noticed something odd
noticed something odd
I have links to other pages on my site in the daily indextemplate but whenever i try to acces those pages from there it says there is no such page exsisting plus i've noticed there is a /d/ in the url is there any way i can get those pages to work ??
http://mysticfantasy.keenspace.com/d/20050912.html
http://mysticfantasy.keenspace.com/d/20050912.html
me i am, need allot of help
- Black Sparrow
- Cartoon Anti-Hero
- Posts: 6973
- Joined: Fri Jul 22, 2005 9:04 am
- Location: Violating your restraining order
- Contact:
- KittyKatBlack
- Cartoon Villain
- Posts: 3182
- Joined: Tue Dec 23, 2003 7:56 pm
- Location: How the hell should I know? I just live here...
- Contact:
Question...
Why is there no ad banner on your site? You have the fantasy exchange one, but the required ad for CG seems to be missing.
Unless this was something you worked out with the admins. If not I'd re-read the TOS.
Anyway, as far as your problem goes, I can't seem to find any reason why /d/ is appearing in your links. The only thing I can possibly think of is if you're using CSS, that your style page has rediffined <a> to automaticly add /d/ to all it's links. But that seems unlikely in this case.
I honestly don't know what's wrong, but again, just friendly warning that unless you've previously talked to the admins about your adspace at the top of your page, you might want to get around to fixing that.
Why is there no ad banner on your site? You have the fantasy exchange one, but the required ad for CG seems to be missing.
Unless this was something you worked out with the admins. If not I'd re-read the TOS.
Anyway, as far as your problem goes, I can't seem to find any reason why /d/ is appearing in your links. The only thing I can possibly think of is if you're using CSS, that your style page has rediffined <a> to automaticly add /d/ to all it's links. But that seems unlikely in this case.
I honestly don't know what's wrong, but again, just friendly warning that unless you've previously talked to the admins about your adspace at the top of your page, you might want to get around to fixing that.
- Black Sparrow
- Cartoon Anti-Hero
- Posts: 6973
- Joined: Fri Jul 22, 2005 9:04 am
- Location: Violating your restraining order
- Contact:
Psst... keentags: ***advertisement***
And shouldn't the "Hosted by keenspace/ComicGenesis" message be at the bottom of every page? I only see it on the index page.
Which reminds me. It'd probably be a good idea to change your URL over to Comic Genesis. The Keenspace one will still redirect to Comicgen, but it's never too late to start.
And shouldn't the "Hosted by keenspace/ComicGenesis" message be at the bottom of every page? I only see it on the index page.
Which reminds me. It'd probably be a good idea to change your URL over to Comic Genesis. The Keenspace one will still redirect to Comicgen, but it's never too late to start.
- Mercury Hat
- Iron Lady (ForumAdmin)

- Posts: 5608
- Joined: Sat Jan 24, 2004 1:57 pm
- Location: Hello city.
- Contact:
You see how you're linking to your pages like this:
You should be linking them like this:
The / at the beginning of the page name is very important for the same reason that you use the / before images in your pictures.
Code: Select all
<a href="about.htm"><img src="/images/spring-about.gif" alt="About"></a>Code: Select all
<a href="/about.htm"><img src="/images/spring-about.gif" alt="About"></a>- KittyKatBlack
- Cartoon Villain
- Posts: 3182
- Joined: Tue Dec 23, 2003 7:56 pm
- Location: How the hell should I know? I just live here...
- Contact:
Gha. I feel like an idiot for not noticing that. -_-Mercury Hat wrote:You see how you're linking to your pages like this:You should be linking them like this:Code: Select all
<a href="about.htm"><img src="/images/spring-about.gif" alt="About"></a>The / at the beginning of the page name is very important for the same reason that you use the / before images in your pictures.Code: Select all
<a href="/about.htm"><img src="/images/spring-about.gif" alt="About"></a>
- CJBurgandy
- Eat at Crazy CJs! Home of the mad burger
- Posts: 6538
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: Too Old for this Shit
- Contact:
it is missing. and the only way you can get away with no banners is if your comic features Jesus having sex and you have 2.5 million visits a month.KittyKatBlack wrote:Question...
Why is there no ad banner on your site? You have the fantasy exchange one, but the required ad for CG seems to be missing.
Unless this was something you worked out with the admins. If not I'd re-read the TOS.
You really need to put the ***advertisment*** tag on your site there bucko
CLICK HERE FOR HOT SEXY NUDES
"When Papa Smurf drank here, he was standoffish, Turk said. He favored vodka and didn't share his liquor." ~ Anchorage Daily News
"When Papa Smurf drank here, he was standoffish, Turk said. He favored vodka and didn't share his liquor." ~ Anchorage Daily News
It's linking to "/d" because the dailytemplate pages are in the /d folder. Change your links to point to the next folder up, like this:
Adding the slash will make it start at the system root, instead of the /d folder.
Code: Select all
Right now its:
<a href="about.htm"><img src="/images/spring-about.gif" alt="About"></a>
Change it to:
<a href="/about.htm"><img src="/images/spring-about.gif" alt="About></a>
The banner compels you to read...

All my comics (Planescape, Harry Potter Comics, Star Trek: Federation Star Defense) are available on:
Swiftbow.com

All my comics (Planescape, Harry Potter Comics, Star Trek: Federation Star Defense) are available on:
Swiftbow.com
- Mercury Hat
- Iron Lady (ForumAdmin)

- Posts: 5608
- Joined: Sat Jan 24, 2004 1:57 pm
- Location: Hello city.
- Contact:
Oh, sure enough. Maybe I should go visit the optometrist...
Edit: Oh wait, I think I'd neglected to refresh before (my system clock got set back), so I blame that rather than me not reading everything!
Edit: Oh wait, I think I'd neglected to refresh before (my system clock got set back), so I blame that rather than me not reading everything!
The banner compels you to read...

All my comics (Planescape, Harry Potter Comics, Star Trek: Federation Star Defense) are available on:
Swiftbow.com

All my comics (Planescape, Harry Potter Comics, Star Trek: Federation Star Defense) are available on:
Swiftbow.com









