B
Bob
There has been a delay with creating my website because I've been busy,
but I'm trying to get back into it. I've noticed a website that I saved
and reviewed the HTML code. Keeping in mind I know nothing about HTML
coding, I was trying to get a feel for when I change this in the normal
view, what happens to that in the HTML code.
When I saved the website and looked at it in FrontPage, I deleted most
of everything except one table. When I click on the edge of the table,
normally you would get cell properties and table properties (along with
page properties and a few other things) but in this case I ONLY get
table properties and NOT cell properties (plus the other regular stuff).
Now this wouldn't be so important, but what I've noticed; this
particular site remains the same width regardless of screen resolution
which is what I've been trying to accomplish. I'll list the HTML code,
but can someone tell me how this is done under the 'normal' part of
FrontPage since I don't know HTML code?
Thanks
<head>
</head>
<TABLE cellSpacing=0 cellPadding=0 width=867 border=0 height="567"
bgcolor="#FFFFFF">
<TBODY>
<TR>
</FORM>
<TR>
<TD class=footer align=middle width="836" height="299"
bgcolor="#FFFFFF">
<table border="1" width="100%">
<tr>
<td width="100%">
<p align="center">This is a test</td>
</tr>
</table>
</TD></TR></TBODY></TABLE>
but I'm trying to get back into it. I've noticed a website that I saved
and reviewed the HTML code. Keeping in mind I know nothing about HTML
coding, I was trying to get a feel for when I change this in the normal
view, what happens to that in the HTML code.
When I saved the website and looked at it in FrontPage, I deleted most
of everything except one table. When I click on the edge of the table,
normally you would get cell properties and table properties (along with
page properties and a few other things) but in this case I ONLY get
table properties and NOT cell properties (plus the other regular stuff).
Now this wouldn't be so important, but what I've noticed; this
particular site remains the same width regardless of screen resolution
which is what I've been trying to accomplish. I'll list the HTML code,
but can someone tell me how this is done under the 'normal' part of
FrontPage since I don't know HTML code?
Thanks
<head>
</head>
<TABLE cellSpacing=0 cellPadding=0 width=867 border=0 height="567"
bgcolor="#FFFFFF">
<TBODY>
<TR>
</FORM>
<TR>
<TD class=footer align=middle width="836" height="299"
bgcolor="#FFFFFF">
<table border="1" width="100%">
<tr>
<td width="100%">
<p align="center">This is a test</td>
</tr>
</table>
</TD></TR></TBODY></TABLE>