Ryan Szablewski
05-10-2006, 07:02 PM
Hey Guys... i got my pop up format to work... and i have it linked to a _blank, but i want the window to fit the following popup:
<html>
<head>
<title>Hosting Plans</title>
<style type="text/css">
<!--
body {
scrollbar-face-color: #738287;
scrollbar-highlight-color: #738287;
scrollbar-3dlight-color: #E5EFF4;
scrollbar-shadow-color: #E5EFF4;
scrollbar-darkshadow-color: #738287;
scrollbar-arrow-color: #CCCCCC;
scrollbar-track-color: #E5EFF4;
}
-->
</style>
</head>
<body style="background-color:#738287; background-image:none;">
<div style="width:275px; height:232px; background-color:#e5eff4; padding:13px;" >
<table border=0 cellpadding="0" cellspacing="0">
<tr><td valign="top" style="background-color:#e5eff4; padding:5 0 7 13; color: #738287;
font-family: Tahoma; font-size: 22px; letter-spacing: 1.5;">
<!-- TITLE GOES HERE -->
Title
<!-- TITLE ENDS HERE -->
</td></tr>
<tr><td style="height:3px"></td></tr>
<tr><td valign="top" style="background-color:#738287; width:250">
<font color="e5eff4" face="Tahoma" font-size: 11px>
<div style="padding:16; overflow-y: auto; height:131px; overflow:-moz-scrollbars-vertical">
<!-- Information Goes here -->
This is only a test <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<!-- Information Ends here -->
</em></font></div>
</td></tr>
<tr><td style="height:30" valign="bottom">
<a href="http://www.rjswebdesign.com" class="popup_link">www.rjswebdesign.com</a>
</td>
<td>:<a href='javascript:self.close()'>Close</a></td></tr>
</table>
</div>
</body>
</html>
How do I make the popup window just about the same size, so that there is no extra space?
<html>
<head>
<title>Hosting Plans</title>
<style type="text/css">
<!--
body {
scrollbar-face-color: #738287;
scrollbar-highlight-color: #738287;
scrollbar-3dlight-color: #E5EFF4;
scrollbar-shadow-color: #E5EFF4;
scrollbar-darkshadow-color: #738287;
scrollbar-arrow-color: #CCCCCC;
scrollbar-track-color: #E5EFF4;
}
-->
</style>
</head>
<body style="background-color:#738287; background-image:none;">
<div style="width:275px; height:232px; background-color:#e5eff4; padding:13px;" >
<table border=0 cellpadding="0" cellspacing="0">
<tr><td valign="top" style="background-color:#e5eff4; padding:5 0 7 13; color: #738287;
font-family: Tahoma; font-size: 22px; letter-spacing: 1.5;">
<!-- TITLE GOES HERE -->
Title
<!-- TITLE ENDS HERE -->
</td></tr>
<tr><td style="height:3px"></td></tr>
<tr><td valign="top" style="background-color:#738287; width:250">
<font color="e5eff4" face="Tahoma" font-size: 11px>
<div style="padding:16; overflow-y: auto; height:131px; overflow:-moz-scrollbars-vertical">
<!-- Information Goes here -->
This is only a test <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<!-- Information Ends here -->
</em></font></div>
</td></tr>
<tr><td style="height:30" valign="bottom">
<a href="http://www.rjswebdesign.com" class="popup_link">www.rjswebdesign.com</a>
</td>
<td>:<a href='javascript:self.close()'>Close</a></td></tr>
</table>
</div>
</body>
</html>
How do I make the popup window just about the same size, so that there is no extra space?