Looks near-identical. Tested in Opera 7.2b and IE6. Note there are absolutely no
HTML tags in the body other than DIVs. Links not implemented to make things shorter. Sorry if this pushes out the forum width somewhat;
- Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>KoRnTV - News...</title>
<style><!--
body {
background-color: #990000;
font-family: Verdana;
font-size: xx-small;
text-align: center;
}
div {
margin-left: auto;
margin-right: auto;
padding: 1 1 1 1;
text-align: left;
}
div.title {
background-color: white;
color: black;
width: 400px;
font-size: x-small;
font-weight: bold;
}
div.text {
color: white;
width: 400px;
border: solid 1 white;
margin-bottom: 20;
}
--></style>
</head>
<body>
<div class="title" id="title1">[Tomb Raider DVD] -- September 15 2003</div>
<div class="text" id="text1">
Paramount Pictures has finally released the details for its
upcoming Lara Croft - Tomb Raider: The Cradle Of Life, due
on DVD and VHS on November 18.
KoRn's current video,
'Did My Time' is featured on the DVD. For more info on the
DVD Click Here!
</div>
<div class="title" id="title2">[Jon Davis Interview] -- September 15 2003</div>
<div class="text" id="text2">
In a recent review with RollingStone.com, frontman Jonathon
Davis told them that they've "Got that spark in them again"
and the new album, currently titled as 'Take A Look In The
Mirror', is "A really aggressive record. More edgy."
Read the full interview Here!
</div>
<div class="title" id="title3">[Tomb Raider DVD] -- September 15 2003</div>
<div class="text" id="text3">
I am Very proud to say that KoRnTV has just won it's 4th
ever award! This award was givin by Munkalicious.
</div>
</body>
</html>