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?
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:
no worries. hope that helps you get started in a good direction.