Develop your website, don't design it with Frontpage.
I used those textboxes once in Frontpage and took a look at the source code.
I knew enough back then never to use them.
You might need to consider an imaging program or something else - maybe
tables / cells or divides?
I simple text box created this much code:
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns
="urn:schemas-microsoft-com
ffice
ffice"
xmlns="
http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="File-List" href="new_page_1_files/filelist.xml">
<title>New Page 1</title>
<!--[if !mso]>
<style>
v\:* { behavior: url(#default#VML) }
o\:* { behavior: url(#default#VML) }
..shape { behavior: url(#default#VML) }
</style>
<![endif]--><!--[if gte mso 9]>
<xml><o:shapedefaults v:ext="edit" spidmax="1027"/>
</xml><![endif]-->
</head>
<body>
<p><!--[if gte vml 1]><v:rect id="_x0000_s1025"
style='position:absolute;left:21.75pt;top:13.5pt;width:141pt;height:57.75pt;
z-index:1'/><![endif]--><![if !vml]><span style='mso-ignore:vglayout;
position:absolute;z-index:1;left:28px;top:17px;width:190px;height:79px'><img
width=190 height=79 src="new_page_11_files/image001.gif"
v:shapes="_x0000_s1025"></span><![endif]></p>
When using a table it is something like:
<table cellspacing="0" cellpadding="0" style="border: 1px solid #000000;
width: 140px; height: 60px">
<tr>
<td> </td>
</tr>
</table>