Quote:
Originally Posted by amerelgen
after the code developed
the error is 3 now has become a code that errors 9
ido not know why this did not solve the problem
|
***********************************************
amerelgen,,, sorry just got back...
Most of your issues stem from having double html tags within your output page...
double
</html> tags
double
</style> tags <<<... some are in wrong placement...
double
</body> tags
double
</meta> tags
double
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> tags
***********************************************
You must check your code placement and delete un-necessary code...
That will resolve 100% of issues...
***********************************************
Did you download
FIREBUG to assist with corrections???