Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Left and Right Edge of Page as an Image


mipapage - 4:40 pm on Mar 28, 2004 (gmt 0)


Here's the tiling idea:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
body {
background: url(back.gif) repeat;
margin:0;
padding:0;
}
#wrap {
background: #fff;
margin:0 150px 0 150px;
}
-->
</style>
</head>
<body><div id="wrap">
blah blah
</div></body>
</html>

I gave the #wrap a background color to 'cover' the tiled image in the body, and a margin of 150px on either side to expose the image.


Thread source:: http://www.webmasterworld.com/css/3276.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com