Newbie Netscape 7.1 Question

  • Thread starter Thread starter gary
  • Start date Start date
G

gary

I find that NN 7.1 doesn't "show" table borders from FP 2002. Is there a
list somewhere of other FP design elements it doesn't show? Thanks.
 
-----Original Message-----
I find that NN 7.1 doesn't "show" table borders from FP
2002.

NN does display table borders differently than IE, but it
usually does show them. Please post your entire opening
Is there a list somewhere of other FP design elements it
doesn't show? Thanks.

I don't really have a favorite; I just test and adjust.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Sad to say but I don't even know what an opening table tag or style rule is.
Don't fret though, there's hope for me yet...I just ordered FP 2003 Inside
Out.
 
Gary,

Switch to HTML view, then look for the opening table tag, which starts with
<table...

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Hi Thomas,

Good to see you're here but what Jim asked for was "entire opening <table>
tag". I can find the first table tag but what about "entire"? Where does the
first or entire tag end on the html view?
 
The closing table tag is </table>
--
-----
Tom Pepper Willett
Microsoft MVP - FrontPage
----
| Hi Thomas,
|
| Good to see you're here but what Jim asked for was "entire opening <table>
| tag". I can find the first table tag but what about "entire"? Where does
the
| first or entire tag end on the html view?
| | > Gary,
| >
| > Switch to HTML view, then look for the opening table tag, which starts
| with
| > <table...
| >
| > --
| >
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, Forums, WebCircle,
| > MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | > > Sad to say but I don't even know what an opening table tag or style
rule
| > is.
| > > Don't fret though, there's hope for me yet...I just ordered FP 2003
| Inside
| > > Out.
| > > | > > > >-----Original Message-----
| > > > >I find that NN 7.1 doesn't "show" table borders from FP
| > > > >2002.
| > > >
| > > > NN does display table borders differently than IE, but it
| > > > usually does show them. Please post your entire opening
| > > > <table> tag, and any applicable style rules.
| > > >
| > > > >Is there a list somewhere of other FP design elements it
| > > > >doesn't show? Thanks.
| > > >
| > > > I don't really have a favorite; I just test and adjust.
| > > >
| > > > Jim Buyens
| > > > Microsoft FrontPage MVP
| > > > (e-mail address removed)
| > > > http://www.interlacken.com
| > > > Author of:
| > > > *------------------------------------------------------*
| > > > |\----------------------------------------------------/|
| > > > || Microsoft Office FrontPage 2003 Inside Out ||
| > > > || Microsoft FrontPage Version 2002 Inside Out ||
| > > > || Web Database Development Step by Step .NET Edition ||
| > > > || Troubleshooting Microsoft FrontPage 2002 ||
| > > > || Faster Smarter Beginning Programming ||
| > > > || (All from Microsoft Press) ||
| > > > |/----------------------------------------------------\|
| > > > *------------------------------------------------------*
| > > >
| > > >
| > >
| > >
| > >
| >
| >
|
|
 
Thanks Tom,

I think this is it.

<table border="0" cellpadding="20" cellspacing="0" style="border-collapse:
collapse" width="749" height="221">
<tr>
<td height="181" width="749" valign="top"><font face="Georgia"
size="6" color="#000080">
<!--webbot bot="Navigation" S-Type="banner" S-Orientation="horizontal"
S-Rendering="graphics" --></font><blockquote>
<blockquote>
<blockquote>
<p align="center" dynamicanimation="fpAnimflyBottomRightFP1"
id="fpAnimflyBottomRightFP1" style="position: relative !important;
visibility: hidden" language="Javascript1.2">
<img border="0" src="images/Electronic.gif" width="146"
height="36"></p>
<p align="right">
<font color="#000080" size="6">Information Center</font></p>
</blockquote>
</blockquote>
</td>
</tr>
</table>

I'll need help interpreting what it means, though.
 
gary said:
Thanks Tom,

I think this is it.

<table border="0" cellpadding="20" cellspacing="0" style="border-collapse:
collapse" width="749" height="221">

Try either of the following. They both accomplish the same thing.

o In HTML view, delete the attribute:
style="border-collapse: collapse"
o Right-click the table, choose Table Properties, and select the check
box titled Show Both Cells And Table Borders.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
But since he has border="0", no browser will show a border (-;

Right click the table and set the border to something other than 0, plus set your border color
--



| > Thanks Tom,
| >
| > I think this is it.
| >
| > <table border="0" cellpadding="20" cellspacing="0" style="border-collapse:
| > collapse" width="749" height="221">
|
| Try either of the following. They both accomplish the same thing.
|
| o In HTML view, delete the attribute:
| style="border-collapse: collapse"
| o Right-click the table, choose Table Properties, and select the check
| box titled Show Both Cells And Table Borders.
|
| Jim Buyens
| Microsoft FrontPage MVP
| (e-mail address removed)
| http://www.interlacken.com
| Author of:
| *------------------------------------------------------*
| |\----------------------------------------------------/|
| || Microsoft Office FrontPage 2003 Inside Out ||
| || Microsoft FrontPage Version 2002 Inside Out ||
| || Web Database Development Step by Step .NET Edition ||
| || Troubleshooting Microsoft FrontPage 2002 ||
| || Faster Smarter Beginning Programming ||
| || (All from Microsoft Press) ||
| |/----------------------------------------------------\|
| *------------------------------------------------------*
 
Well, you're right, either way does it. I guess your other comment about
testing has to become a way of life.
 
Back
Top