<?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" xmlns:ibooks="http://apple.com/ibooks/html-extensions" xmlns:epub="http://www.idpf.org/2007/ops"> | |
<head> | |
<title>Underline Test</title> | |
<style> | |
p{ | |
text-decoration: underline; margin:0 | |
} | |
body { | |
-webkit-writing-mode:vertical-rl; | |
} | |
</style> | |
</head> | |
<body> | |
<p>「向見論治道書,其間欲仿井田之意</p> | |
<p style="margin-right:-2px; position:relative;background-color:white; width:10px"></p> | |
</body> | |
</html> | |