Page is a not externally linkable
D_Blackwell - 2:25 am on Jun 27, 2008 (gmt 0)
</div>
Really need to see that HTML & CSS code that replicates the problem, otherwise just guessing at understanding the question, but I would figure this to be a CSS solution. <html>
<head>
<style>
#x-axis {
background: #000 url(aaa.jpg) repeat-x; height: 75px;
}
</style>
</head>
<body>
<div id="x-axis">
</body>
</html>