Frames position problem

G

Guest

Hi. I am a beginner at this so forgive me if this is a dumb question. I am
having a problem on my website when I use frames. The pages I link to in the
frame always start out too far down in the frame and leave a lot of space
above it, causing the page to look sloppy. I have tried to figure out how to
bring the new page farther up towards the top of the page but I cannot figure
out how to do this. I want to start the target frame right under the banner
on my site. Any help would be greatly appreciated. Thanks!

My website is www.mrparino.com

JP
 
K

Kevin Spencer

Hi JP,

All of the pages you are having trouble with have this at the top of the
page:

<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p>&nbsp;</p>

That adds 7 blank lines to the top of the page.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
 
M

Murray

Take what Kevin says to heart and read between the lines (literally and
figuratively).

No matter what your inclination is to learn HTML, the more you know about
it, the fewer of these kinds of problems you will have. Whenever you have
problems like this, just take a look at your code. It may help - it may
not. But one of these days, you will see something and say "Hey - I wonder
what would happen if....", and then you're on your way....
 
G

Guest

Hi. Thanks for responding. Okay I look for what you said was causing the
spacing problem I am having and I couldn't find it in my code. I had to go
to the webpage and view the source and I found this:

<!--mstheme--></font></td></tr><!--msnavigation--></table><!--msnavigation--><table
dir="ltr" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td
valign="top" width="1%"><!--mstheme--><font face="Arial">
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p> </p>

<!--mstheme--></font></td><td valign="top"
width="24"></td><!--msnavigation--><td valign="top"><!--mstheme--><font
face="Arial">

It looks like this happening because of the theme of my website. How would
I go about fixing it so that there are only about 2 lines of blank space
instead of the 7 I currently have? Thanks for any help.

JP
 
K

Kevin Spencer

It might be possible to delete 5 of them...

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
 
G

Guest

Kevin Spencer said:
It might be possible to delete 5 of them...

Hi again. How would I go about deleting them? I can't see them in my code
view. Please excuse my ignorance :) Thanks for responding.

JP
 
K

Kevin Spencer

It's in a table in the top Shared Border you're using in the affected pages.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
 

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