Beginner: Need Help With School Project

michaelking

New Member
Trying to create links and text on the bottom of my web page, but for some reason all text & links are appearing to the immediate right of my image. Anyone have any idea on how to fix this? I've tried using the <div> and <br> tags, but that isn't making a difference. Thanks in advance.

Existing code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-…
<html>
<head>

<link rel="stylesheet" type="text/css" href="externalstylesheet.css" />

<title>My Home Page</title>

</head>

<body>
<h1>MichaelKing</h1>
<h3>Future Home Page</h3>
<hr />

<img src="images/future.jpg" alt="The Near Future" align="left" />

</body>

</html>
 

chrishirst

Well-Known Member
Staff member
Nope got nothing.


I guess the crystal ball isn't working again!!

Looks like you'll have to provide a URI if you want an answer.
 
Top