View Single Post
Old 12-19-2012, 11:48 PM   #3
Mat Ward
Junior Member
Mat Ward began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2012
Device: Aldiko app for aAdroid
Thanks - where do I put the HTML code?

Hi - thanks for your time and patience.

I put the CSS code you suggested

.imgwrap { height: 95%; width: 100%; text-align: center; }
.img_fullheight { height: 100%; }

at the bottom of the CSS - no problem with that. However, I hit problems when I entered the suggested code for the HTML.

<div class="imgwrap"><img class="img_fullheight" /></div>

Yep, I need to learn how to code through the w3c tutorials.

If you have the time, can you please suggest where I enter that HTML code below. If you can repaste with the code in the right place, that would be ideal:


<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!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>RealTalk</title>
<link href="../Styles/template.css" rel="stylesheet" type="text/css" />
<link href="../Misc/page-template.xpgt" rel="stylesheet" type="application/vnd.adobe-page-template+xml" />
</head>

<body>
<div class="image"><img alt="Big Luke.jpg" src="../Images/Big%20Luke_fmt.jpeg" /></div>

<div class="story"></div>
</body>
</html>
Mat Ward is offline   Reply With Quote