Is there a blank line above the <?php
The validator says your page stops at line 0
Thread Starter
fewyn
(@fewyn)
there was one but now there isn’t and it does the same thing again π
Did it work when installed ?
If it did, what was the last thing you did to the template ?
Thread Starter
fewyn
(@fewyn)
I just redisgned my template with the code at http://www.fewyn.com/index.txt <- it was index.php
My guess is that somewhere in that table, something is going wrong – or you have copied over some wp code and forgotten to close a bracket, close ” or similar…….
I’ll look at the code in an editor.
Any reason why you have gone for tables ?
Thread Starter
fewyn
(@fewyn)
It was a sliced design I did in photoshop I’m not very up to date with the new codes and stuff I’m an old school coder who is trying to get back with the new code.
Hmm…..it’s interesting..
I assume the first table contains some sort of big image split into bits.
But, even if that was loaded, the css will interfere with that as you have #rap and #header being used.
In the #content, you have posts, but you also have menu stuff going into the same div, and this will not only look odd, but the styling will be wrong too.
You didn’t want to hear this did you …. and I am assuming that your page did work up until you redesigned.
As it is, I see two choices:
1 – Design your layout just using tables, then incorporate wordpress code into that.
2 – Find a layout that can be adapted – using css and no tables – and work on that.
Option 2 will get you more help here because we love css, and also because the majority of people here don’t use tables. That’s not to say people won’t help with tables though, there are just less people who can. Here’s a list that leads to many different layouts:
Layouts
* http://pinksocks.co.uk/gemini.zip
* http://pinksocks.co.uk/trident.zip
* http://pinksocks.co.uk/vesuvius.zip
* http://thebombsite.com/layouts.php
* http://design.somegreatreward.com/
* http://www.erisfree.com/d2/apart.php
* http://not-that-ugly.co.uk/
* http://chris.lineages.co.uk/Wordpress_template_index.php
* http://binarybonsai.com/archives/2004/08/19/kubrick-v124/
Please don’t give up – that isn’t my intention – but even if we get it displayed, you will still have a lot of problems with what you have now. And css isn’t so hard π
Thread Starter
fewyn
(@fewyn)
I’ll try to see if i can find something that will work thanks and I’ll keep you updated!