PDA

View Full Version : Top page bar


xplicit.syrian
02-26-2008, 03:38 AM
I'm trying to make a bar with links like what http://r3match.com/ has all the way on top. Could someone help me out pls!!!!

MoT3rror
02-26-2008, 04:06 AM
<html>
<head>
<style type="text/css">
body {
margin: 0px 0px 0px 0px;
padding: 0px;
}
.toptext {
width: 900px;
height: 50px;
}
</style>
</head>
<body>
<div class="toptext">Header</div>
</body>
</html>


This is just a example with the size of the header. The main code you want is in the body css.

xplicit.syrian
02-27-2008, 04:13 AM
i dont get what your talking about ?

MoT3rror
02-27-2008, 07:38 PM
Here is a thread that has some good links to tutorials about html and css.
https://vborg.vbsupport.ru/showthread.php?t=67731