Thakns Toxaris, we crossed over there.
Do i need the "svg xmlns=" part if I have a doctype anyhow?
The full page is:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/>
<link type="text/css" rel="stylesheet" href="../css/style001.css"/>
<title>My title</title>
</head >
<body>
<div style="text-align: center; padding: 0pt; margin: 0pt; width: 100%">
<img src ="../images/cover.jpg" alt="My Cover"/>
</div>
</body>
</html>
|