B
Bill gold
I'm trying to work with Layout Tables in 2003.
I formerly (FP 2002) drew tables for layout.
Layout Tables have some nice touches like corners and shadows that enhance
design but I am running into problems. The page is 795 pixels wide but it
starts at 150px and I don't know why. I have checked the properties of every
cell and table I can identify and can't do anything about it. I have gone
through the code and checked every table, td, tr tags and find no reason for
it. I have copied the code here, if that helps.
I now notice there are also 2 img alt files that I cannot figure out what
they are and concern me because the source is C: ... and when I publish to a
server, it will look for C: and not find it and screw the pooch, a problem I
had before with background files.
</head>
<body bgcolor="#F3FFFF">
<table border="0" cellpadding="0" cellspacing="0" align="left">
<!-- MSTableType="nolayout" -->
<tr>
<td valign="top" colspan="5" height="100" bgcolor="#000080">
<!-- MSCellType="ContentHead" -->
<i>
<font color="#FFFFFF" face="Papyrus" size="7">NY TechWriter</font></i></td>
</tr>
<tr>
<td width="26"> </td>
<td valign="top" bordercolor="#CCCCCC" width="466">
<!-- MSCellType="ContentBody" -->
<table cellpadding="0" cellspacing="0" width="454" height="1881">
<!-- MSCellFormattingTableID="1" -->
<tr>
<td colspan="2" height="10">
<img alt="" width="454" height="10"
src="file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/MsoPnl_sh_l_115.jpg"></td>
</tr>
<tr>
<td width="10">
<img alt="" width="10" height="1871"
src="file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/MsoPnl_sh_t_116.jpg"></td>
<td height="1871" width="444">
<table cellpadding="0" cellspacing="0" border="0" width="444" height="1871">
<tr>
<td bordercolor="#CCCCCC" bgcolor="#F3F3F7" height="1871" width="444">
<!-- MSCellFormattingType="content" -->
<table border="0" cellpadding="30" cellspacing="6"
background="images/typewriter12b.BMP">
<tr>
<td width="63%" valign="top">--
Is there any way I can get this page to the left and not lose the 1st 150px?
Is there any way I can use html tables (not layout tables) and get the bells
and whistles (corners, borders, etc.)?
bill
I formerly (FP 2002) drew tables for layout.
Layout Tables have some nice touches like corners and shadows that enhance
design but I am running into problems. The page is 795 pixels wide but it
starts at 150px and I don't know why. I have checked the properties of every
cell and table I can identify and can't do anything about it. I have gone
through the code and checked every table, td, tr tags and find no reason for
it. I have copied the code here, if that helps.
I now notice there are also 2 img alt files that I cannot figure out what
they are and concern me because the source is C: ... and when I publish to a
server, it will look for C: and not find it and screw the pooch, a problem I
had before with background files.
</head>
<body bgcolor="#F3FFFF">
<table border="0" cellpadding="0" cellspacing="0" align="left">
<!-- MSTableType="nolayout" -->
<tr>
<td valign="top" colspan="5" height="100" bgcolor="#000080">
<!-- MSCellType="ContentHead" -->
<i>
<font color="#FFFFFF" face="Papyrus" size="7">NY TechWriter</font></i></td>
</tr>
<tr>
<td width="26"> </td>
<td valign="top" bordercolor="#CCCCCC" width="466">
<!-- MSCellType="ContentBody" -->
<table cellpadding="0" cellspacing="0" width="454" height="1881">
<!-- MSCellFormattingTableID="1" -->
<tr>
<td colspan="2" height="10">
<img alt="" width="454" height="10"
src="file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/MsoPnl_sh_l_115.jpg"></td>
</tr>
<tr>
<td width="10">
<img alt="" width="10" height="1871"
src="file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/MsoPnl_sh_t_116.jpg"></td>
<td height="1871" width="444">
<table cellpadding="0" cellspacing="0" border="0" width="444" height="1871">
<tr>
<td bordercolor="#CCCCCC" bgcolor="#F3F3F7" height="1871" width="444">
<!-- MSCellFormattingType="content" -->
<table border="0" cellpadding="30" cellspacing="6"
background="images/typewriter12b.BMP">
<tr>
<td width="63%" valign="top">--
Is there any way I can get this page to the left and not lose the 1st 150px?
Is there any way I can use html tables (not layout tables) and get the bells
and whistles (corners, borders, etc.)?
bill