Page is a not externally linkable
Moby_Dim - 4:36 pm on Mar 28, 2004 (gmt 0)
The thing is I have no idea as to how to do this. Here's a simple text render of what I mean: ¦BORDER¦ content content content ¦BORDER¦ Any help would be greatly appreciated.</div> </table> copy and paste. change image URL before.
Just created this :
..........
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><title>bo</title>
<style>
body {margin : 0px; padding : 0px; background : url('./img/search.gif') repeat-y top left;}
</style> </head>
<body>
<table width="100%" border="0" style="background : url('./img/search.gif') repeat-y top right;"><tr><td style="padding : 16px;">
<div>I would like to design a page so that I could use a small (150px) image along the left and right hand sides of a page.
¦BORDER¦ content content content ¦BORDER¦
¦BORDER¦ content content content ¦BORDER¦
¦BORDER¦ content content content ¦BORDER¦
¦BORDER¦ content content content ¦BORDER¦
</td></tr>
</body></html>
.........