Starshine
06-25-2003, 03:11 AM
Hi everyone! If anyone could help me with this I'd be very grateful!
I'm having trouble with my inline frame...On my page I have a graphic and an inline frame and I would like them to be side by side (graphic on left and frame on right) Could someone help me with this?
Click here (http://www.geocities.com/snowwhiterose_red) for my site.
Thanks so much!!!
cleaned up your coding a bit. try this...
<html>
<head>
<title>Loses herself in her dreaming in sleep</title>
<style type="text/css">
<!--
A:link {text-decoration: none; color:#ff0099;}
A:visited {text-decoration: none; color:#ff99cc;}
A:active {text-decoration: none; color:#ff0099;}
A:hover {text-decoration: underline overline; color:#ffffff; background-color:#ff6699; cursor: w-resize;}
body {background-color: #ff99cc; background-repeat:repeat;
background-attachment: fixed;
font-family: verdana;
color: #ff0099;
letter-spacing: 3px;
font-weight:lighter;
font-size:small;
scrollbar-face-color : #ff0099;
scrollbar-highlight-color : #ff0099;
scrollbar-3dlight-color : #ff0099;
scrollbar-shadow-color : #ff0099;
scrollbar-darkshadow-color : #ff0099;
scrollbar-track-color : #ff0099;
scrollbar-arrow-color : #ff0099;}
td {font-family: verdana;
color: #ff0099;
padding: 2cm;}
input, textarea {background: #ff99cc;
font-family: verdana;
color: #ff0099;
border-style: dotted;
border-color: #ff0099;
border-width: 4;}
-->
</style>
</head>
<body>
<table><tr><td>
<img src="prettyinpink01.jpg" alt="Pretty in Pink">
</td><td>
<iframe src="inline.html" name="inlineframe" width="500" height="500" style="border: 5 solid #ff0099"></iframe>
</td></tr></table>
</body>
</html>
Starshine
06-25-2003, 09:21 PM
It worked!! Thanks so much :-)