Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ General Web Design _ Web optimization and script condensing

Posted by: k9ComfortZone Jun 1 2007, 02:41 PM

Ok this will be long post, I have hand created my entire website bumping into different problems along the way but for the most part it is functional.. Being as this is the first on I am constantly going back and changing things that I have noticed I goofed up on. I am currently at the point of really wanting to try and optimize the scripts (code for the web and for search engine spiders)

The problem that I want to be able to compact alot of the script, style codes, html etc..Instead of having 5 different style tags all calling for different events.. compile to one.. delete redundant commands.. etc... basically dump the garbage and make it a clean script...
Another problem that I am getting is when I spider the results it shows up like this..

dog daycare grooming and pet suites from paws k9 comfort zone dog daycare grooming and pet suites from paws k9 comfort zone a hover color 0000ff font family arial font size 12pt text decoration overline underline letter spacing 1 vertical align super font weight bold divbg position absolute width 100 left 0 visibility hidden height 85 divbgcolor position absolute width 103 height 30 clip rect 0 107 30 0 background color white div clsub position absolute top 20 left 12 width 120 visibility hidden font family arial helvetica font size 12px padding 10px background color white div cltop position absolute visibility inherit font family arial helvetica font weight bold font size 13px left 100 top 20 divtop0 left 2 top 5 divtop1 left 15 2 top 5 divtop2 left 28 4 top 5 divtop3 left 46 6 top 5 divtop4 left 57 8 top 5 divtop5 left 73 top 5 divtop6 left 87 2 top 5 paws k9 comfort zone dog daycare grooming pet suites homepage dog of the week press dog daycare virtual tour dog links link exchange etc......

The above numbers etc.. run the scrolling menu bar.. which is java.. Is there a way that I can create a file outside of the main page to hold all this and then an include command.. I know that Search Engines do not read java and treat it as no excistent..

The URL for the main page is http://www.pawsdogdaycare.com

the html for the page is

I know there is alot of garbage in there but would appreciate any suggestions on how to condense some of the garbage.. I have tried moving the style tag around so that it is further down and does not appear at the top of the page..

I built this site before with a simple 5 pages, no frills, nothing.. really ameature, only text, and a few images and managed to hit 15 on yahoo in my keyword. "dog daycare" as soon as I added feeds, and started optimizing and adding more keyword rich content I dropped to 200 and something.. and now the number 1 site is another rank amaeture site of low interest... I spent my time in the Marines, and working with dogs.. so I'm a little slow on website design and optimization and would really love some specific help...


[codebox]
<html>

<head>
<style><!--
BODY{
cursor:url("Cursor/DogWag.ani");
}
--></style>
<style><!--
BODY{
cursor:url("Cursor/DogWag.ani");
}
h4
{margin-top:12.0pt;
margin-right:0in;
margin-bottom:3.0pt;
margin-left:0in;
page-break-after:avoid;
font-size:14.0pt;
font-family:"Times New Roman"}
--></style>

<title>Dog Daycare, Grooming, and Pet Suites, from&nbsp; -PAWS K9 COMFORT ZONE- </title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="verify-v1" content="O2f8oi9lhxxxxxxx+6EH+fF9Tyxxxxxxxx/V+gxGY=" />
<META name="y_key" content="xxxxxxxxxxx513" />
<meta name="description" content="Dog Daycare, Dog Grooming, and Pet Suites, Paws k9 Comfort zone provides a fun interactive and safe Dog Daycare for your pet to enjoy. At our facilities you will find the most up to date, clean, well maintained and socially balanced daycare facility in the area. At the K9 Comfort Zone we offer constant interaction with your pet as well as meticulous grooming, and luxurious pet suites. We guarantee that no other facility can offer the kind of special care, attention to detail, and professionalism that you will receive while your dog is in our care. We invite you to come and take a tour of our Dog Daycare, Grooming, or Pet Suites Facilities and see what your dog will be missing if you take them elsewhere.">
<meta name="keywords" content="Dog Daycare, doggie daycare, doggy daycare, separation anxiety, Socialize, Boarding Kennel, Grooming,Pet Suites,Paws Dog Daycare,K9 COMFORT ZONE,news,franchise,starting,Port Charlotte, blog, socialization">
<META NAME="Language" CONTENT="English">
<META NAME="Copyright" CONTENT="© 2005">
<META NAME="Distribution" CONTENT="Global">
<META name="robots" content="index,follow">
<META NAME="GOOGLEBOT" CONTENT="INDEX, FOLLOW">



<script type="text/javascript" language="JavaScript">

function checkBrowser(){
this.ver=navigator.appVersion
this.dom=document.getElementById?1:0
this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
this.ie4=(document.all && !this.dom)?1:0;
this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
this.ns4=(document.layers && !this.dom)?1:0;
this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5)
return this
}
bw=new checkBrowser()

var moveOnScroll=true

numberOfMenus=7


var hideAll=true


fromTop=0


function makeMenuBar(obj,nest,vis){
nest=(!nest) ? '':'document.'+nest+'.'
this.css=bw.dom? document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+"document.layers." +obj):0;
this.hideIt=b_hideIt; this.showIt=b_showIt
if((bw.dom || bw.ie4) && vis) this.css.visibility='hidden'
this.evnt=bw.dom? document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+"document.layers." +obj):0;
this.go=0
this.height=bw.ns4?this.css.document.height:this.evnt.offsetHeight
this.top=b_gettop
this.obj = obj + "Object"; eval(this.obj + "=this")
}
//Get's the top position.
function b_gettop(){
var gleft=(n) ? eval(this.css.top):eval(this.css.pixelTop);
return gleft;
}
//The functions for showing and hiding
function b_showIt(){
this.css.visibility="visible"
}
function b_hideIt(){
this.css.visibility="hidden"
}

function checkScrolled(){
if(!oMenu.go)oMenu.css.top=eval(scrolled)+fromTop
if(bw.ns4) setTimeout('checkScrolled()',50)
}

function menuBarInit(){
oSub=new Array()
oTop=new Array()
for(i=0;i<numberOfMenus;i++){
oTop[i]=new makeMenuBar('divTop'+i,'divBg')
oSub[i]=new makeMenuBar('divSub'+i,'divBg.document.divTop'+i,1)
oSub[i].evnt.onmouseout=evOut;
}
//Moving menuBar
oMenu=new makeMenuBar('divBg')
scrolled=bw.ns4?"window.pageYOffset":bw.ns5?"0":"document.body.scrollTop"
oMenu.css.top=eval(scrolled)+fromTop
oMenu.css.visibility='visible'
if(moveOnScroll) bw.dom || bw.ie4?window.onscroll=checkScrolled:checkScrolled();

}



