<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=iso-8859-2" /> <meta http-equiv="content-language" content="pl" /> </head> <body> <img src="1.jpg" /> <img src="1.jpg" /> </body> </html>
Wkurzyłem sie i ostatecznie spróbowałem tak ale i to nie pomogło:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=iso-8859-2" /> <meta http-equiv="content-language" content="pl" /> </head> <body style="padding: 0px"> <img style="margin: 0px;" vspace="0" hspace="0" src="1.jpg" /> <img style="margin: 0px;" vspace="0" hspace="0" src="1.jpg" /> </body> </html>