Random graphic showing

G

Guest

I am building a page, and it looks good in the normal view. (FP 2002). When
I go to preview, or view the page on the Web, it has a random "add to cart"
button where it doesn't belong. There is no code for it in the html view. I
am stumped. Any ideas how to get rid of it? (It shows up right below the
cell that reads "Please order Snack Mixes by the pound, enter number of
pounds in the Qty box". Pretty obvious it doesn't belong!) I also tried
copying and pasting the html codes piece by piece to a new page, and it still
shows up although there is no code for it!

The code for that button is:
<input type="image"
src="https://www110.safesecureweb.com/halfnuts/images/buyit.gif" border="0"
name="I8" width="40" height="30">


http://www.artgals.net/snack_mixes2.htm

Thank you so much.
 
G

Guest

Thank you for the answer, at least I know there is one! I don't have line
numbers, as I'm in FP 2002. I gather line 453 is that many lines down in the
html view...so no where near where it appears?
 
S

SingaporeWebDesign

Hello,

That line looks something like this

<INPUT type=image height=30 width=40
src="https://www110.safesecureweb.com/halfnuts/images/buyit.gif" border=0
name=I9></FONT></SPAN></FONT></FONT></FONT></FONT></FONT></FONT></FONT></FONT></FONT></FONT><!--mstheme--></FONT></TD>

If you search in the code view for
"</FONT></SPAN></FONT></FONT></FONT></FONT></FONT></FONT", you should be
able to get it. Simply remove:

<INPUT type=image height=30 width=40
src="https://www110.safesecureweb.com/halfnuts/images/buyit.gif" border=0
name=I9>

and it should be gone.

--
Singapore Website Design
http://www.bootstrike.com/Webdesign/
Singapore Web Hosting
http://www.bootstrike.com/WinXP/faq.html
Windows XP FAQ
 
G

Guest

Thank you Dave, Control + G works great. Unfortunately, I don't see what
Singapore sees for that line. My line 453 has nothing but " " on it.

SingaporeWebDesign...first you told me to remove

<INPUT type=image
height=30 width=40 src="Snack Mixes_files/buyit.gif"
border=0
name=I9>

in line 453, then you told me to remove:

<INPUT type=image height=30 width=40
src="https://www110.safesecureweb.com/halfnuts/images/buyit.gif" border=0
name=I9>

Forgive me, I'm new at this... and confused. Thanks for you help!
 
G

Guest

Singapore, I found the second line that you told me to remove, but it took
away the wrong button. I never could find the first line that you told me to
remove. Does the line number in the html view vary according to our computer
settings for resolution or because of the font we use?

I'd really like to get rid of my problem. :(
 
G

Guest

Thank you so much. I downloaded your file and pasted it into a new page, but
it needs work. I'll need to wait until I can get help from my original web
designer...I was trying to update by myself. I don't know how to get it to
look like the theme of the rest of my pages. The table looks great, just
needs some straightening out so things line up, but at least the pesky button
(random graphic..lol) is gone!
 
R

Ronx

The line numbering in Code view can be a bit "hit and miss".

1) The line numbering starts at 1 - the error codes often assume the
lines start at 0.

2) If you are using shared borders, design time included pages or Server
Side Includes, then the code for these is not present in code view,
hence the line numbering after this content is totally wrong, compared
with the page in the browser.

3) If you are using Server Side scripting (ASP, PHP etc) then the line
numbering will seldom, if ever, agree with the error message. (unless
the error is about the server side coding).

Best solution for 3 or 4 is to view the code in the browser, and cut and
paste into a text editor that shows line numbers (Text Pad does this
http://www.textpad.com ). You may even be able to persuade the browser
to view source in such an editor - if I remember correctly IE4 allows
that, but I cannot find the option in IE6/7. In IE6/7 Tools->Internet
Options - Programs Tab, change the HTML editing program to point at your
text editor, then use the File->edit when you have browsed to the faulty
page.
When finished, change IE back to use FrontPage for editing.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp

FrontPage Support: http://www.frontpagemvps.com/
 
D

David Berry

Or open the page in FrontPage, click on Split View, click on the button and
you'll see the code above that's causing the issue
 

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

Top