• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

need some help with a template

Only way I can think of is...

Create an inline frame:
Code:
<iframe src="text.html" name="textframe" width="X" height="Y">
Type text here in case visitor's browser can't display frame.
</iframe>
Put this tag where the text should be in the table.
Please keep in mind that Netscape 4.x and Opera 5 for Mac do NOT support inline frames.
For Explorer, you can also use percentages(%) for the width and height size.
Netscape 6 can handle percentage WIDTH but flips out if you specify a percentage HEIGHT.

Hope this helps a little.
If anybody else has another solution please post.
 
Back
Top