View Single Post
Old 08-09-2016, 10:03 AM   #5
brahms
Enthusiast
brahms began at the beginning.
 
Posts: 43
Karma: 30
Join Date: Feb 2016
Device: none
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>
brahms is offline   Reply With Quote