View Single Post
  #2 (permalink)  
Old 08-01-2005, 09:37 AM
Spectur's Avatar
Spectur Spectur is offline
WebProWorld Pro
 

Join Date: Mar 2005
Location: Tampa,Fl
Posts: 239
Spectur RepRank 0
Default

the layout looks ok.

You need to validate you code .. you have no encoding type. this means the UTF-8 will be applied and does not work properly.

When I change the validator encoding to ISO-8859-1 and revalidated I recieved 405 error messages .

I would think a first big step would be to validate your code at this point.
Reply With Quote