|
|
On Thu, 24 Jan 2008 23:11:05 +0000 (UTC), "Bowzetto"
<bowzerbird@xxxxxxxxxx> wrote:
>I have a strange anomaly. I am redoing a web site and have it as a
>subdirectory
>of my site until it is finished.
>
> Could you please view the following pages:
> [1.] http://www.bowzerbird.com/sorop/win_programs.html
> [the problem with this page is that on some monitors, there is a large blank
>space at the bottom of the page: This "view" is NOT the same on every monitor
>(computer). I have checked the code and don't see any problem, also I don't
>see
>the blank space. Can anyone help me resolve this?
<table width="865" height="4944" border="0" cellpadding="0"
cellspacing="10" id="MAIN">
Get rid of the table height.
<td height="200" colspan="2" valign="top" scope="row">
Get rid of all the td heights, too.
> [2.] http://www.bowzerbird.com/sorop/members.html
> The problem on this page is that in the left navbar, the 6th item shows
>Educational SupportFinancial and does NOT have a break between the words
>"Support" and "Financial." The links should read:
> Educational Support
> Financial Support
>
> Also, these anomalies are not consistent with the rest of the web site I am
>designing.
> [b]Please Help, I'm at wits end with this!!![/b]
>
<a href="education.html">Educational<span
class="style4">|</span>Support </a><a href="finance.html">Financial
Support<br>
To be consistent with the rest of your menu items, but a <br> before
the second link, the one to Financial Support.
And what the heck is the purpose of this span?
<span class="style4">|</span>
where
.style4 {color: #FFFFFF}
> I have noticed in the last year "strange" things going on with browsers
>[Firefox and IE] and I never seemed to have as many problems in the past as I
>am having lately.
> Does using Dreamweaver MX 2004 have anything to do with it? Don't have the
> $$$
>to upgrade at this time.
>
> Ellen
Has nothing to do with DW. Has everything to do with what's in the
code.
Win
--
Win Day, Wild Rose Websites
http://www.wildrosewebsites.com
winday@xxxxxxxxxxxxxxxxxxxxxxxxxx
Skype winifredday
|
|