Posted: Wed Oct 20, 2004 6:57 am Post subject: (No subject)
I already have the image in though, it is the link that I want to position on the screen.
Amailer
Posted: Wed Oct 20, 2004 2:10 pm Post subject: (No subject)
rhysticlight wrote:
I already have the image in though, it is the link that I want to position on the screen.
Put the link in a div
code:
<div class="img"><img ... ></div>
the class IMG is the code which tony posted
josh
Posted: Wed Oct 20, 2004 5:19 pm Post subject: (No subject)
srry gys I am pretty new to HTML, so I can't figure out what is wrong. So far this is the code I have for the homepage. (It puts the link next to this little grey box thta I can make bigger)
code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Welcome to Westmount C.I. Entertainment.com</title>
</head>
<body background="backgrounds/home.jpg">
<div class = "img"><img width="129" height="36" {position: absolute; top: 46px; right: 80px; }><a href="tableofcontents.html">Enter the Site</a></div>
</body>
</html>
P.S. I am using the code window in Dreamweaver MX 2004 to do this
thanx
josh
Posted: Fri Oct 22, 2004 1:38 pm Post subject: (No subject)
I just used line breaks and space to position it in the end.
Amailer
Posted: Fri Oct 22, 2004 2:08 pm Post subject: (No subject)
code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Welcome to Westmount C.I. Entertainment.com</TITLE>