Rufaida
07-21-2006, 12:31 PM
Hi :waves:
I'm trying to make the layout have the text box on the right, and a picture on the left side (on the background). The text box has come out okay but with the picture it was showing right in the top lefthand corner, which looked stupid. When I aligned it center, some of the picture was covered by the text box so that also was not ideal. I want to make it position in the centre of the space between the side and of the page and the beginning of the text box, but no idea how to do this :confused:
This is the code I have so far:
<title>.:Rufaida:.</title>
<style TYPE="text/css">
<!--
A {text-decoration: none}
A {cursor: crosshair}
A:link { text-decoration: none}
A:active { text-decoration: none}
A:visited { text-decoration: none}
A:hover {text-transform: none; text-decoration: bold; color: "#000000"; background-color: "#ffffff"}
A.nt { color: "#000000" }
A.nt:link { color: "#000000" }
A.nt:active { color: "#000000" }
A.nt:visited { color: "#000000" }
A.nt:hover { color: "#000000"; background-color: transparent }
TD {background-color: "#"}
TD.plain {background-color: "#000000"}
BODY { background: url(topgraphic1.png)#ffffff
no-repeat ; scrollbar-base-color: "#FFFFFF" }
.entry { margin-left: 2px; margin-right: 2px ; margin-top: 2px; margin-bottom: 2px; height : 273px ; width : 333px ; overflow : auto ; }
//-->
</style>
</head>
<body link="#000000" vlink="#000000" alink="#000000"
topmargin="0" leftmargin="0" bottommargin="0" rightmargin="12">
<p align="center"><br>
</p>
Will be grateful for any help :)
I'm trying to make the layout have the text box on the right, and a picture on the left side (on the background). The text box has come out okay but with the picture it was showing right in the top lefthand corner, which looked stupid. When I aligned it center, some of the picture was covered by the text box so that also was not ideal. I want to make it position in the centre of the space between the side and of the page and the beginning of the text box, but no idea how to do this :confused:
This is the code I have so far:
<title>.:Rufaida:.</title>
<style TYPE="text/css">
<!--
A {text-decoration: none}
A {cursor: crosshair}
A:link { text-decoration: none}
A:active { text-decoration: none}
A:visited { text-decoration: none}
A:hover {text-transform: none; text-decoration: bold; color: "#000000"; background-color: "#ffffff"}
A.nt { color: "#000000" }
A.nt:link { color: "#000000" }
A.nt:active { color: "#000000" }
A.nt:visited { color: "#000000" }
A.nt:hover { color: "#000000"; background-color: transparent }
TD {background-color: "#"}
TD.plain {background-color: "#000000"}
BODY { background: url(topgraphic1.png)#ffffff
no-repeat ; scrollbar-base-color: "#FFFFFF" }
.entry { margin-left: 2px; margin-right: 2px ; margin-top: 2px; margin-bottom: 2px; height : 273px ; width : 333px ; overflow : auto ; }
//-->
</style>
</head>
<body link="#000000" vlink="#000000" alink="#000000"
topmargin="0" leftmargin="0" bottommargin="0" rightmargin="12">
<p align="center"><br>
</p>
Will be grateful for any help :)