There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
black screen blue screen blue screen of death boot computer connection crash css dell display driver drivers error excel firefox firefox 3 game hard drive internet internet explorer itunes laptop lcd linux malware monitor network networking nvidia outlook outlook 2003 outlook express partition password printer problem ram router slow software sound sprtcmd.exe trojan usb video virus vista windows windows xp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
Shared Border Issue - Please Help


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
dalesellers's Avatar
Member with 37 posts.
 
Join Date: Dec 2002
17-Dec-2002, 11:39 PM #1
Shared Border Issue - Please Help
Sometimes when I view our site on the web, the ends of the top and bottom borders on the far right are cut off. There is just a white space between the border and the edge of the viewing screen. It only seems to do it every now and then (seems to have a mind of it's own). Seems life minimizing screen or clicking through a couple pages makes it happen sometimes. Anyone ever see this before or better yet, know how to fix it?

Thanks
AbvAvgUser's Avatar
Distinguished Member with 2,313 posts.
 
Join Date: Oct 2002
Location: Mumbai, India
Experience: Intermediate
18-Dec-2002, 01:32 AM #2
Please post the link of your site here so that everyone here who can help can have a look at it.
dalesellers's Avatar
Member with 37 posts.
 
Join Date: Dec 2002
18-Dec-2002, 01:46 AM #3
Sorry about that - here you go:

http://www.holisticempowerment.org
AbvAvgUser's Avatar
Distinguished Member with 2,313 posts.
 
Join Date: Oct 2002
Location: Mumbai, India
Experience: Intermediate
19-Dec-2002, 07:04 AM #4
Just saved the page on my Hard Disk. I will have a look at the source and will come back in a day or two.
dalesellers's Avatar
Member with 37 posts.
 
Join Date: Dec 2002
19-Dec-2002, 07:34 AM #5
Great, thanks!!
AbvAvgUser's Avatar
Distinguished Member with 2,313 posts.
 
Join Date: Oct 2002
Location: Mumbai, India
Experience: Intermediate
20-Dec-2002, 08:16 AM #6
The page loads properly in IE6 but a small white strip comes on the right hand side in Netscape 7. What browser did you use for testing?

I have not seen this in proper details yet, but in your tables you have mixed percentage as well as fixed pixel widths. Check if this is creating problems.
dalesellers's Avatar
Member with 37 posts.
 
Join Date: Dec 2002
20-Dec-2002, 08:20 PM #7
abvavguser -

I have been testing it on IE. The strip is the space that I have been talking about. It seems to do it in IE also, but only after I click to a new page (not when it first loads up).

When you mentioned that I have mixed percentage as well as fixed pixel widths, were you refering to the borders of the page body borders? Also, how would you recommend that I change them in order to see if this is what is causing problems?

Thanks,
AbvAvgUser's Avatar
Distinguished Member with 2,313 posts.
 
Join Date: Oct 2002
Location: Mumbai, India
Experience: Intermediate
21-Dec-2002, 05:48 AM #8
Please bear with me for a few days. I am going out of town and shall get on to your problem as soon as I return. I am sorry.

In the mean time, just check the widths that you have specified for all the columns of the tables, table width itself and the widths of the images. It seems that you have specifed some things in pixels and others in percentage. Is that the cause? Image widths is okay.

Secondly, have you directly typed all the HTML or used an Editor like Frontpage or something similar?
dalesellers's Avatar
Member with 37 posts.
 
Join Date: Dec 2002
21-Dec-2002, 10:02 AM #9
abvavguser,

No rush - I'm considering myself lucky to be getting any help. I've been playing around with the borders and tables. I have put all the columns at "no specified width." Nothing that I've tried so far seems to work.

We put the site together on FP 2002 (very little HTML entry) and I have been viewing it IE. .

Ironically, the issue seems to be margin related. I right clicked on the page and went into page properties. Whenever I make a new page, I always go in there and click on the margin tab. In the margin tab box, there are settings to specify the top and left margins, but there is no choice for bottom or left margins.

Before, when I haven’t clicked on the specify margin boxes and entered 0, it leaves a space on the left and top margins, just like the spaces that are now on the bottom and right margins.

I’m curious if the issue is related to this. Someone on a post a while back actually told me to enter into the HTML “all margins at 0,” but didn’t elaborate past that. I think maybe that’s what they were talking about. Any idea on where I might enter that in, or do you think I’m off track?

Thanks,
AbvAvgUser's Avatar
Distinguished Member with 2,313 posts.
 
Join Date: Oct 2002
Location: Mumbai, India
Experience: Intermediate
22-Dec-2002, 03:17 AM #10
Okay. FrontPage and all other WYSIWYG HTML editors put in a lot of extra tags and things which at times creates unforseen problems like this.

Yesterday, I opened your page in IE and it showed me that white margin at right. Some days back it only showed it in Netscape Today again I opened it in IE and it looks fine!! In NS it is still showing it.

I am no expert at HTML but I think I will have to take a closer look at the tags before the body tag starts. In the mean time, try removing whatever is useless in that part and see. I don't have Frontpage so I can't try margins and things. But will surely look at it in the new year. I will be back in my town on 3rd.

Merry Christmas to you and your family.
dalesellers's Avatar
Member with 37 posts.
 
Join Date: Dec 2002
22-Dec-2002, 04:26 AM #11
abvavguser,

Great news! I think I got it all fixed up - persistence pays! Thanks for you support and helpful hints.

It was the page margins, not the borders that were causing the issue. Seems to be a FrontPage 2002 bug. It only asks you and inserts the right and top margin information. The HTML right after the head tags comes out like this:

<body topmargin="0" leftmargin="0">

I went into wordpad, edited the HTML and inserted it into FP like this:

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">

I didn't really know what I was doing, but it seems to work great. I edited the whole site (hours) but it all seems to be working fine now.

Thanks,
Happy Holidays,
AbvAvgUser's Avatar
Distinguished Member with 2,313 posts.
 
Join Date: Oct 2002
Location: Mumbai, India
Experience: Intermediate
22-Dec-2002, 05:42 AM #12
Thats really great news!! Now thats really a "Merry Christmas"!!

I could not read some part of your last post. May be you had put in some HTML tags there which were interpreted as tags here and not as text.
dalesellers's Avatar
Member with 37 posts.
 
Join Date: Dec 2002
22-Dec-2002, 06:30 AM #13
Oh, let's try it this way -

This is how it was before I edited it:

body topmargin="0" leftmargin="0"

This is how it was after I went into wordpad and edited it and then inserted the HTML:

body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"


Thanks again,
AbvAvgUser's Avatar
Distinguished Member with 2,313 posts.
 
Join Date: Oct 2002
Location: Mumbai, India
Experience: Intermediate
22-Dec-2002, 11:25 PM #14
Okay, now I can see it. These WYSIWIG HTML editors are sometimes really irritating. If you know HTML, then there is a good HTML editor. Its called 1st Page 2000. Its a freeware and really very good. It also contains loads of ready Javascripts. Give it a try.
dalesellers's Avatar
Member with 37 posts.
 
Join Date: Dec 2002
23-Dec-2002, 12:41 AM #15
I'll check it out,

thanks
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 07:12 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.