JoeAtRevolutionUnltd
Programmer
I have been working on this site for a friends band. They are a small band, just getting started. There is not much content on there yet but let me know what you think.
Thanks
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/html4/loose.dtd">[/URL]
<html><head><title>centering a div</title>
<link rel="stylesheet" href="center.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="background-color:black; text-align:center">
<div class="container" style="width:700px; border: 1px solid white; text-align:left; margin-left:auto; margin-right:auto">
<div style="position:relative"> <!-- this is to make sure the timetoburn logo is positioned properly irregardless of window resizing, an alternative would be to combine the header and logo graphics into one image -->
<div style="background: url(headerbg.jpg); background-repeat:no-repeat; width:700px; height:160px;">
<img src="ttblogo.gif" style="position:absolute; left:445px; top: 115px">
</div>
</div>
<div id="menubar">
<a href="index.php">home</a>
<a href="tour.php">shows</a>
<a href="media.php">media</a>
<a href="band.php">the band</a>
<a href="merch.php">merchandise</a>
<a href="contact.php">contacts</a>
</div>
<div class="update" style="float:right; border: 1px solid blue">
<span>Updates</span>
<br>
<a href="guestbook/list.php">Message Board</a>
<p>Page views: 365</p>
</div>
<div id="content">
<p>
Welcome to Time to Burn . net. Thanks for stopping by and checking out our site. If you have some time to burn, download 3 song clips in the media section under <a href="music.php">music</a>. Also check out the desktop themes in the media section under <a href="downloads.php">downloads</a>. Coming soon in the <a href="merch.php">merchandise</a> section, our first shirt, check it out!
</p>
<p>
Lastly enjoy your time at our site and the music clips. Leave us a message on the message board or send us a message through the contacts page. Thanks!!
</p>
<div style="border: 1px solid blue">News</div><br>
<div style="border: 1px solid blue">News content</div>
</div>
<div id="footer" align="center">
© Time to Burn 2005
</div>
</div> <!-- container div closing tag -->
</body></html>