Top border (again)

S

Steve Easton

You have the border set in a cell
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse"
bordercolor="#111111" width="916" id="AutoNumber30">
--

You also have a cell set at a fixed width of 896 <td width="896"> I have no clue as to what this is
used for because it doesn't contain anything.

Also, what is the purpose of the "No Right Click" for the page, there are no images to download and
all it accomplishes is:
1. Preventing me from right clicking a link to open it in a new window by using the IE context menu.
2. Prevents me from right clicking and creating a shortcut on my desktop.


Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
F

Fred

Sorry Steve. I'm removing the No right click as I go. Sorry I missed this
one but thanks for your help.
 
F

Fred

Pressed the send button to quickly before.

Steve said "You have the border set in a cell
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse:
collapse"
bordercolor="#111111" width="916" id="AutoNumber30">""

Q1. How can you see this but more important
Q2. How can I change it as I assume one has to change the table border="1"
to "0". Sorry but I'm new to the game and rather green.
 
S

Steve Easton

You should be able to right click and select Cell Properties and find it that way. You may have to
click around a little to find the correct one

Another option is to switch to html or code view, find the table tag identified by "AutoNumber30"
and simply change it to a zero and save.

The reason I picked on you about the right click stuff is because I'm one who always makes desktop
shortcuts I also always right click links and select New Window ( old habits )

;-)

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
F

Fred

Still can't find "AutoNumber30" I've clicked the night away but no luck.
I've checked the HTML page but as it's in a border the code isn't shown even
though I've clicked on "Show all hidden files". Don't understand what "code
view" is but I assume this is the same as html. I've used the Find & Replace
and it found Autonumber 30 on 99% of the pages in html but didn't show the
position. More training and ideas would be most welcome.
 
R

Ronx

These commands are for FP2003, but should be similar in all FP versions.

Open your web in FrontPage
Tools-Site Settings (may be Web Settings in earlier versions)
Advanced Tag
Check the box "Show hidden files and folders"
Click OK
You may get a message about refreshing the web - do so.
The _borders folder should now be visible in the file list and Folders
view.

In the _borders folder, open top.htm - this is your top border.
In Code (or HTML) view, find border="1", or autonumber=30 (whichever is
easier) and correct the border value.
You should also deal with that wide table Steve mentioned. In fact, you
seem to have nested 3 tables, where only one would do...
I would be tempted to rewrite the top border code as:

<body>
<div align="center"><img border="0" src="Book-holidays-banner-680.jpg"
width="680" height="128" alt="Book-Holidays"></div>
</body>
 
F

Fred

Thank you, thank you , thank you all. It worked a treat. What a great useful
group this is. Fred
 

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

Similar Threads

Iframe boarder 4
Hover Bother 6
Page width 2
Page width (again) 4
Pictures won't publish 6
HTML Validator 5
Table in Popup window 2
Picture not displaying 7

Top