08-02-2019, 05:25 PM
|
#13
|
Bookmaker & Cat Slave
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
|
Quote:
Originally Posted by GeoffR
With these additions in red it worked in ADE 1.7.2, Kobo RMSDK10, and Calibre 2.85:
Code:
<?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">
<head>
<title></title>
<link href="../Styles/Style0001.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<div class="center">
<p class="test">Test test test</p>
</div>
</body>
</html>
Code:
div.center {
text-align: center;
}
p.test {
display: inline-block;
text-align: center;
border-bottom: 1px solid black;
width:10em;
}
|
ADE 4.x?
Hitch
|
|
|