pictures jump around

L

Louis

Hello,
I am redesigning my website and have linked pictures instead of
FrontPages navigation. When I look at my website in Firefox or Netscape one
of my wepages (guestbook) has the pictures about an inch down from where they
should be. Is there a way to make a table align to the top?
If you go to www.bahamalouie.com click on the guestbook button. (top
right) See how the buttons are down. It doesn't do that in MSIE


Also, my banner has the save picture, email picture button when you
hover over it in MSIE. Is there a way to get rid of it, it doesn't look that
good on my banner.
 
M

Murray

Add this to the head of your page -

<meta http-equiv="imagetoolbar" content="no" />

Change this -

<td width="84%" height="101" bgcolor="#E7EEF1">
<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111" width="100%">

to this -

<td width="84%" height="101" bgcolor="#E7EEF1" valign="top">
<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111" width="100%">

and see what happens.
 
L

Louis

Thanks. It worked!

Murray said:
Add this to the head of your page -

<meta http-equiv="imagetoolbar" content="no" />

Change this -

<td width="84%" height="101" bgcolor="#E7EEF1">
<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111" width="100%">

to this -

<td width="84%" height="101" bgcolor="#E7EEF1" valign="top">
<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111" width="100%">

and see what happens.
 

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