View Single Post
Old 06-12-2011, 06:20 PM   #3
bobmounger
Junior Member
bobmounger began at the beginning.
 
bobmounger's Avatar
 
Posts: 2
Karma: 10
Join Date: Jun 2011
Location: Dallas
Device: Android
For example: When I try to put h3 headings around the <img...> line or add a width or height as below, it seems to have no effect on the display on the smartphone. The height="90%" command wipes out the picture in Sigil.


<?xml version="1.0"?>
<!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>
</head>

<body>
<h1 id="heading_id_2">Dachau, including photos</h1>

<p>I don’t remember... were SS men who had been arrested and were awaiting possible trial and punishment. This picture</p>

<p><img alt="" src="../Images/leepix1.jpg" width="90%" /></p>

<p>will give you some idea of what the scene...
bobmounger is offline   Reply With Quote