
February 3rd, 2013, 03:14 PM
|
|
Registered User
|
|
Join Date: Aug 2009
Location: Arad Israel
Posts: 4
Time spent in forums: 1 h 12 m 6 sec
Reputation Power: 0
|
|
|
Positioning text
I'm new to CSS, which will quickly become apparent ;-)
This is the code I have right now, but the text, "click on the image .. ", should be under the image, and I'll also need a little space under that text.
So how to do it?
Thanks,
Michael
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "xxxx://xxx.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="xxxx://misconceptions dot us/css/styles.css" rel="stylesheet" type="text/css">
<title>Thomas Crapper</title></head>
<body>
<a href="xxxx://misconceptions dot us/images/crapper.jpg" target="_blank"><img src="xxxx://misconceptions dot us/images/small-crapper.jpg" alt="Did Thomas Crapper invent the flush toilet?" width="230" height="300" align="right" class=" " style="margin: 8px;" title="Thomas Crapper Toilet"></a>
<p> </p><p class="textonrightbold">Click on image to see larger version</p><p class="medsizetext">It's said that Thomas Crapper invented the flush toilet, but I imagine it has to be an urban legend as the whole idea just sounds to pat. </p>
<p class="medsizetext"> So did Crapper invent flush toilets and if he didn't then who did? </p>
</body>
</html>
So how to do it?
Thanks,
Michael
P.S. I wasn't allowed to post links, hence the xxxx and dot
Last edited by redbourn : February 3rd, 2013 at 03:17 PM.
|