View Full Version : links?


snow_
02-25-2005, 12:26 AM
Can someone help me?

Ok I have a sidebar that I made: http://img218.exs.cx/img218/1665/sidebar6fb.png

I want to put links in there...
How would I do that?

pb&j
02-25-2005, 01:13 AM
there are different ways of doing it.
here is one option...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
</head>
<body>

<img src="http://img218.exs.cx/img218/1665/sidebar6fb.png" style="position:absolute; left:5px; top:5px; z-index:1;">

<div style="position:absolute; left:20px; top:70px; z-index:2;">
text here<br>
text here<br>
text here<br>
text here<br>
text here<br>
</div>

</body>
</html>

snow_
02-25-2005, 06:39 PM
there are different ways of doing it.
here is one option...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
</head>
<body>

<img src="http://img218.exs.cx/img218/1665/sidebar6fb.png" style="position:absolute; left:5px; top:5px; z-index:1;">

<div style="position:absolute; left:20px; top:70px; z-index:2;">
text here<br>
text here<br>
text here<br>
text here<br>
text here<br>
</div>

</body>
</html>

Thank you PB&J! thanks a whole bunch! :D :D :d :buckt:

pb&j
02-25-2005, 09:06 PM
no worries. hope that helps you get started in a good direction.