function evOut(){
if(bw.ie4 || bw.dom)this.style.visibility='hidden'
else if(bw.ns4) this.visibility='hidden'
}
//Canceling event bubbling in ie
function ieShow(num){
if(bw.ie4 || bw.dom){
oSub[num].showIt(200)
window.event.cancelBubble=true
}
}
function extract(num){
if(hideAll){
for(i=0;i<oSub.length;i++){
if(num!=i) oSub[i].hideIt()
}
}
oSub[num].showIt();
}
onload=menuBarInit;
</script>
<title>Dog Daycare, Grooming, and Pet Suites, from -PAWS K9 COMFORT ZONE-</title>
<style fprolloverstyle>A:hover {color: #0000FF; font-family: Arial; font-size: 12pt; text-decoration: overline underline; letter-spacing: -1; vertical-align: super; font-weight: bold}
</style>
<style type="text/css">
#divBg{position:absolute; width:100%; left:0; visibility:hidden; height:85}
#divBgColor{position:absolute; width:103%; height:30; clip:rect(0,107%,30,0); background-color:white;}
DIV.clSub{position:absolute; top:20; left:12; width:120; visibility:hidden; font-family:arial,helvetica; font-size:12px; padding:10px; background-color:white;}
DIV.clTop{position:absolute;visibility:inherit; font-family:arial,helvetica; font-weight:bold; font-size:13px; left:100; top:20}
#divTop0{left:2%; top:5}
#divTop1{left:15.2%; top:5}
#divTop2{left:28.4%; top:5}
#divTop3{left:46.6%; top:5}
#divTop4{left:57.8%; top:5}
#divTop5{left:73%; top:5}
#divTop6{left:87.2%; top:5}
</style>

</head>

<body background="Images/pupbackground.jpg"ondragstart="return false" onselectstart="return false" style="background-attachment: fixed">
<h1 align="center"><font style="font-size: 13pt">PAWS K9 COMFORT ZONE DOG DAYCARE GROOMING PET SUITES</font></h1>
<div id="divBg">
<div id="divBgColor"></div>
<div id="divTop0" class="clTop">
<p><img src="Images/DOGBONE.jpg"width="20" height="20" align="left">
<a onmouseover="extract(0)" href="http://www.pawsdogdaycare.com"><font color="#000000" size="2">
HOMEPAGE</font></a>
</p>
<div id="divSub0" class="clSub">
<p align="center">

<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="Dog%20of%20the%20Week.htm"> <img src="Images/paw.jpg"width="20" height="20" align="center"></a><a onmouseover="ieShow(0)" onmouseout="ieShow(0)"><br>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="Dog%20of%20the%20Week.htm">
<font color="#000000" size="2">DOG OF THE WEEK</font></a></b></b><br><br>
<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="PRESS.HTML">
<font color="#000000" size="2">PRESS</font></a></b></b><br><br>
<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="VIRTUAL%20TOUR.htm">
<font color="#000000" size="2">DOG DAYCARE VIRTUAL TOUR</font></a></b></b></b><br><br>
<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="LINKS.HTML">
<font color="#000000" size="2">DOG LINKS</font></a></b></b></b><br><br>
<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="Link%20Exchange.htm">
<font color="#000000" size="2">LINK EXCHANGE</font></a></b></b></b><br><br>
<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="NIKOS%20DEDICATION.htm">
<font color="#FF0000" size="2">DEDICATION TO NIKO</font></a></b></b></b><br><br>

</div>
</div>
<div id="divTop1" class="clTop">
<p align="left"><img src="Images/DOGBONE.jpg"width="20" height="20" align="center">
<a href="#" onmouseover="extract(1)"><font size="2" color="#000000">
SERVICES</font></a>
</p>
<div id="divSub1" class="clSub">
<p align="center">
<b>
<a onmouseover="ieShow(1)" onmouseout="ieShow(1)" href="daycareservices.htm">
<font size="3" color="#000000">DOG DAYCARE</font></a></b><br><br>
<b>
<a onmouseover="ieShow(1)" onmouseout="ieShow(1)" href="groomingservices.htm">
<font size="3" color="#000000">DOG GROOMING</font></a></b><br><br>
<b>
<a onmouseover="ieShow(1)" onmouseout="ieShow(1)" href="PET%20SUITES.htm">
<font size="3" color="#000000">PET SUITES</font></a></b><br><br>
</div>
</div>
<div id="divTop2" class="clTop">
<p align="left"><img src="Images/DOGBONE.jpg"width="20" height="20" align="center">
<a href="REQUIREMENTS.htm"><font size="2" color="#000000">
REQUIREMENTS</font></a>
</p>
<div id="divSub2" class="clSub">
</div>
</div>
<div id="divTop3" class="clTop">
<p align="right"><img src="Images/DOGBONE.jpg"width="20" height="20" align="center">
<a href="#" onmouseover="extract(3)"><font size="2" color="#000000">
PRICING</font></a>
</p>
<div id="divSub3" class="clSub">
<p align="center">
<b>
<a onmouseover="ieShow(3)" onmouseout="ieShow(3)" href="DAYCARE%20PRICING.htm">
<font size="3" color="#000000">DOG DAYCARE</font></a></b><br><br>
<b>
<a onmouseover="ieShow(3)" onmouseout="ieShow(3)" href="GROOMING%20PRICING.htm">
<font size="3" color="#000000">DOG GROOMING</font></a></b><br><br>
<b>
<a onmouseover="ieShow(3)" onmouseout="ieShow(3)" href="Pet%20Suites%20Pricing.htm">
<font size="3" color="#000000">PET SUITES</font></a></b><br><br>
</div>
</div>
<div id="divTop4" class="clTop"><p align="center"><img src="Images/DOGBONE.jpg"width="20" height="20" align="center">
<a href="#" onmouseover="extract(4)"><font size="2" color="#000000">
APPLICATION</font></a>
</p>
<div id="divSub4" class="clSub">
<p align="center">
<b>
<a onmouseover="ieShow(4)" onmouseout="ieShow(4)" href="Daycare%20Application.htm">
<font size="3" color="#000000">DOG DAYCARE</font></a></b><br><br>
<b>
<a onmouseover="ieShow(4)" onmouseout="ieShow(4)" href="Pet%20Suites%20Application.htm">
<font size="3" color="#000000">PET SUITES</font></a></b><br><br>
<b>
<a onmouseover="ieShow(4)" onmouseout="ieShow(4)" href="Forms/Grooming%20Worksheet.pdf">
<font size="3" color="#000000">DOG GROOMING WORKSHEET</font></a></b><br><br>
</div>
</div>
<div id="divTop5" class="clTop"><img src="Images/DOGBONE.jpg"width="20" height="20" align="center">
<a href="#" onmouseover="extract(5)"><font size="2" color="#000000">
DOGGIE CAM</font></a>
<div id="divSub5" class="clSub">
<b>
<a onmouseover="ieShow(5)" onmouseout="ieShow(5)" href="BIG%20KIDS%20DOGGIE%20CAM.htm">
<font size="3" color="#000000">BIG KIDS</font></a></b><font size="3" color="#000000"></b></font><br><br>
<b>
<a onmouseover="ieShow(5)" onmouseout="ieShow(5)" href="LITTLE%20KIDS%20DOGGIE%20CAM.htm">
<font size="3" color="#000000">LITTLE KIDS</font></a></b><font size="3" color="#000000"></b></font><br><br>
</div>
</div>
<div id="divTop6" class="clTop">
<p align="center"><img src="Images/DOGBONE.jpg"width="20" height="20" align="center">
<a href="contact%20us.htm"><font size="2" color="#000000">CONTACT</font></a>
<div id="divSub6" class="clSub">
</div>
</div>

</div>


<table cellpadding="0" width="100%" height="100%">
<!-- MSTableType="layout" -->
<tr>
<td valign="top" colspan="5" height="237">
<h1 align="center" style="margin-top: 0; margin-bottom: 0"><b><font size="7">PAWS K9 COMFORT ZONE</font></b><p align="center" style="margin-top: 0; margin-bottom: 0">
<h2 style="margin-top: 0; margin-bottom: 0"></h2>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<b><font size="6">(Dog Daycare, Grooming and Pet Suites)</font></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<font size="4" color="#FF0000">
<marquee behavior="slide" scrollamount="5" scrolldelay="10" width="658" style="color: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BECAUSE YOU HAVE A FULL LIFE, AND THEY ONLY HAVE YOU.</marquee></font><p align="center" style="margin-top: 0; margin-bottom: 0">
<b><font size="6">(941)258-DOGS</font></b><p align="center" style="margin-top: 0; margin-bottom: 0">
<b><font size="6">(941)258-3647</font></b><p align="center" style="margin-top: 0; margin-bottom: 0">
<b><font size="5">3681 Tamiami Trail, Port Charlotte, Florida, 33952</font></b><p align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top">
<p class="MsoNormal">
<span lang="EN" style="font-size: 14.0pt; font-family: Trebuchet MS">
Welcome to PAWS, where we are as crazy about dogs as you are. </span>
<span style="font-size:14.0pt;font-family:&quot;Trebuchet MS&quot;">We
provide fun cage-free dog daycare, full service grooming and have
Spacious Pet Suites Available. The professional dog lovers at Paws Dog
Daycare are committed to providing a safe, stimulating, healthy and
fun environment. Our</span><span lang="EN" style="font-size: 14.0pt; font-family: Trebuchet MS">
Daycare is pleased to offer a variety of services we are sure
you and your pet will love. Our philosophy is simple: When you leave a
dog with us, you're leaving a child--and that's a responsibility we take
very seriously.</span><span style="font-size:14.0pt;font-family:&quot;Trebuchet MS&quot;">&nbsp;</span></p>
<p class="MsoNormal">
<span style="font-size:14.0pt;font-family:&quot;Trebuchet MS&quot;">
-Ever feel guilty about leaving your four-legged family member home
alone all day? &nbsp;</span></p>
<p class="MsoNormal">
<span style="font-size:14.0pt;font-family:&quot;Trebuchet MS&quot;">
-Just too tired to play after a long day at work?&nbsp;</span></p>
<p class="MsoNormal">
<span lang="EN" style="font-size: 14.0pt; font-family: Trebuchet MS">-Is
doggie bathtime a stressful event for both of you?</span></p>
<p class="MsoNormal">
<span style="font-size:14.0pt;font-family:&quot;Trebuchet MS&quot;">&nbsp;<b><u>Well
here's the answer... Dog Daycare</u></b></span></p>
<h4 style="margin:0in;margin-bottom:.0001pt">So Why Dog Daycare?</h4>
<p style="margin:0in;margin-bottom:.0001pt">
<span style="font-size:13.5pt;
font-family:&quot;Trebuchet MS&quot;">&nbsp;Dog Daycare benefits both the dog and you
the owner, the benefit for you the owner is that you know that while
your doing human stuff your furry child is having a great time doing dog stuff.
&nbsp;No more guilt when you pick up your keys and have to watch their
excitement turn to disappointment as you walk out the door and go to
work. It benefits the dog in that instead of sitting at home alone
waiting for you, they are playing, being socialized, and
having a great time. &nbsp;At the end of the day, after a fun day at dog
daycare you pick up a calm and relaxed pet. </span></p>
<p style="margin:0in;margin-bottom:.0001pt">
<span style="font-size:13.5pt;
font-family:&quot;Trebuchet MS&quot;">&nbsp;</span></p>
<p style="margin:0in;margin-bottom:.0001pt">
<span style="font-size:13.5pt;
font-family:&quot;Trebuchet MS&quot;">The benefits of dog daycare can best be
described this way:</span></p>
<p style="margin:0in;margin-bottom:.0001pt">
<span style="font-size:13.5pt;
font-family:&quot;Trebuchet MS&quot;">Dogs get to enjoy a safe and healthy
atmosphere with lots of interaction, both with other dogs and with
people. Dogs can participate in group play, gnaw on a favorite toy, hang
out with humans in the office, or just lounge on a couch. The point is
that they’re not at home by themselves.” </span></p>
<p style="margin:0in;margin-bottom:.0001pt">
<span style="font-size:13.5pt;
font-family:&quot;Trebuchet MS&quot;">&nbsp;</span></p>
<p style="margin:0in;margin-bottom:.0001pt">
<span lang="EN" style="font-size: 13.5pt; font-family: Trebuchet MS">The
benefits are numerous:</span></p>
<ul style="margin-top: 0in; margin-bottom: 0in" type="disc">
<li class="MsoNormal" style="line-height: 125%; background: clear">
<span lang="EN" style="font-size: 13.5pt; line-height: 125%; font-family: Trebuchet MS">
Social skills will increase </span></li>
<li class="MsoNormal" style="line-height: 125%">
<span lang="EN" style="font-size: 13.5pt; line-height: 125%; font-family: Trebuchet MS">
Dogs will learn how to play and interact with other dogs in a safe,
fun, and meaningful way.</span></li>
<li class="MsoNormal" style="line-height: 125%">
<span lang="EN" style="font-size: 13.5pt; line-height: 125%; font-family: Trebuchet MS">
Boredom behaviors caused by lack of activity, and inadequate mental
and physical stimulation are virtually eliminated</span></li>
<li class="MsoNormal" style="line-height: 125%">
<span lang="EN" style="font-size: 13.5pt; line-height: 125%; font-family: Trebuchet MS">
At the end of the day you will have a pup that is happy, relaxed and
tired from playing all day.</span></li>
<li class="MsoNormal" style="line-height: 125%">
<span lang="EN" style="font-size: 13.5pt; line-height: 125%; font-family: Trebuchet MS">
By attending our daycare we reinforce good manners. </span></li>
</ul>
<p class="MsoNormal" style="margin-bottom: 12.0pt">
<span style="font-size:13.5pt;font-family:&quot;Trebuchet MS&quot;">
<b>
&nbsp;
</b>Dogs are&nbsp; social animals and need interaction with other dogs
and people on a regular basis to remain happy and healthy. No matter how
many hugs and kisses you give them,&nbsp; you can't escape their sadness
when you leave. Dogs don't understand our human way of life and the many
things that get in the way of spending the day with each other. </span>
</p>
<p class="MsoNormal" style="margin-bottom: 12.0pt">
<span style="font-size:13.5pt;font-family:&quot;Trebuchet MS&quot;">
Those that are left to stay at home all day by themselves become bored,
frustrated and unhappy. They may exhibit destructive behavior or even
suffer from separation anxiety, crying and barking for hours when left
alone. They need companionship and exercise for their total well being.</span></p>
<p class="MsoNormal">
<span style="font-size:13.5pt;font-family:&quot;Trebuchet MS&quot;">At
PAWS Dog Daycare dogs will have a chance to wrestle, play ball, play
tug-o-war, run around, and catch a snooze on one of our couches,
pillows, or laps.</span></p>
<p class="MsoNormal">
<span style="font-size:13.5pt;font-family:&quot;Trebuchet MS&quot;">Dogs
will spend the day being part of a healthy happy dog pack that will
gives them a social outlet, so while you spend the day doing human stuff
your dog is having a great time doing dog stuff.</span></p>
<p class="MsoNormal">
<span style="font-size:13.5pt;font-family:&quot;Trebuchet MS&quot;">Our
service gives pet owners peace of mind knowing that their pup is getting
the exercise and socialization that it needs and desires. After all, a
tired dog is a happy dog.</span></p>
<table cellpadding="0" cellspacing="0" width="100%" height="204">
<!-- MSTableType="nolayout" -->
<tr>
<td></td>
<td></td>
<td height="4"></td>
</tr>
<tr>
<td width="7">&nbsp;</td>
<td valign="top" height="200" width="643">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
<!-- MSCellFormattingTableID="14" -->
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#000000" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif"></td>
<td valign="top" width="100%">
<!-- MSCellFormattingType="content" -->

<h4 align="center" style="margin-top: 0; margin-bottom: 0"><b>
<font size="6">DOG DAYCARE NEWS</font></b></p></h4>
<p align="center" style="margin-top: 0; margin-bottom: 0"><!--#include virtual="/channels/homepage/magpiedogdaycare.php" --></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/dogdaycarerss.xml">
<img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog Daycare News Feed" width="31" height="30"></a></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
&nbsp;<a target="_blank" href="http://us.rd.yahoo.com/my/atm/K9%20Comfort%20Zone/K9%20Comfort%20Zone%20Dog%20Daycare%20News/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/dogdaycarerss.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" width="91" height="17" border="0" align="middle" alt="Add to My Yahoo!"></a><p align="center" style="margin-top: 0; margin-bottom: 0">
&nbsp;<a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/dogdaycarerss.xml"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="104" height="17" border="0" alt="Add to Google"></a>&nbsp;<p>&nbsp;</td>
<td bgcolor="#000000" height="100%" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif"></td>
</tr>
</table>
</td>
<td height="200" width="11">&nbsp;</td>
</tr>
</table>
</td>
<td>&nbsp;</td>
<td valign="top" rowspan="2" width="237">
<table cellpadding="0" cellspacing="0" border="0" width="235" height="988">
<!-- MSCellFormattingTableID="1" -->
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#000000" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif"></td>
<td valign="top" width="231">
<!-- MSCellFormattingType="content" -->
<h3 align="center" style="margin-top: 0; margin-bottom: 0"><b>
<font size="5">Dog News From around the Country</font></b></h3></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
(Updated Hourly)</b></p>
<p align="left" style="margin-top: 0; margin-bottom: 0"></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><!--#include virtual="/channels/homepage/magpiedog.php" -->
<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/rss.xml">
<img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog news Feed" width="29" height="29"></a>
<p align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;<a target="_blank" href="http://us.rd.yahoo.com/my/atm/K9%20Comfort%20Zone/K9%20Comfort%20Zone%20Dog%20Daycare%20News/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/rss.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" width="91" height="17" border="0" align="middle" alt="Add to My Yahoo!"></a><p align="center" style="margin-top: 0; margin-bottom: 0">
&nbsp;<a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/rss.xml"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="104" height="17" border="0" alt="Add to Google"></a><p>&nbsp;</td>
<td bgcolor="#000000" height="984" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="235" height="814" id="table1">
<!-- MSCellFormattingTableID="9" -->
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#000000" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif"></td>
<td valign="top" width="231">
<!-- MSCellFormattingType="content" -->
<p align="center" style="margin-top: 0; margin-bottom: 0" ><b>
More Feeds</b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0" ><u>
<b>
&nbsp;Attack Feed</b></u></p>
<p align="left" style="margin-top: 0; margin-bottom: 0" >
&nbsp;<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/dogattackrss.xml"><img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog news Feed" width="21" height="25"></a>&nbsp; <a target="_blank" href="http://us.rd.yahoo.com/my/atm/Paws%20K9%20Comfort%20Zone/Dog%20Attack%20Feeds/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/dogattackrss.xml">
<img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo6.gif" width="89" height="30" border="0" align="middle" alt="Add to My Yahoo!"></a><a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/dogattackrss.xml"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="97" height="20" border="0" alt="Add to Google"></a></p>
<p align="center" style="margin-top: 0; margin-bottom: 0" ><u>
<b>
&nbsp;Training Feed</b></u></p>
<p align="left" style="margin-top: 0; margin-bottom: 0" >&nbsp;<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/trainingrss.xml"><img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog news Feed" width="21" height="25"></a>&nbsp;<a target="_blank" href="http://us.rd.yahoo.com/my/atm/K9%20Comfort%20Zone/Dog%20Training%20Feed/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/trainingrss.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo6.gif" width="89" height="33" border="0" align="middle" alt="Add to My Yahoo!"></a> <a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/trainingrss.xml">
<img src="http://buttons.googlesyndication.com/fusion/add.gif" width="96" height="21" border="0" alt="Add to Google"></a></p>
<p align="center" style="margin-top: 0; margin-bottom: 0" ><u>
<b>
&nbsp;Breeding</b></u></p>
<p align="left" style="margin-top: 0; margin-bottom: 0" >&nbsp;<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/breedingrss.xml"><img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog news Feed" width="21" height="25"></a>&nbsp; <a target="_blank" href="http://us.rd.yahoo.com/my/atm/K9%20Comfort%20Zone/Dog%20Training%20Feed/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/breedingrss.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo6.gif" width="89" height="33" border="0" align="middle" alt="Add to My Yahoo!"></a><a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/breedingrss.xml"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="95" height="21" border="0" alt="Add to Google"></a></p>
<p align="center" style="margin-top: 0; margin-bottom: 0" ><b>
<u>Competition and Contest Feed</u>&nbsp;</b></p>
<p align="left" style="margin-top: 0; margin-bottom: 0" >&nbsp;<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/competitionrss.xml"><img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog news Feed" width="21" height="25"></a> <a target="_blank" href="http://us.rd.yahoo.com/my/atm/K9%20Comfort%20Zone/Dog%20Training%20Feed/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/competitionrss.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo6.gif" width="89" height="33" border="0" align="middle" alt="Add to My Yahoo!"></a> <a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/competitionrss.xml">
<img src="http://buttons.googlesyndication.com/fusion/add.gif" width="97" height="22" border="0" alt="Add to Google"></a></a></p>
<p align="center" style="margin-top: 0; margin-bottom: 0" >&nbsp;</p>
<p align="center" style="margin-top: 0; margin-bottom: 0" ><b>
&nbsp;Dog Blogs </b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://dog-health-website.blogspot.com/">
<font size="2">Holistic Dog</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://youareadog.com/"><font size="2">
You are a Dog</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://www.petconnection.com/blog"><font size="2">
Pet Connection</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://www.bark-n-blog.com/"><font size="2">
Bark-n-Blog</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://grostrategy.typepad.com/dogviews">
<font size="2">Dog Views</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://site.barkslope.com/blog"><font size="2">
BarkSlope</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://dognews.blogspot.com/"><font size="2">
Dog News Blog</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://www.dailydog.com/"><font size="2">
The Daily Dog</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://www.topix.com/pets/dogs"><font size="2">
Dog Days</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://dogblog.dogster.com/category/news">
<font size="2">DogSters</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>Dog
Resources</b></p>
<p align="left" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://animalradio.com/"><font size="2">
Animal Radio</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<font size="2"><b>
<a target="_blank" href="http://recordings.talkshoe.com/rss2747.xml">
Pet Business Success Talkshow</a></b></font></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<font size="2">
<a target="_blank" href="http://www.dogfriendly.com/">Dog
Friendly Travel</a></font></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://www.merckvetmanual.com/mvm/index.jsp">
<font size="2">Merk Vet Manual</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://www.sciencedaily.com/news/plants_animals/dogs">
<font size="2">Science Daily Dog News</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://www.dogs-r-it.com/funny-news"><font size="2">
Dogs-R-It</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://www.dogchannel.com/default.aspx"><font size="2">
The Dog Channel</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
<a target="_blank" href="http://www.k9magazine.com/articles.php?sid=15">
<font size="2">K9 Magazine</font></a></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<font size="2"><b>
<a target="_blank" href="http://www.mainetoday.com/pets/dogslife">
A Dogs Life</a></b></font></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<font size="2"><b><a target="_blank" href="http://www.pet-abuse.com/">
Pet Abuse Dot Com</a></b></font><p align="center" style="margin-top: 0; margin-bottom: 0">
<font size="2"><b><a target="_blank" href="http://www.askmehelpdesk.com/dogs/">
AskMeHelpDesk</a></b></font><p align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p>&nbsp;</td>
<td bgcolor="#000000" height="810" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif"></td>
</tr>
</table>
</td>
<td height="1989"></td>
</tr>
<tr>
<td width="9">&nbsp;</td>
<td width="506">&nbsp;</td>
<td width="9">&nbsp;</td>
<td height="214" width="1"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%" height="206">
<!-- MSTableType="layout" -->
<tr>
<td width="908" height="206" valign="top">
<p align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;<p align="center" style="margin-top: 0; margin-bottom: 0">
<b><a href="http://www.pawsdogdaycare.com">Home</a> |
<a href="comfortzonenarrative.htm">K9 Comfort Zone </a>&nbsp;|
<a href="contact%20us.htm">Contact Us</a> |&nbsp; |
<a href="faq.htm">
Dog Daycare FAQs</a> |&nbsp;
How to Socialize&nbsp; | </b>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<b>|<a href="PET%20SUITES.htm">Boarding</a> |
<a href="Preventing%20Dog%20Bites.htm">Preventing&nbsp; Bites</a>&nbsp; |&nbsp; |
Pet Sitter |&nbsp;&nbsp; DayCare Franchise | Starting a Daycare| <br>
&nbsp; |
<a href="PET%20SUITES.htm">Dog Boarding Information</a>
| Pet Business | Dog Day Care Business Plan | </b><p align="center" style="margin-top: 0; margin-bottom: 0">
&nbsp;<p align="center" style="margin-top: 0; margin-bottom: 0">
&nbsp;<!-- START CODE -->
<script src="https://sec.yimg.com/us.yimg.com/lib/s2/yschx_siteexplorer_badge_20070329.js" type="text/javascript"></script>
<div id="ybadge" style="position:relative;left:340px;top:0px;width:105px;height:35px;z-index:1;border: 1px solid #8ea9ba;background: url(https://sec.yimg.com/us.yimg.com/i/us/sch/el/siteex_badgesml_bg.gif) repeat-x;overflow: hidden;cursor:pointer;" onclick="Goto()">
<div id="ylogo" style="position:absolute;left:4px;top:10px;width:18px;height:10px;z-index:1">
<p align="center">
<img src="https://sec.yimg.com/us.yimg.com/i/us/sch/el/siteex_badgesml_logo.gif" alt="Yahoo!" width="18" height="10" />
</div>
<div id="ynum" style="position:absolute;left:30px;top:3px;width:75px;font:bold 11px Tahoma, Verdana, Arial;color: #2d2a25;height:15px;z-index:2;text-align: center;">
<script type="text/javascript">
document.write("<scr");
document.write("ipt type=\"text/javascript\" src=\"http://search.yahooapis.com/SiteExplorerService/V1/inlinkCount?appid=YahooBadge&entire_site=1&query="+siteurl+"&output=json&callback=ws_results\"></scr");
document.write("ipt\>");
</script></div>
<div id="ytxt" style="position:absolute;height:15px;z-index:3;font:normal 11px Tahoma, Verdana, Arial;left:30px;top:18px;width:75px;color: #1b1a17;">
<p align="center">Links to Site </div></div>
&nbsp;<!-- END CODE -->
<p align="center" style="margin-top: 0; margin-bottom: 0">
<!--webbot bot="HitCounter" i-image="4" I-ResetValue="799" I-Digits="0" U-Custom B-Reset="FALSE" --></td>
</tr>
</table>
<p><br>

</p>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxxxxx-8";
urchinTracker();
</script>
</body>

</html>
[/codebox]

Posted by: Darin McGrew Jun 1 2007, 03:59 PM

I recommend that you start by fixing the http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http%3A%2F%2Fwww.pawsdogdaycare.com%2F&warnings=yes and http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.pawsdogdaycare.com%2F&warning=1&profile=css21&usermedium=all reported by the online tools. For starters, you should decide whether you're using XHTML or HTML.

QUOTE(k9ComfortZone @ Jun 1 2007, 12:41 PM) *
The problem that I want to be able to compact alot of the script, style codes, html etc..Instead of having 5 different style tags all calling for different events.. compile to one.. delete redundant commands.. etc... basically dump the garbage and make it a clean script...
Okay, so what's stopping you? Just take all the <style>...</style> tags, copy their content to an external style sheet, and link to it. See also http://htmlhelp.com/reference/css/style-html.html.

QUOTE(k9ComfortZone @ Jun 1 2007, 12:41 PM) *
Another problem that I am getting is when I spider the results it shows up like this..

dog daycare grooming and pet suites from paws k9 comfort zone dog daycare grooming and pet suites from paws k9 comfort zone a hover color 0000ff font family arial font size 12pt text decoration overline underline letter spacing 1 vertical align super font weight bold divbg position absolute width 100 left 0 visibility hidden height 85 divbgcolor position absolute width 103 height 30 clip rect 0 107 30 0 background color white div clsub position absolute top 20 left 12 width 120 visibility hidden font family arial helvetica font size 12px padding 10px background color white div cltop position absolute visibility inherit font family arial helvetica font weight bold font size 13px left 100 top 20 divtop0 left 2 top 5 divtop1 left 15 2 top 5 divtop2 left 28 4 top 5 divtop3 left 46 6 top 5 divtop4 left 57 8 top 5 divtop5 left 73 top 5 divtop6 left 87 2 top 5 paws k9 comfort zone dog daycare grooming pet suites homepage dog of the week press dog daycare virtual tour dog links link exchange etc......
In which search engines? And how old is their cached version of the page(s) affected by this? How have you updated the page(s) since then?

QUOTE(k9ComfortZone @ Jun 1 2007, 12:41 PM) *
The above numbers etc.. run the scrolling menu bar.. which is java..
Actually, there is no Java at all. (JavaScript and Java are quite different from each other.)

QUOTE(k9ComfortZone @ Jun 1 2007, 12:41 PM) *
Is there a way that I can create a file outside of the main page to hold all this and then an include command.. I know that Search Engines do not read java and treat it as no excistent..
Sure. See http://htmlhelp.com/reference/html40/special/script.html in our HTML 4 reference for an example.

See also the FAQ entry http://www.htmlhelp.com/faq/html/publish.html#index-better

Posted by: k9ComfortZone Jun 1 2007, 05:06 PM

Well on this portion,

width 103 height 30 clip rect 0 107 30 0 background color white div clsub position absolute top 20 left 12 width 120 visibility hidden font family arial helvetica font size 12px padding 10px background color white div cltop position absolute visibility inherit font family arial helvetica font weight bold font size 13px left 100 top 20 divtop0 left 2 top 5 divtop1 left 15 2 top 5 divtop2 left 28 4 top 5 divtop3 left 46 6 top 5 divtop4 left 57 8 top 5 divtop5 left 73 top 5 divtop6 left 87 2 top 5 paws k9

It is when I do the spider simulator at dev shed..


Meant java Script

and have no idea how to create an external style sheet..
but suppose I will be working on that next.. just looked at the link you provided (style sheets) and have not a clue, how to do that..

Also CSS error, I have no idea how to fix those either...

The HtMl ones can be handled,, delete tags etc..

I have no formal education in this particular field of endevour so I poke along...


Posted by: Darin McGrew Jun 1 2007, 07:46 PM

QUOTE(k9ComfortZone @ Jun 1 2007, 03:06 PM) *
and have no idea how to create an external style sheet..
It's just a text file, typically named something.css so the server knows that it's CSS (the way HTML files are text files, typically named something.html so the server knows they're HTML).

QUOTE(k9ComfortZone @ Jun 1 2007, 03:06 PM) *
Also CSS error, I have no idea how to fix those either...
Let's see, for starters, you don't need to put the CSS inside <!-- HTML comments --> any more.

In CSS, all distances need a unit (unless the distance is 0). Is that 85 supposed to be 85in, 85px, 85pt, 85elephants, or 85somethingelse?

Rectangles usually have four corners, not three. That explains the problem with the clip property.

And you probably meant "background: transparent" rather than "background: clear".

QUOTE(k9ComfortZone @ Jun 1 2007, 03:06 PM) *
I have no formal education in this particular field of endevour so I poke along...
See also http://www.htmlhelp.com/faq/html/docs.html#technology entries in the FAQ.

Posted by: k9ComfortZone Jun 2 2007, 04:39 PM

I'm working on it today, I do have to say I appreciate your help.. I will make the corrections I can and if you could look at it again.. I will try tommorrow, Sunday to figure out the CSS thing and get that all pulled out to a seperate file.. Gotcha on the 85 it's pix..
Also many thanks for putting my garbled post in a reading pain.. sorry I goofed that up.... took around 2 weeks to get all the rss feeds running , pulling out of mysql, cron jobs, etc....etc..etc... had never worked with html, or php, or any of that and still only have a limited (very limited understanding).. I'll work on it Sunday and today and get back with you thanks again..

Posted by: k9ComfortZone Jun 2 2007, 04:58 PM

More of my ignorance...

Error presented...

Line 1, character 1:
<html>
^Error: missing document type declaration; assuming HTML 4.01 Transitional

I'm looking at some of the other websites out there via the source command and it comes up with a lot of different options...

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

or

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40">

or

I'll go with the first one..

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

if there is a better solution let me know.. and what the heck does the second one mean?

Posted by: k9ComfortZone Jun 2 2007, 05:08 PM

Going through and using frontpage to change the declaration I found that 4 pages had

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40">

as the declaration.. the rest had none.. I did not add that to any pages and I have no clue what it means.. the pages that already had it are.

http://www.pawsdogdaycare.com/contact%20us.htm

http://www.pawsdogdaycare.com/GROOMING%20PRICING.htm

http://www.pawsdogdaycare.com/groomingservices.htm

http://www.pawsdogdaycare.com/LITTLE%20KIDS%20DOGGIE%20CAM.htm

The other 120 pages now have the first declaration of

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

Yes I know this is a bit like leading a blind man through a mine field but bear with me...

Rick,

Posted by: k9ComfortZone Jun 2 2007, 05:38 PM

Ok the tried using the first declaration but it give me errors like
Error: there is no attribute ONSELECTSTART for this element (in this HTML version) etc. etc. etc...

so I switch the declaration to
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

the original error is gone, and I get alot about closing meta tags... which is not a problem.. however the menu bar is chewed up and opens all over the place instead of expanding down..

test page at...

http://www.pawsdogdaycare.com/test.htm

The navbar is all goofed up......

Posted by: k9ComfortZone Jun 2 2007, 05:43 PM

Is there an adavantage for xhtml over html.. how do the search engines look at that... etc..

even the declaration on this page is throwing me off..

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">

and when I try to validate the current page (this forum page) it comes up filled with errors as well...

http://htmlhelp.com/cgi-bin/validate.cgi?url=http%3A%2F%2Fforums.htmlhelp.com%2Findex.php%3Fshowtopic%3D3385%26st%3D0%26gopid%3D13102%26%23entry13102&warnings=yes

Is this just another one of the code glitches that you can never have quite right? Or is it possible to actually clear all the erros in a way that is favorable to the search engine spiders..

Posted by: k9ComfortZone Jun 2 2007, 05:45 PM

Also wary of going through and fixing all the errors at this point, until I get the declaration right,, as if I fix the current errors.. then when I switch the declaration.. it won't be right for the new one and I will end up doing it all over again........sorry I'm so lost in the sauce.. just trying to get this thing figured out...

Posted by: pandy Jun 2 2007, 06:03 PM

Use the doctype that describes the flavour of HTML you are writing. Typically you want to use a complete doctype because of doctype switching (see the third link below).
http://htmlhelp.com/tools/validator/doctype.html
http://www.w3.org/QA/2002/04/valid-dtd-list.html

Activating the Right Layout Mode Using the Doctype Declaration
http://hsivonen.iki.fi/doctype/
About doctype switching - note that the fact that the doctype is used as a trigger for layout mode switching is just a not altogether lucky coincidence. Transitional doesn't necessarily mean Quirks Mode and Strict Doesn't necessarily mean Strict (Standards) Mode.

QUOTE
Is there an adavantage for xhtml over html..

Not unless you have special reasons for using it togther with for example MathML. For the ordiniary web page, there are IMO no advantages and a few disadvantages.

QUOTE
how do the search engines look at that... etc..

As long as the XHTML is served with the content-typ text/html they don't give a damn. Neither do browsers. XHTML served as HTML is HTML, only a little malformed. tongue.gif

Posted by: k9ComfortZone Jun 2 2007, 06:09 PM

Next, on the list... I took your advice and copied all the <style></style> info to a text document and named it style.css
with a link on the page going to it...
It worked about 80% perfect.. however the menu bars are once again chewed up....

http://www.pawsdogdaycare.com/test2.htm

here is the style sheet..

http://www.pawsdogdaycare.com/style.css

i took out all the html tags, style, etc.. I know I am close to getting this animal figured out... just bear with me and a few more suggestions and I'll have it beat...

Posted by: k9ComfortZone Jun 2 2007, 06:16 PM

QUOTE(pandy @ Jun 2 2007, 06:03 PM) *

Use the doctype that describes the flavour of HTML you are writing. Typically you want to use a complete doctype because of doctype switching (see the third link below).
http://htmlhelp.com/tools/validator/doctype.html
http://www.w3.org/QA/2002/04/valid-dtd-list.html

Activating the Right Layout Mode Using the Doctype Declaration
http://hsivonen.iki.fi/doctype/
About doctype switching - note that the fact that the doctype is used as a trigger for layout mode switching is just a not altogether lucky coincidence. Transitional doesn't necessarily mean Quirks Mode and Strict Doesn't necessarily mean Strict (Standards) Mode.

QUOTE
Is there an adavantage for xhtml over html..

Not unless you have special reasons for using it togther with for example MathML. For the ordiniary web page, there are IMO no advantages and a few disadvantages.

QUOTE
how do the search engines look at that... etc..

As long as the XHTML is served with the content-typ text/html they don't give a damn. Neither do browsers. XHTML served as HTML is HTML, only a little malformed. tongue.gif



Given your advice the flavour would probably more xhtml, which would be the following declaration...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">

If I choose that declaration how do I get it to stop chewing up the navbar?

Posted by: k9ComfortZone Jun 3 2007, 10:12 AM

Well got one half of the problem fixed, it validates as CSS, alot of it is sematics, especially with the curser... it works a number of ways but has do be just right for it to validate...


This document validates as CSS!

To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page:

Still working on the HTML Declaration

Posted by: pandy Jun 3 2007, 10:45 AM

There you go. BTW I think you misunderstood me above. I didn't recommend XHTML. I think it's pointless for normal pages.

Posted by: k9ComfortZone Jun 3 2007, 11:22 AM

Pandy? still working on the declaration,, I have chopped the page code down to the following.. If I use the following declartation I still get some errors.. about ondragstart and html spec.. alot of the errors are by way of the RSS feeds.. is there a way to correct that or am I pretty much screwed on that....

CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<html>
<head>

<title>Dog Daycare, Grooming, and Pet Suites, from -PAWS K9 COMFORT ZONE- </title>

<LINK REL=StyleSheet HREF="style.css" TYPE="text/css" MEDIA=screen>

<script type="text/javascript" src="navbar.js"></script>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="verify-v1" content="O2f8oi9lhRuWHPDX+6EH+fF9TyGUZHCqcN09/V+gxGY=">
<META name="y_key" content="a1e2b545f85cb513">
<meta name="description" content="Dog Daycare, Dog Grooming, and Pet Suites, Paws k9 Comfort zone provides a fun interactive and safe Dog Daycare for your pet to enjoy. At our facilities you will find the most up to date, clean, well maintained and socially balanced daycare facility in the area. At the K9 Comfort Zone we offer constant interaction with your pet as well as meticulous grooming, and luxurious pet suites. We guarantee that no other facility can offer the kind of special care, attention to detail, and professionalism that you will receive while your dog is in our care. We invite you to come and take a tour of our Dog Daycare, Grooming, or Pet Suites Facilities and see what your dog will be missing if you take them elsewhere.">
<meta name="keywords" content="Dog Daycare, doggie daycare, doggy daycare, separation anxiety, Socialize, Boarding Kennel, Grooming,Pet Suites,Paws Dog Daycare,K9 COMFORT ZONE,news,franchise,starting,Port Charlotte, blog, socialization">
<META NAME="Language" CONTENT="English">
<META NAME="Copyright" CONTENT="© 2005">
<META NAME="Distribution" CONTENT="Global">
<META NAME="robots" content="index,follow">
<META NAME="GOOGLEBOT" CONTENT="INDEX, FOLLOW">

</head>

<body background="Images/pupbackground.jpg" ondragstart="return false" onselectstart="return false" style="background-attachment: fixed"><h1 align="center"><font style="font-size: 13pt">PAWS K9 COMFORT ZONE DOG DAYCARE GROOMING PET SUITES</font></h1>
<div id="divBg">
<div id="divBgColor"></div>
<div id="divTop0" class="clTop">
<p><img src="Images/DOGBONE.jpg"width="20" height="20" align="left" alt="K9 Comfort Zone">
<a onmouseover="extract(0)" href="http://www.pawsdogdaycare.com"><font color="#000000" size="2">
HOMEPAGE</font></a>
</p>
<div id="divSub0" class="clSub">
<p align="center">

<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="Dog%20of%20the%20Week.htm"> <img src="Images/paw.jpg"width="20" height="20" align="middle" alt="K9 Comfort Zone"></a>
<br>
<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="Dog%20of%20the%20Week.htm">
<font color="#000000" size="2">DOG OF THE WEEK</font></a></b><br><br>
<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="PRESS.HTML">
<font color="#000000" size="2">PRESS</font></a></b></b><br><br>
<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="VIRTUAL%20TOUR.htm">
<font color="#000000" size="2">DOG DAYCARE VIRTUAL TOUR</font></a></b><br><br>
<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="LINKS.HTML">
<font color="#000000" size="2">DOG LINKS</font></a></b><br><br>
<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="Link%20Exchange.htm">
<font color="#000000" size="2">LINK EXCHANGE</font></a></b><br><br>
<b>
<a onmouseover="ieShow(0)" onmouseout="ieShow(0)" href="NIKOS%20DEDICATION.htm">
<font color="#FF0000" size="2">DEDICATION TO NIKO</font></a></b><br><br>

</div>
</div>
<div id="divTop1" class="clTop">
<p align="left"><img src="Images/DOGBONE.jpg"width="20" height="20" align="middle" alt="K9 Comfort Zone Services">
<a href="#" onmouseover="extract(1)"><font size="2" color="#000000">
SERVICES</font></a>
</p>
<div id="divSub1" class="clSub">
<p align="center">
<b>
<a onmouseover="ieShow(1)" onmouseout="ieShow(1)" href="daycareservices.htm">
<font size="3" color="#000000">DOG DAYCARE</font></a></b><br><br>
<b>
<a onmouseover="ieShow(1)" onmouseout="ieShow(1)" href="groomingservices.htm">
<font size="3" color="#000000">DOG GROOMING</font></a></b><br><br>
<b>
<a onmouseover="ieShow(1)" onmouseout="ieShow(1)" href="PET%20SUITES.htm">
<font size="3" color="#000000">PET SUITES</font></a></b><br><br>
</div>
</div>
<div id="divTop2" class="clTop">
<p align="left"><img src="Images/DOGBONE.jpg"width="20" height="20" align="middle" alt="K9 Comfort Zone Requirements">
<a href="REQUIREMENTS.htm"><font size="2" color="#000000">
REQUIREMENTS</font></a>
</p>
<div id="divSub2" class="clSub">
</div>
</div>
<div id="divTop3" class="clTop">
<p align="right"><img src="Images/DOGBONE.jpg"width="20" height="20" align="center" alt="K9 Comfort Zone Pricing">
<a href="#" onmouseover="extract(3)"><font size="2" color="#000000">
PRICING</font></a>
</p>
<div id="divSub3" class="clSub">
<p align="center">
<b>
<a onmouseover="ieShow(3)" onmouseout="ieShow(3)" href="DAYCARE%20PRICING.htm">
<font size="3" color="#000000">DOG DAYCARE</font></a></b><br><br>
<b>
<a onmouseover="ieShow(3)" onmouseout="ieShow(3)" href="GROOMING%20PRICING.htm">
<font size="3" color="#000000">DOG GROOMING</font></a></b><br><br>
<b>
<a onmouseover="ieShow(3)" onmouseout="ieShow(3)" href="Pet%20Suites%20Pricing.htm">
<font size="3" color="#000000">PET SUITES</font></a></b><br><br>
</div>
</div>
<div id="divTop4" class="clTop"><p align="center"><img src="Images/DOGBONE.jpg"width="20" height="20" align="middle" alt="K9 Comfort Zone Application">
<a href="#" onmouseover="extract(4)"><font size="2" color="#000000">
APPLICATION</font></a>
</p>
<div id="divSub4" class="clSub">
<p align="center">
<b>
<a onmouseover="ieShow(4)" onmouseout="ieShow(4)" href="Daycare%20Application.htm">
<font size="3" color="#000000">DOG DAYCARE</font></a></b><br><br>
<b>
<a onmouseover="ieShow(4)" onmouseout="ieShow(4)" href="Pet%20Suites%20Application.htm">
<font size="3" color="#000000">PET SUITES</font></a></b><br><br>
<b>
<a onmouseover="ieShow(4)" onmouseout="ieShow(4)" href="Forms/Grooming%20Worksheet.pdf">
<font size="3" color="#000000">DOG GROOMING WORKSHEET</font></a></b><br><br>
</div>
</div>
<div id="divTop5" class="clTop"><img src="Images/DOGBONE.jpg"width="20" height="20" align="middle" alt="K9 Comfort Zone News">
<a href="#" onmouseover="extract(5)"><font size="2" color="#000000">
DOGGIE CAM</font></a>
<div id="divSub5" class="clSub">
<b>
<a onmouseover="ieShow(5)" onmouseout="ieShow(5)" href="BIG%20KIDS%20DOGGIE%20CAM.htm">
<font size="3" color="#000000">BIG KIDS</font></a></b><font size="3" color="#000000"></b></font><br><br>
<b>
<a onmouseover="ieShow(5)" onmouseout="ieShow(5)" href="LITTLE%20KIDS%20DOGGIE%20CAM.htm">
<font size="3" color="#000000">LITTLE KIDS</font></a></b><font size="3" color="#000000"></b></font><br><br>
</div>
</div>
<div id="divTop6" class="clTop">
<p align="center"><img src="Images/DOGBONE.jpg"width="20" height="20" align="middle" alt="K9 Comfort Zone Contact Us">
<a href="contact%20us.htm"><font size="2" color="#000000">CONTACT</font></a>
<div id="divSub6" class="clSub">
</div>
</div>

</div>


<table cellpadding="0" width="100%" height="100%">
<tr>
<td valign="top" colspan="5" height="237">
<h1 align="center" style="margin-top: 0; margin-bottom: 0"><b><font size="7">PAWS K9 COMFORT ZONE</font></b><p align="center" style="margin-top: 0; margin-bottom: 0">
<h2 style="margin-top: 0; margin-bottom: 0"></h2>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<b><font size="6">(Dog Daycare, Grooming and Pet Suites)</font></b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<font size="4" color="#FF0000">
<marquee behavior="slide" scrollamount="5" scrolldelay="10" width="658" style="color: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BECAUSE YOU HAVE A FULL LIFE, AND THEY ONLY HAVE YOU.</marquee></font><p align="center" style="margin-top: 0; margin-bottom: 0">
<b><font size="6">(941)258-DOGS</font></b><p align="center" style="margin-top: 0; margin-bottom: 0">
<b><font size="6">(941)258-3647</font></b><p align="center" style="margin-top: 0; margin-bottom: 0">
<b><font size="5">3681 Tamiami Trail, Port Charlotte, Florida, 33952</font></b><p align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top">
<p class="MsoNormal">
<span lang="EN" style="font-size: 14.0pt; font-family: Trebuchet MS">
Welcome to PAWS, where we are as crazy about dogs as you are. </span>
<span style="font-size:14.0pt;font-family:&quot;Trebuchet MS&quot;">We
provide fun cage-free dog daycare, full service grooming and have
Spacious Pet Suites Available. The professional dog lovers at Paws Dog
Daycare are committed to providing a safe, stimulating, healthy and
fun environment. Our</span><span lang="EN" style="font-size: 14.0pt; font-family: Trebuchet MS">
Daycare is pleased to offer a variety of services we are sure
you and your pet will love. Our philosophy is simple: When you leave a
dog with us, you're leaving a child--and that's a responsibility we take
very seriously.</span><span style="font-size:14.0pt;font-family:&quot;Trebuchet MS&quot;">&nbsp;</span></p>
<p class="MsoNormal">
<span style="font-size:14.0pt;font-family:&quot;Trebuchet MS&quot;">
-Ever feel guilty about leaving your four-legged family member home
alone all day? &nbsp;</span></p>
<p class="MsoNormal">
<span style="font-size:14.0pt;font-family:&quot;Trebuchet MS&quot;">
-Just too tired to play after a long day at work?&nbsp;</span></p>
<p class="MsoNormal">
<span lang="EN" style="font-size: 14.0pt; font-family: Trebuchet MS">-Is
doggie bathtime a stressful event for both of you?</span></p>
<p class="MsoNormal">
<span style="font-size:14.0pt;font-family:&quot;Trebuchet MS&quot;">&nbsp;<b><u>Well
here's the answer... Dog Daycare</u></b></span></p>
<h4 style="margin:0in;margin-bottom:.0001pt">So Why Dog Daycare?</h4>
<p style="margin:0in;margin-bottom:.0001pt">
<span style="font-size:13.5pt;
font-family:&quot;Trebuchet MS&quot;">&nbsp;Dog Daycare benefits both the dog and you
the owner, the benefit for you the owner is that you know that while
your doing human stuff your furry child is having a great time doing dog stuff.
&nbsp;No more guilt when you pick up your keys and have to watch their
excitement turn to disappointment as you walk out the door and go to
work. It benefits the dog in that instead of sitting at home alone
waiting for you, they are playing, being socialized, and
having a great time. &nbsp;At the end of the day, after a fun day at dog
daycare you pick up a calm and relaxed pet. </span></p>
<p style="margin:0in;margin-bottom:.0001pt">
<span style="font-size:13.5pt;
font-family:&quot;Trebuchet MS&quot;">&nbsp;</span></p>
<p style="margin:0in;margin-bottom:.0001pt">
<span style="font-size:13.5pt;
font-family:&quot;Trebuchet MS&quot;">The benefits of dog daycare can best be
described this way:</span></p>
<p style="margin:0in;margin-bottom:.0001pt">
<span style="font-size:13.5pt;
font-family:&quot;Trebuchet MS&quot;">Dogs get to enjoy a safe and healthy
atmosphere with lots of interaction, both with other dogs and with
people. Dogs can participate in group play, gnaw on a favorite toy, hang
out with humans in the office, or just lounge on a couch. The point is
that they’re not at home by themselves.” </span></p>
<p style="margin:0in;margin-bottom:.0001pt">
<span style="font-size:13.5pt;
font-family:&quot;Trebuchet MS&quot;">&nbsp;</span></p>
<p style="margin:0in;margin-bottom:.0001pt">
<span lang="EN" style="font-size: 13.5pt; font-family: Trebuchet MS">The
benefits are numerous:</span></p>
<ul style="margin-top: 0in; margin-bottom: 0in" type="disc">
<li class="MsoNormal" style="line-height: 125%;">
<span lang="EN" style="font-size: 13.5pt; line-height: 125%; font-family: Trebuchet MS">
Social skills will increase </span></li>
<li class="MsoNormal" style="line-height: 125%">
<span lang="EN" style="font-size: 13.5pt; line-height: 125%; font-family: Trebuchet MS">
Dogs will learn how to play and interact with other dogs in a safe,
fun, and meaningful way.</span></li>
<li class="MsoNormal" style="line-height: 125%">
<span lang="EN" style="font-size: 13.5pt; line-height: 125%; font-family: Trebuchet MS">
Boredom behaviors caused by lack of activity, and inadequate mental
and physical stimulation are virtually eliminated</span></li>
<li class="MsoNormal" style="line-height: 125%">
<span lang="EN" style="font-size: 13.5pt; line-height: 125%; font-family: Trebuchet MS">
At the end of the day you will have a pup that is happy, relaxed and
tired from playing all day.</span></li>
<li class="MsoNormal" style="line-height: 125%">
<span lang="EN" style="font-size: 13.5pt; line-height: 125%; font-family: Trebuchet MS">
By attending our daycare we reinforce good manners. </span></li>
</ul>
<p class="MsoNormal" style="margin-bottom: 12.0pt">
<span style="font-size:13.5pt;font-family:&quot;Trebuchet MS&quot;">
<b>
&nbsp;
</b>Dogs are social animals and need interaction with other dogs
and people on a regular basis to remain happy and healthy. No matter how
many hugs and kisses you give them,&nbsp; you can't escape their sadness
when you leave. Dogs don't understand our human way of life and the many
things that get in the way of spending the day with each other. </span>
</p>
<p class="MsoNormal" style="margin-bottom: 12.0pt">
<span style="font-size:13.5pt;font-family:&quot;Trebuchet MS&quot;">
Those that are left to stay at home all day by themselves become bored,
frustrated and unhappy. They may exhibit destructive behavior or even
suffer from separation anxiety, crying and barking for hours when left
alone. They need companionship and exercise for their total well being.</span></p>
<p class="MsoNormal">
<span style="font-size:13.5pt;font-family:&quot;Trebuchet MS&quot;">At
PAWS Dog Daycare dogs will have a chance to wrestle, play ball, play
tug-o-war, run around, and catch a snooze on one of our couches,
pillows, or laps.</span></p>
<p class="MsoNormal">
<span style="font-size:13.5pt;font-family:&quot;Trebuchet MS&quot;">Dogs
will spend the day being part of a healthy happy dog pack that will
gives them a social outlet, so while you spend the day doing human stuff
your dog is having a great time doing dog stuff.</span></p>
<p class="MsoNormal">
<span style="font-size:13.5pt;font-family:&quot;Trebuchet MS&quot;">Our
service gives pet owners peace of mind knowing that their pup is getting
the exercise and socialization that it needs and desires. After all, a
tired dog is a happy dog.</span></p>
<table cellpadding="0" cellspacing="0" width="100%" height="204">
<tr>
<td></td>
<td></td>
<td height="4"></td>
</tr>
<tr>
<td width="7">&nbsp;</td>
<td valign="top" height="200" width="643">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#000000" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif"></td>
<td valign="top" width="100%">

<h4 align="center" style="margin-top: 0; margin-bottom: 0"><b>
<font size="6">DOG DAYCARE NEWS</font></b></p></h4>
<p align="center" style="margin-top: 0; margin-bottom: 0"><!--#include virtual="/channels/homepage/magpiedogdaycare.php" --></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/dogdaycarerss.xml">
<img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog Daycare News Feed" width="31" height="30"></a></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">
&nbsp;<a target="_blank" href="http://us.rd.yahoo.com/my/atm/K9%20Comfort%20Zone/K9%20Comfort%20Zone%20Dog%20Daycare%20News/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/dogdaycarerss.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" width="91" height="17" border="0" align="middle" alt="Add to My Yahoo!"></a><p align="center" style="margin-top: 0; margin-bottom: 0">
&nbsp;<a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/dogdaycarerss.xml"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="104" height="17" border="0" alt="Add to Google"></a>&nbsp;<p>&nbsp;</td>
<td bgcolor="#000000" height="100%" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif"></td>
</tr>
</table>
</td>
<td height="200" width="11">&nbsp;</td>
</tr>
</table>
</td>
<td>&nbsp;</td>
<td valign="top" rowspan="2" width="237">
<table cellpadding="0" cellspacing="0" border="0" width="235" height="988">
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#000000" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif"></td>
<td valign="top" width="231">
<h3 align="center" style="margin-top: 0; margin-bottom: 0"><b>
<font size="5">Dog News From around the Country</font></b></h3></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><b>
(Updated Hourly)</b></p>
<p align="left" style="margin-top: 0; margin-bottom: 0"></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><!--#include virtual="/channels/homepage/magpiedog.php" -->
<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/rss.xml">
<img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog news Feed" width="29" height="29"></a>
<p align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;<a target="_blank" href="http://us.rd.yahoo.com/my/atm/K9%20Comfort%20Zone/K9%20Comfort%20Zone%20Dog%20Daycare%20News/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/rss.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" width="91" height="17" border="0" align="middle" alt="Add to My Yahoo!"></a><p align="center" style="margin-top: 0; margin-bottom: 0">
&nbsp;<a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/rss.xml"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="104" height="17" border="0" alt="Add to Google"></a><p>&nbsp;</td>
<td bgcolor="#000000" height="984" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="235" height="814" id="table1">
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#000000" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif"></td>
<td valign="top" width="231">
<p align="center" style="margin-top: 0; margin-bottom: 0" ><b>
More Feeds</b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0" ><u>
<b>
&nbsp;Attack Feed</b></u></p>
<p align="left" style="margin-top: 0; margin-bottom: 0" >
&nbsp;<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/dogattackrss.xml"><img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog news Feed" width="21" height="25"></a>&nbsp; <a target="_blank" href="http://us.rd.yahoo.com/my/atm/Paws%20K9%20Comfort%20Zone/Dog%20Attack%20Feeds/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/dogattackrss.xml">
<img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo6.gif" width="89" height="30" border="0" align="middle" alt="Add to My Yahoo!"></a><a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/dogattackrss.xml"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="97" height="20" border="0" alt="Add to Google"></a></p>
<p align="center" style="margin-top: 0; margin-bottom: 0" ><u>
<b>
&nbsp;Training Feed</b></u></p>
<p align="left" style="margin-top: 0; margin-bottom: 0" >&nbsp;<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/trainingrss.xml"><img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog news Feed" width="21" height="25"></a>&nbsp;<a target="_blank" href="http://us.rd.yahoo.com/my/atm/K9%20Comfort%20Zone/Dog%20Training%20Feed/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/trainingrss.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo6.gif" width="89" height="33" border="0" align="middle" alt="Add to My Yahoo!"></a> <a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/trainingrss.xml">
<img src="http://buttons.googlesyndication.com/fusion/add.gif" width="96" height="21" border="0" alt="Add to Google"></a></p>
<p align="center" style="margin-top: 0; margin-bottom: 0" ><u>
<b>
&nbsp;Breeding Feed</b></u></p>
<p align="left" style="margin-top: 0; margin-bottom: 0" >&nbsp;<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/breedingrss.xml"><img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog news Feed" width="21" height="25"></a>&nbsp; <a target="_blank" href="http://us.rd.yahoo.com/my/atm/K9%20Comfort%20Zone/Dog%20Training%20Feed/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/breedingrss.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo6.gif" width="89" height="33" border="0" align="middle" alt="Add to My Yahoo!"></a><a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/breedingrss.xml"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="95" height="21" border="0" alt="Add to Google"></a></p>
<p align="center" style="margin-top: 0; margin-bottom: 0" ><b>
<u>Competition and Contest Feed</u>&nbsp;</b></p>
<p align="left" style="margin-top: 0; margin-bottom: 0" >&nbsp;<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/competitionrss.xml"><img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog news Feed" width="21" height="25"></a> <a target="_blank" href="http://us.rd.yahoo.com/my/atm/K9%20Comfort%20Zone/Dog%20Training%20Feed/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/competitionrss.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo6.gif" width="89" height="33" border="0" align="middle" alt="Add to My Yahoo!"></a> <a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/competitionrss.xml">
<img src="http://buttons.googlesyndication.com/fusion/add.gif" width="97" height="22" border="0" alt="Add to Google"></a></a></p>
<p align="center" style="margin-top: 0; margin-bottom: 0" >
<u><b>&nbsp;Dog Show Feed</b></u></p>
<p align="left" style="margin-top: 0; margin-bottom: 0" >&nbsp;<a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/showrss.xml"><img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog news Feed" width="21" height="25"></a>&nbsp; <a target="_blank" href="http://us.rd.yahoo.com/my/atm/K9%20Comfort%20Zone/Dog%20Show%20Feeds/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/showrss.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo6.gif" width="89" height="33" border="0" align="middle" alt="Add to My Yahoo!"></a> <a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/showrss.xml"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="104" height="17" border="0" alt="Add to Google"></a></p>
<p align="center" style="margin-top: 0; margin-bottom: 0" ><b>
<u>Animal Abuse Feed</u></b></p>
<p align="left" style="margin-top: 0; margin-bottom: 0" >
<u><b>&nbsp;</b></u><a target="_blank" href="http://www.pawsdogdaycare.com/channels/rss/abuserss.xml"><img border="0" src="Images/128px-Feed-icon_svg.png" alt="Paws K9 Comfort Zone Dog news Feed" width="21" height="25"></a>&nbsp; <a target="_blank" href="http://us.rd.yahoo.com/my/atm/K9%20Comfort%20Zone/Dog%20Abuse%20Feeds/*http://add.my.yahoo.com/rss?url=http%3A//www.pawsdogdaycare.com/channels/rss/abuserss.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo6.gif" width="89" height="33" border="0" align="middle" alt="Add to My Yahoo!"></a><a target="_blank" href="http://fusion.google.com/add?feedurl=http%3A//www.pawsdogdaycare.com/channels/rss/abuserss.xml"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="104" height="17" border="0" alt="Add to Google"></a></p>
<p align="left" style="margin-top: 0; margin-bottom: 0" ><b>&nbsp;</b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0" >
<b>
&nbsp;Dog Blogs </b></p>
<p align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>

Posted by: k9ComfortZone Jun 3 2007, 11:26 AM

Also took all the javascript out of the pages and sourced them back to a .js script...for the menu bar...

I tried to do the same thing with the yahoo links to site display at the bottom.. creating a file called yahoo.js and linking to it.. but it will not display links to site properly if done that way.. any suggestions.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)