|
#1
|
||||
|
||||
|
Something Blue - template
i finished my template today, and wanted to share it with you all. i ran it through the validator and there are still 14 errors, but i'm not really sure how to fix them. some of them are from the link to my archive page, something about the use of the ampersand i think. but anyway, if i can get around to fixing those issues i might release it. i'm posting it here first for critique - anything you think i should change that might make it look nicer, i'll see if i can do it :] it's compatible with both firefox and IE, only a couple really slight differences but nothing to take away from the design. it's on my site right now, so check it out!
www.unseen.zeeder.com/pixelpost |
|
#2
|
|||
|
|||
|
I abosolutely love your site -- can you please send me the template for your site
joe@doublevisn.com I'd like to test it out on my own site -- thanks
|
|
#3
|
|||
|
|||
|
The first thing you need to do is change the <br> tags to <br />, that will help alot.
I'll keep looking...
__________________
www.pixelgrain.org |
|
#4
|
|||
|
|||
|
Your other problem is that you need to change your urls to encoded ampersands....
for example, try replacing "index.php?x=browse&pagenum=1" with "index.php?x=browse&pagenum=1"
__________________
www.pixelgrain.org |
|
#5
|
||||
|
||||
|
ahhh i see. thanks guys!
doublevisn, i'll send it to you as soon as i work out the <br /> tags and ampersands. after that it should be okay. thanks for your interest! EDIT: i fixed all the <br> tags, but i still have these errors: Quote:
Quote:
all the rest of the errors have to do with my code in my image info section. they aren't part of the template. as far as i know, the only error i can fix is that <center> tag, so as soon as i find that i'll get it. : D Last edited by unseen; 11-15-2005 at 08:32 PM. |
|
#6
|
||||
|
||||
|
the <center> error is because <center> is not xhtml compliant - switch it with <div align="center">
the pagenum errors are to do with an extra & in the url i think - check the urls - see if you can see what's wrong and if you can't then copy and paste one here.
__________________
Affordable Website Design in North Wales |
|
#7
|
||||
|
||||
|
okay, down to two errors. they both have to do with the browse archives url, which is this:
but this isn't a url in my code. the link to my archives page is the <LINK_TO_PAGED_ARCHIVE> tag, which is here in my code: Quote:
|
|
#8
|
||||
|
||||
|
try just replacing the tag with <a href="index.php?x=browse&pagenum=">Archive</a>
__________________
Affordable Website Design in North Wales |
|
#9
|
|||
|
|||
|
ooooh, almost validated, I'm excited
... stillfx@gmail.commy site is too bland, this template will kick it up a notch!!!
Last edited by doublevsn; 11-17-2005 at 06:55 AM. |
|
#10
|
||||
|
||||
|
you're also missing quotations around links such as <a href=http://www.sh1ft.org/26things/>
__________________
Affordable Website Design in North Wales |
| Post Reply |
| Thread Tools | |
|
|