Depending on what you are trying to accomplish, you could use a table and div combo.
This way you would simply add the content you want, instead of linking to another page.
HTML Code:
<Center>
<table border="0" cellpadding="0" cellspacing="0" width="30%" bgcolor="#FFFFFF">
<tr>
<td width="100%"> <Div id="scrolling" style="height: 150; overflow: auto; width: 100%">
<blockquote>
Mary had a little lamb whose fleece was white as snow.
<p>And everywhere that Mary went the lamb was sure to go.</p>
Mary had a little lamb whose fleece was white as snow.
<p>And everywhere that Mary went the lamb was sure to go.</p>
<p><a href="http://www.webmaster-talk.com/html-forum/44081-html-form-elements-hyperlinks.html" target="_blank">Forum
Thread</a></p>
Mary had a little lamb whose fleece was white as snow.
<p>And everywhere that Mary went the lamb was sure to go.</p>
</blockquote>
</div></td>
</tr>
</table>
</Center>
__________________
Stop by for FrontPage form tutorials
and form script examples. Mike
Please login or register to view this content. Registration is FREE
|