Removing a period (.) from page

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

Hello,

I am hoping someone out there knows how I can remove
this "." from the top shared border of my company's
website - http://www.edibleoils.net/products.htm. I need
to know what html line code that is causing this so I can
remove it. I have tried to use the backspace key in
regular fronpage view. When I get there the backspace key
stops.

I will greatly appreciate any assistance.

Thanks
Greg
 
Open top.htm in _border folder. If hidden go to Tools | Web Setting | Advanced Tab and enable
viewing of hidden directories.

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

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

I'm a bit confused by your response. I don't have any
file by the name top.htm. I also don't understand what
you mean by border folder. I went to TOOLS=>WEB
SETTINGS=>ADVANCED TAB. I then checked off the option
SHOW HIDDEN FILES AND FOLDERS. I applied it and OK. But
the "." is till there.

Please explain.

Thanks
Greg
-----Original Message-----
Open top.htm in _border folder. If hidden go to Tools |
Web Setting | Advanced Tab and enable
 
Tom,

Sorry I found and opened the file top.htm. However, I am
still unable to edit the "." on this page.

Thank you
Greg
 
You indicate that you are using shared borders, the shared border that is at the top of your pages,
is called top.htm and is stored in the _border folder.

You need to open top.htm and check to see if the period you want to remove, is there.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Correction _border should have read _borders

Actually you have a empty table at the top of the top.htm, that is causing the spot in your top
border.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Open top.htm and in Html/Code view delete the emty table code:

<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="1" height="0"
id="AutoNumber13">
<tr>
<td width="1" height="0">
<p align="right"></td>
</tr>
</table>
</center>
</div>

--




| Correction _border should have read _borders
|
| Actually you have a empty table at the top of the top.htm, that is causing the spot in your top
| border.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, 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
|
| | > Hi Tom,
| >
| > I'm a bit confused by your response. I don't have any
| > file by the name top.htm. I also don't understand what
| > you mean by border folder. I went to TOOLS=>WEB
| > SETTINGS=>ADVANCED TAB. I then checked off the option
| > SHOW HIDDEN FILES AND FOLDERS. I applied it and OK. But
| > the "." is till there.
| >
| > Please explain.
| >
| > Thanks
| > Greg
| > >-----Original Message-----
| > >Open top.htm in _border folder. If hidden go to Tools |
| > Web Setting | Advanced Tab and enable
| > >viewing of hidden directories.
| > >
| > >--
| > >==============================================
| > >Thomas A. Rowe (Microsoft MVP - FrontPage)
| > >WEBMASTER Resources(tm)
| > >
| > >FrontPage Resources, 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
| > >
| > message
| > >| > >> Hello,
| > >>
| > >> I am hoping someone out there knows how I can remove
| > >> this "." from the top shared border of my company's
| > >> website - http://www.edibleoils.net/products.htm. I
| > need
| > >> to know what html line code that is causing this so I
| > can
| > >> remove it. I have tried to use the backspace key in
| > >> regular fronpage view. When I get there the backspace
| > key
| > >> stops.
| > >>
| > >> I will greatly appreciate any assistance.
| > >>
| > >> Thanks
| > >> Greg
| > >
| > >
| > >.
| > >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top