thermophilis
Member
So I turned an old computer in to a ded. server for l4d so my friends and I wouldn't have to deal with crappy ones anymore. The server part works fine, it's just the banner that doesn't work, I get this:
The banner should be in the top right corner where you can see html.
This is the code I'm using:
I copied it directly from here:
http://forums.steampowered.com/forums/showthread.php?t=745441
I've tried different images, and hosting the image online, nothing works. It could be the code, I don't know any html.
Thanks guys!

The banner should be in the top right corner where you can see html.
This is the code I'm using:
Code:
<html>
<head>
<style type="text/css">
html, body { background: black; margin:0px; padding:0px; border-style:none}
</style>
</head>
<body scroll=no>
<center><img src="C:\HLServer\Banner.png" /></center>
</body>
</html>
I copied it directly from here:
http://forums.steampowered.com/forums/showthread.php?t=745441
I've tried different images, and hosting the image online, nothing works. It could be the code, I don't know any html.
Thanks guys!
