Posted by 3rdshiftcoder on 10/30/06 00:37
i am kind of a novice at html. at my site www.3rdshiftcoder.comi want to
the right of the iframe to be slategray. i cant seem toget it to work. can
someone look at the small code segment belowand offer a suggestion? thank
you, jim.
<html>
<head>
<style type="text/css">
div {
background-color:white;
}
</style>
</head>
<body bgcolor="708090" >
<div >
<iframe src="http://www.3rdshiftcoder.com/index2.php" name="content"
id="content" width="700" height="600"
frameborder="yes" marginwidth="0" marginheight="0" scrolling="yes" />
</iframe>
</div>
</body>
</html>
Navigation:
[Reply to this message]
|