This page has no privacy policy. If your web server logs visits, then every page reachable by a search engine should have a privacy policy explaining what is logged and how the logs are used.
Line 1 EU Privacy Regulations
Provide a search option on each page of content-rich web sites.
Line 1 Usability.gov 17:4
A search option should be provided on all pages where it may be useful - users should not have to return to the homepage to conduct a search. Search engines can be helpful on content-rich web sites, but do not add value on other types of sites.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name : Tastelessly
Description: A very light design suitable for community sites and blogs.
Version : 1.0
Released : 20080122
-->
Use the LANG attribute to identify the language of the page.
Line 15 WCAG2 A 3.1.1
In HTML add a LANG attribute to the HTML tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Title is longer than 64 characters. W3C recommends titles are no longer than 64 characters.
Line 18 W3C Style Guide
<title>Astrologer, Astrology Chart, Astrology In Hindi, Online Astrology</title>
Meta description tag is too long for Bing. Bing recommends keeping the description text under 160 characters in length. The description is
162
characters long.
Line 19 Bing
The major search engines all have different limits for meta description length, and these limits have
changed over time. Avoid descriptions close to the limits to avoid problems when the limits change again.
<meta name="description" content="Hindu Horoscope, Horoscope Free, INDIAN ASTROLOGY,Free Astrology, ASTROLOGER, Astrology Birth Chart, PERSONAL HOROSCOPE, Indian Horoscope, FREE PERSONAL HOROSCOPE" />
<meta name="keywords" content="Astrologer, free astrology, indian astrology, astrology chart, todays horoscope, astrology in tamil, astrology chart, indian horoscope, free horoscope online, horoscope online, Astrology In Hindi, free astrology predictions" />
<link href="resources/astrology/astrology2.jpg" rel="shortcut icon" type="image/x-icon" />
<link href="resources/astrology/astrology2.jpg" rel="icon" type="image/x-icon" />
<!-- Start of user defined header tracking codes -->
<meta http-equiv="content-language" content="en-us"
>
End tag for "meta" omitted, but OMITTAG NO was specified.
Line 24 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.
Line 24 Internet Explorer
Fix the errors listed on the Standards tab of this report.
Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 24 Google
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.
>
<meta name="msvalidate.01" content="6928F4EE5B35101F9553CA1F56F93C50" />
<meta name="p:domain_verify" content="af331e5ddaf397eff33af0db1b84e527" />
<meta name="baidu-site-verification" content="1UrFBlTOxDT3sP4u" />
<!-- End of user defined header tracking codes -->
<style type="text/css" id="styleCSS">
/*
Tastelessly
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
margin: 0;
padding: 0;
}
If you set any of the colors on the BODY tag you must set all of them.
Line 48 WCAG2 AA F24
In HTML the color attributes are TEXT, BGCOLOR, LINK, ALINK and VLINK. In CSS the attributes are COLOR and BACKGROUND-COLOR.
Some users have browser defaults set to white text on a black background, so setting one color without setting the others can result in black text on a black background.
body {
margin: 20px 0;
background-color:#45322B;
background-image: url(resources/pink_universe.jpg);
background-repeat:repeat;
background-position:top left;
background-attachment:scroll;
}
If you set any of the colors on the BODY tag you must set all of them.
Line 57 WCAG2 AA F24
In HTML the color attributes are TEXT, BGCOLOR, LINK, ALINK and VLINK. In CSS the attributes are COLOR and BACKGROUND-COLOR.
Some users have browser defaults set to white text on a black background, so setting one color without setting the others can result in black text on a black background.
body, th, td, input, textarea {
font-family
: "Trebuchet MS", Arial, Helvetica, sans-serif;
Use relative rather than absolute units in CSS property values.
Line 59 WCAG2 AA 1.4.4
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit,
because it isn't relative the user's preferred font size.
Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual.
This usually causes problems with pixel based layouts, which also perform badly on handheld
and widescreen displays. Percentage values "stretch" according to screen size and work on a large
range of display sizes.
Text-based form controls with absolute font sizes do not resize correctly.
Line 59 WCAG2 AA F80
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit,
because it isn't relative the user's preferred font size.
Low vision users often zoom forms to make them easier to fill in, but the text on this
form may not resize correctly.
: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #372822;
}
form {
}
fieldset {
}
h1, h2, h3 {
margin-top: 1.5em;
color: #372822;;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 1.1em;
font-weight: bold;
color: #372822;;
}
h3 {
font-size: 1em;
}
ul, ol {
margin-top: 1.5em;
line-height: 1.8em;
}
ul, ol {
margin-left: 3em;
}
blockquote {
margin-left: 3em;
margin-right: 3em;
}
Removing the underline from links makes it hard for color-blind users to see them.
Remove the text-decoration:none property from your link styles, or add other non-color style attributes to visually distinguish links.
a {
text-decoration: none;
}
a:hover {
border: none;
}
h1 a, h2 a, h3 a {
border: none;
text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
background: none;
}
/* Wrapper */
#wrapper {
}
/* Header */
#header {
width: 980px;
margin: 0 auto;
}
#menu {
float: left;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}
#menu li {
float: left;
}
#menu a {
display: block;
float: left;
height: 25px;
margin-right: 1px;
padding: 10px 20px 0 20px;
text-decoration: none;
font-size: 1.1em;
font-weight: bold;
color: #FFFFFF;
}
#menu a:hover {
background: #F3F3F3;
color: #372822;
}
#menu .selected a {
background: #F3F3F3;
color: #2C2E22;
}
/* Logo */
#logo {
width: 978px;
height: 200px;
margin: 0 auto;
height: 263px;
border: 20px solid #F3F3F3;
}
#sys_banner {
width: 978px;
height: 200px;
margin: 0 auto;
height: 263px;
}
#logo h1, #logo h2 {
margin: 0;
padding: 0;
}
#logo h1 {
padding: 100px 5px 0 20px;
color: #FFFFFF;
}
#logo h2 {
padding: 115px 0 0 0;
font-style: italic;
}
#logo p {
clear: left;
margin: 0;
padding: 0 0 0 20px;
line-height: normal;
font-size: 1.2em;
font-weight: bold;
}
#logo a {
color: #FFFFFF;
}
/* Page */
#page {
width: 978px;
margin: 0 auto;
padding: 20px 0px 0 0px;
background: #FFFFFF;
border: 20px solid #F3F3F3;
border-top: none;
}
/* Content */
#content {
float: left;
width: 938px;
padding: 0px 0px 0px 20px;
}
/* Footer */
.sys_footer {
text-align:
center;
Use relative rather than absolute units in CSS property values.
Line 237 WCAG2 AA 1.4.4
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit,
because it isn't relative the user's preferred font size.
Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual.
This usually causes problems with pixel based layouts, which also perform badly on handheld
and widescreen displays. Percentage values "stretch" according to screen size and work on a large
range of display sizes.
Use at least a 12-point font on all Web pages.
Line 237 Usability.gov 11:8
The following are all smaller than 12 point:
- <p style="font-size: 11pt;" >
- <p style="font-size: 11px;" >
- <p style="font-size: small;" >
- <font size="2" >
- <font size="-1" >
center;
font-size: 9px;
color: #CCCCCC;
}
.sys_footer a {
color: #FFFFFF;
}
.sys_txt{
font-family
: "Trebuchet MS", Arial, Helvetica, sans-serif;
Use relative rather than absolute units in CSS property values.
Line 247 WCAG2 AA 1.4.4
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit,
because it isn't relative the user's preferred font size.
Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual.
This usually causes problems with pixel based layouts, which also perform badly on handheld
and widescreen displays. Percentage values "stretch" according to screen size and work on a large
range of display sizes.
: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #372822;
padding : 1px 0 0 0;
font-size-adjust: none;
font-style : normal;
font-variant : normal;
}
a{color:#3C7BCF;}
a img{border:none;}
.sys_txt a{
text-decoration: none;
}
.sys_txt a:hover{
text-decoration: none;
}
.sys_txt h1, .sys_txt h2, .sys_txt h3 {
margin-top: 1.5em;
}
.sys_txt h1 a, .sys_txt h2 a, .sys_txt h3 a {
border: none;
text-decoration: none;
}
.sys_txt h1 a:hover, .sys_txt h2 a:hover, .sys_txt h3 a:hover {
background: none;
}
.sys_txt h1 {
letter-spacing: -.075em;
font-size: 3em;
}
.sys_txt h2 {
letter-spacing: -.05em;
font-size: 1.1em;
font-weight: bold;
color: #372822;
}
.sys_txt h3 {
font-size: 1em;
}
.sys_txt h4{
margin:0;
padding:10px 0 10px 0;
}
.sys_txt h5{
margin:0;
padding:10px 0 10px 0;
}
.sys_txt h6{
margin:0;
padding:10px 0 10px 0;
}
.sys_txt p{
margin:0;
padding:5px 0;
}
.sys_txt blockquote {
margin: 0 20px;
padding:15px 0 15px 30px;
padding-left: 1em;
border-left: 5px solid #DDDDDD;
}
.sys_txt ul{
margin : 15px 5px;
padding : 0 35px;
line-height:normal;
}
.sys_txt ul li{
margin : 0;
padding : 2px 0;
line-height:normal;
}
</style><script src='//ajax.googleapis.com/ajax/libs/webfont/1.4.2/webfont.js' type='text/javascript'></script>
<style type="text/css">
@import url('http://fonts.googleapis.com/css?family=Allan%3A700|Cardo');
</style>
<style type="text/css" id="styleOverrides">
/* ======================
*
* Site Style Settings
*
=========================*/
/* Paragraph text (p) */
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 365 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 365 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
.content p, #content p, .HTML_Default p, .Text_Default p, .sys_txt p, .sys_txt a, .sys_layout p, .sys_txt, .sys_layout {
font-family: 'Cardo';
}
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 375 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 375 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
/* Navigation */
.sys_navigation a, .ys_menu_2, div#menu ul, div#menu ul li a, ul.sys_navigation li a, div.sys_navigation ul li.selected a, div.sys_navigation ul li a, #navigation li a, div.ys_menu ul a:link, div.ys_menu ul a:visited, div.ys_nav ul li a {
font-family: 'Allan';
}
/* Navigation:selected */
div.sys_navigation ul li.selected a, div#menu ul li.selected a, #navigation li.selected a, div.ys_menu ul li.selected a:link, div.ys_menu ul li.selected a:visited, div.ys_nav ul li.selected a {
}
/* Navigation:hover */
div.sys_navigation ul li a:hover, div#menu ul li a:hover, #navigation li a:hover, div.ys_menu ul a:hover, div.ys_nav ul li a:hover, div.ys_menu ul li a:hover {
}
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 397 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 397 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
/* Site Title */
#sys_heading, a#sys_heading, #sys_banner h1 a, #header h1 a, div#heading h1 a {
font-family: 'Allan';
}
/* Hyperlinks (a, a:hover, a:visited) */
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 415 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 415 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
/* Headings (h2, h3, h4, h5, h6) */
.sys_layout h2, .sys_txt h2 {
font-family: 'Allan';
}
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 425 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 425 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
.sys_layout h2 a, .sys_layout h2 a:link, .sys_layout h2 a:hover, .sys_layout h2 a:visited {
font-family: 'Allan';
}
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 434 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 434 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
.sys_layout h3, .sys_txt h3 {
font-family: 'Allan';
}
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 444 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 444 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
.sys_layout h3 a, .sys_layout h3 a:link, .sys_layout h3 a:hover, .sys_layout h3 a:visited {
font-family: 'Allan';
}
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 453 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 453 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
.sys_layout h4, .sys_txt h4 {
font-family: 'Allan';
}
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 463 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 463 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
.sys_layout h4 a, .sys_layout h4 a:link, .sys_layout h4 a:hover, .sys_layout h4 a:visited {
font-family: 'Allan';
}
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 472 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 472 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
.sys_layout h5, .sys_txt h5 {
font-family: 'Allan';
}
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 482 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 482 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
.sys_layout h5 a, .sys_layout h5 a:link, .sys_layout h5 a:hover, .sys_layout h5 a:visited {
font-family: 'Allan';
}
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 491 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 491 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
.sys_layout h6, .sys_txt h6 {
font-family: 'Allan';
}
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 501 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
Don't use fonts only available on Macs, but not Windows, and vice versa.
Line 501 Usability.gov 4:3
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans,
Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans,
Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).
.sys_layout h6 a, .sys_layout h6 a:link, .sys_layout h6 a:hover, .sys_layout h6 a:visited {
font-family: 'Allan';
}
</style>
<link rel="stylesheet" type="text/css" href="classes/components/Image/layouts/Default/Default.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">window.jQuery || document.write('<script src="classes/commons/jquery/jquery-1.7.1.min.js
"
><\/script>')</script>
Required attribute "type" not specified.
Line 515 HTML Validation
Document type does not allow element "script" here.
Line 515 HTML Validation
"
Character "<" is the first character of a delimiter but occurred as data.
Line 515 HTML Validation
This often occurs in text or JavaScript code when a bare angle bracket or ampersand is used instead of an entity reference.
><\/script>')</script>
<link rel="stylesheet" type="text/css" href="classes/commons/resources/flyoutmenu/flyoutmenu.css"
/>
Document type does not allow element "link" here.
Line 516 HTML Validation
/>
<script type="text/javascript" src="classes/commons/resources/flyoutmenu/flyoutmenu.js
"></script>
Document type does not allow element "script" here.
Line 517 HTML Validation
"></script>
</hea
d>
End tag for "script" omitted, but OMITTAG NO was specified.
Line 518 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
This page has markup errors, causing screen readers to miss content.
Line 518 WCAG2 A F70
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.
Line 518 Internet Explorer
Fix the errors listed on the Standards tab of this report.
Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 518 Google
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.
d>
<body id="sys_background">
<!-- start header -->
<div id="header">
<div id="menu">
<ul class='sys_navigation'>
<ul class='sys_navigation
'>
Document type does not allow element "ul" here; assuming missing "li" start-tag.
Line 527 HTML Validation
'>
<li id="ys_menu_0" class="first"><a href="./" title="Astrology ">Your Home For Astrology </a></li>
<li id="ys_menu_1"><a href="about-vedic-astrology.php" title="About Vedic Astrology">About Vedic Astrology</a></li>
<li id="ys_menu_2" class="selected"><a href="about-us-vedic-astrologer.php" title="About Us Vedic Astrologer">About Us Vedic Astrologer</a></li>
<li id="ys_menu_3"><a href="services-astrology.php" title="Services Astrology">Services Astrology</a></li>
<li id="ys_menu_4"><a href="testimonials--vedic-astrology.php" title="Testimonials- Vedic Astrology">Testimonials- Vedic Astrology</a></li>
<li id="ys_menu_5"><a href="free-vedic-horoscope-astrology.php" title="Free Vedic Horoscope Astrology">Free Vedic Horoscope Astrology</a></li>
<li id="ys_menu_6"><a href="career-horoscope-astrology.php" title="Career Horoscope Astrology">Career Horoscope Astrology</a></li>
<li id="ys_menu_7"><a href="financial-horoscope.php" title="Wealth Astrology">Wealth Astrology</a></li>
<li id="ys_menu_8"><a href="finance-horoscope-astrology.php" title="Finance Horoscope Astrology">Finance Horoscope Astrology</a></li>
<li id="ys_menu_9"><a href="birth-time-rectification.php" title="Birth Time Rectification">Birth Time Rectification</a></li>
<li id="ys_menu_10"><a href="personalised-life-horoscope.php" title="Personalised Life Horoscope">Personalised Life Horoscope</a></li>
<li id="ys_menu_11"><a href="child-horoscope-astrology.php" title="Child Horoscope Astrology">Child Horoscope Astrology</a></li>
<li id="ys_menu_12"><a href="health-horoscope-astrology.php" title="Health Horoscope Astrology">Health Horoscope Astrology</a></li>
<li id="ys_menu_13"><a href="ask-any-one-question.php" title="Ask Any One Question">Ask Any One Question</a></li>
<li id="ys_menu_14"><a href="love-marriage-horoscope-match-astrology.php" title="Love Marriage Horoscope Match Astrology">Love Marriage Horoscope Match Astrology</a></li>
<li id="ys_menu_15"><a href="annual-yearly-horoscope-astrology.php" title="Annual Yearly Horoscope Astrology">Annual Yearly Horoscope Astrology</a></li>
<li id="ys_menu_16"><a href="business-astrology-horoscope.php" title="Business Astrology Horoscope">Business Astrology Horoscope</a></li>
<li id="ys_menu_17"><a href="muhurata-auspicious-time-astrology.php" title="Muhurata Auspicious Time Astrology">Muhurata Auspicious Time Astrology</a></li>
<li id="ys_menu_18"><a href="manglik-kuja-dosha-check-remedies-astrology.php" title="Manglik-Kuja-Dosha-Check-Remedies-Astrology">Manglik-Kuja-Dosha-Check-Remedies-Astrology</a></li>
<li id="ys_menu_19"><a href="sade-sati-shani-astrology.php" title="Sade Sati Shani Astrology">Sade Sati Shani Astrology</a></li>
<li id="ys_menu_20"><a href="kal-sarp-yog-rahu-ketu-astrology.php" title="Kal Sarp Yog Rahu Ketu Astrology">Kal Sarp Yog Rahu Ketu Astrology</a></li>
<li id="ys_menu_21"><a href="moon-astrology-sign-horoscope.php" title="Moon Astrology Sign Horoscope">Moon Astrology Sign Horoscope</a></li>
<li id="ys_menu_22"><a href="venus-house-astrology.php" title="Venus House Astrology">Venus House Astrology</a></li>
<li id="ys_menu_23"><a href="learn-about-astrology.php" title="Learn About Astrology">Learn About Astrology</a></li>
<li id="ys_menu_24"><a href="astrology-online.php" title="Astrology Online">Astrology Online</a></li>
<li id="ys_menu_25"><a href="planet-astrology.php" title="Planet Astrology">Planet Astrology</a></li>
<li id="ys_menu_26"><a href="indian-astrology.php" title="Indian Astrology">Indian Astrology</a></li>
<li id="ys_menu_27"><a href="money-horoscope.php" title="Money Horoscope">Money Horoscope</a></li>
<li id="ys_menu_28"><a href="jupiter-astrology.php" title="Jupiter Astrology">Jupiter Astrology</a></li>
<li id="ys_menu_29"><a href="jupiter-conjunction-astrology.php" title="Jupiter Conjunction Astrology">Jupiter Conjunction Astrology</a></li>
<li id="ys_menu_30"><a href="jupiter-sign.php" title="Jupiter Sign">Jupiter Sign</a></li>
<li id="ys_menu_31"><a href="jupiter-exaltation-debilitated-jupiter-astrology.php" title="Jupiter Exaltation Debilitated Jupiter Astrology">Jupiter Exaltation Debilitated Jupiter Astrology</a></li>
<li id="ys_menu_32"><a href="jupiter-career-vedic-astrology.php" title="Jupiter Career Vedic Astrology">Jupiter Career Vedic Astrology</a></li>
<li id="ys_menu_33"><a href="medical-astrologer.php" title="Medical Astrologer">Medical Astrologer</a></li>
<li id="ys_menu_34"><a href="zodiac-jupiter.php" title="Zodiac Jupiter">Zodiac Jupiter</a></li>
<li id="ys_menu_35"><a href="yogas-astrology.php" title="Yogas Astrology">Yogas Astrology</a></li>
<li id="ys_menu_36"><a href="jupiter-house-astrology.php" title="Jupiter House Astrology">Jupiter House Astrology</a></li>
<li id="ys_menu_37"><a href="astrological-birth-chart.php" title="Astrological Birth Chart">Astrological Birth Chart</a></li>
<li id="ys_menu_38"><a href="free-astrologer.php" title="Free Astrologer">Free Astrologer</a></li>
<li id="ys_menu_39"><a href="astrology-links.php" title="Astrology Links">Astrology Links</a></li>
<li id="ys_menu_40"><a href="social-media-sites.php" title="Social Media Sites">Social Media Sites</a></li>
<li id="ys_menu_41" class="last"><a href="astrology-forum.php" title="Astrology Forum">Astrology Forum</a></li>
</ul>
<scrip
t>$(document).ready(flyoutMenu.initFlyoutMenu([{"href": "index.php","title": "Astrology ","name": "Your Home For Astrology ","children": []},{"href": "about-vedic-astrology.php","title": "About Vedic Astrology","name": "About Vedic Astrology","children": []},{"href": "about-us-vedic-astrologer.php","title": "About Us Vedic Astrologer","name": "About Us Vedic Astrologer","children": []},{"href": "services-astrology.php","title": "Services Astrology","name": "Services Astrology","children": []},{"href": "testimonials--vedic-astrology.php","title": "Testimonials- Vedic Astrology","name": "Testimonials- Vedic Astrology","children": []},{"href": "free-vedic-horoscope-astrology.php","title": "Free Vedic Horoscope Astrology","name": "Free Vedic Horoscope Astrology","children": []},{"href": "career-horoscope-astrology.php","title": "Career Horoscope Astrology","name": "Career Horoscope Astrology","children": []},{"href": "financial-horoscope.php","title": "Wealth Astrology","name": "Wealth Astrology","children": []},{"href": "finance-horoscope-astrology.php","title": "Finance Horoscope Astrology","name": "Finance Horoscope Astrology","children": []},{"href": "birth-time-rectification.php","title": "Birth Time Rectification","name": "Birth Time Rectification","children": []},{"href": "personalised-life-horoscope.php","title": "Personalised Life Horoscope","name": "Personalised Life Horoscope","children": []},{"href": "child-horoscope-astrology.php","title": "Child Horoscope Astrology","name": "Child Horoscope Astrology","children": []},{"href": "health-horoscope-astrology.php","title": "Health Horoscope Astrology","name": "Health Horoscope Astrology","children": []},{"href": "ask-any-one-question.php","title": "Ask Any One Question","name": "Ask Any One Question","children": []},{"href": "love-marriage-horoscope-match-astrology.php","title": "Love Marriage Horoscope Match Astrology","name": "Love Marriage Horoscope Match Astrology","children": []},{"href": "annual-yearly-horoscope-astrology.php","title": "Annual Yearly Horoscope Astrology","name": "Annual Yearly Horoscope Astrology","children": []},{"href": "business-astrology-horoscope.php","title": "Business Astrology Horoscope","name": "Business Astrology Horoscope","children": []},{"href": "muhurata-auspicious-time-astrology.php","title": "Muhurata Auspicious Time Astrology","name": "Muhurata Auspicious Time Astrology","children": []},{"href": "manglik-kuja-dosha-check-remedies-astrology.php","title": "Manglik-Kuja-Dosha-Check-Remedies-Astrology","name": "Manglik-Kuja-Dosha-Check-Remedies-Astrology","children": []},{"href": "sade-sati-shani-astrology.php","title": "Sade Sati Shani Astrology","name": "Sade Sati Shani Astrology","children": []},{"href": "kal-sarp-yog-rahu-ketu-astrology.php","title": "Kal Sarp Yog Rahu Ketu Astrology","name": "Kal Sarp Yog Rahu Ketu Astrology","children": []},{"href": "moon-astrology-sign-horoscope.php","title": "Moon Astrology Sign Horoscope","name": "Moon Astrology Sign Horoscope","children": []},{"href": "venus-house-astrology.php","title": "Venus House Astrology","name": "Venus House Astrology","children": []},{"href": "learn-about-astrology.php","title": "Learn About Astrology","name": "Learn About Astrology","children": []},{"href": "astrology-online.php","title": "Astrology Online","name": "Astrology Online","children": []},{"href": "planet-astrology.php","title": "Planet Astrology","name": "Planet Astrology","children": []},{"href": "indian-astrology.php","title": "Indian Astrology","name": "Indian Astrology","children": []},{"href": "money-horoscope.php","title": "Money Horoscope","name": "Money Horoscope","children": []},{"href": "jupiter-astrology.php","title": "Jupiter Astrology","name": "Jupiter Astrology","children": []},{"href": "jupiter-conjunction-astrology.php","title": "Jupiter Conjunction Astrology","name": "Jupiter Conjunction Astrology","children": []},{"href": "jupiter-sign.php","title": "Jupiter Sign","name": "Jupiter Sign","children": []},{"href": "jupiter-exaltation-debilitated-jupiter-astrology.php","title": "Jupiter Exaltation Debilitated Jupiter Astrology","name": "Jupiter Exaltation Debilitated Jupiter Astrology","children": []},{"href": "jupiter-career-vedic-astrology.php","title": "Jupiter Career Vedic Astrology","name": "Jupiter Career Vedic Astrology","children": []},{"href": "medical-astrologer.php","title": "Medical Astrologer","name": "Medical Astrologer","children": []},{"href": "zodiac-jupiter.php","title": "Zodiac Jupiter","name": "Zodiac Jupiter","children": []},{"href": "yogas-astrology.php","title": "Yogas Astrology","name": "Yogas Astrology","children": []},{"href": "jupiter-house-astrology.php","title": "Jupiter House Astrology","name": "Jupiter House Astrology","children": []},{"href": "astrological-birth-chart.php","title": "Astrological Birth Chart","name": "Astrological Birth Chart","children": []},{"href": "free-astrologer.php","title": "Free Astrologer","name": "Free Astrologer","children": []},{"href": "astrology-links.php","title": "Astrology Links","name": "Astrology Links","children": []},{"href": "social-media-sites.php","title": "Social Media Sites","name": "Social Media Sites","children": []},{"href": "astrology-forum.php","title": "Astrology Forum","name": "Astrology Forum","children": []}], "flyover"));</script>
Required attribute "type" not specified.
Line 571 HTML Validation
t>$(document).ready(flyoutMenu.initFlyoutMenu([{"href": "index.php","title": "Astrology ","name": "Your Home For Astrology ","children": []},{"href": "about-vedic-astrology.php","title": "About Vedic Astrology","name": "About Vedic Astrology","children": []},{"href": "about-us-vedic-astrologer.php","title": "About Us Vedic Astrologer","name": "About Us Vedic Astrologer","children": []},{"href": "services-astrology.php","title": "Services Astrology","name": "Services Astrology","children": []},{"href": "testimonials--vedic-astrology.php","title": "Testimonials- Vedic Astrology","name": "Testimonials- Vedic Astrology","children": []},{"href": "free-vedic-horoscope-astrology.php","title": "Free Vedic Horoscope Astrology","name": "Free Vedic Horoscope Astrology","children": []},{"href": "career-horoscope-astrology.php","title": "Career Horoscope Astrology","name": "Career Horoscope Astrology","children": []},{"href": "financial-horoscope.php","title": "Wealth Astrology","name": "Wealth Astrology","children": []},{"href": "finance-horoscope-astrology.php","title": "Finance Horoscope Astrology","name": "Finance Horoscope Astrology","children": []},{"href": "birth-time-rectification.php","title": "Birth Time Rectification","name": "Birth Time Rectification","children": []},{"href": "personalised-life-horoscope.php","title": "Personalised Life Horoscope","name": "Personalised Life Horoscope","children": []},{"href": "child-horoscope-astrology.php","title": "Child Horoscope Astrology","name": "Child Horoscope Astrology","children": []},{"href": "health-horoscope-astrology.php","title": "Health Horoscope Astrology","name": "Health Horoscope Astrology","children": []},{"href": "ask-any-one-question.php","title": "Ask Any One Question","name": "Ask Any One Question","children": []},{"href": "love-marriage-horoscope-match-astrology.php","title": "Love Marriage Horoscope Match Astrology","name": "Love Marriage Horoscope Match Astrology","children": []},{"href": "annual-yearly-horoscope-astrology.php","title": "Annual Yearly Horoscope Astrology","name": "Annual Yearly Horoscope Astrology","children": []},{"href": "business-astrology-horoscope.php","title": "Business Astrology Horoscope","name": "Business Astrology Horoscope","children": []},{"href": "muhurata-auspicious-time-astrology.php","title": "Muhurata Auspicious Time Astrology","name": "Muhurata Auspicious Time Astrology","children": []},{"href": "manglik-kuja-dosha-check-remedies-astrology.php","title": "Manglik-Kuja-Dosha-Check-Remedies-Astrology","name": "Manglik-Kuja-Dosha-Check-Remedies-Astrology","children": []},{"href": "sade-sati-shani-astrology.php","title": "Sade Sati Shani Astrology","name": "Sade Sati Shani Astrology","children": []},{"href": "kal-sarp-yog-rahu-ketu-astrology.php","title": "Kal Sarp Yog Rahu Ketu Astrology","name": "Kal Sarp Yog Rahu Ketu Astrology","children": []},{"href": "moon-astrology-sign-horoscope.php","title": "Moon Astrology Sign Horoscope","name": "Moon Astrology Sign Horoscope","children": []},{"href": "venus-house-astrology.php","title": "Venus House Astrology","name": "Venus House Astrology","children": []},{"href": "learn-about-astrology.php","title": "Learn About Astrology","name": "Learn About Astrology","children": []},{"href": "astrology-online.php","title": "Astrology Online","name": "Astrology Online","children": []},{"href": "planet-astrology.php","title": "Planet Astrology","name": "Planet Astrology","children": []},{"href": "indian-astrology.php","title": "Indian Astrology","name": "Indian Astrology","children": []},{"href": "money-horoscope.php","title": "Money Horoscope","name": "Money Horoscope","children": []},{"href": "jupiter-astrology.php","title": "Jupiter Astrology","name": "Jupiter Astrology","children": []},{"href": "jupiter-conjunction-astrology.php","title": "Jupiter Conjunction Astrology","name": "Jupiter Conjunction Astrology","children": []},{"href": "jupiter-sign.php","title": "Jupiter Sign","name": "Jupiter Sign","children": []},{"href": "jupiter-exaltation-debilitated-jupiter-astrology.php","title": "Jupiter Exaltation Debilitated Jupiter Astrology","name": "Jupiter Exaltation Debilitated Jupiter Astrology","children": []},{"href": "jupiter-career-vedic-astrology.php","title": "Jupiter Career Vedic Astrology","name": "Jupiter Career Vedic Astrology","children": []},{"href": "medical-astrologer.php","title": "Medical Astrologer","name": "Medical Astrologer","children": []},{"href": "zodiac-jupiter.php","title": "Zodiac Jupiter","name": "Zodiac Jupiter","children": []},{"href": "yogas-astrology.php","title": "Yogas Astrology","name": "Yogas Astrology","children": []},{"href": "jupiter-house-astrology.php","title": "Jupiter House Astrology","name": "Jupiter House Astrology","children": []},{"href": "astrological-birth-chart.php","title": "Astrological Birth Chart","name": "Astrological Birth Chart","children": []},{"href": "free-astrologer.php","title": "Free Astrologer","name": "Free Astrologer","children": []},{"href": "astrology-links.php","title": "Astrology Links","name": "Astrology Links","children": []},{"href": "social-media-sites.php","title": "Social Media Sites","name": "Social Media Sites","children": []},{"href": "astrology-forum.php","title": "Astrology Forum","name": "Astrology Forum","children": []}], "flyover"));</script>
</u
l>
End tag for "li" omitted, but OMITTAG NO was specified.
Line 572 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
This page has markup errors, causing screen readers to miss content.
Line 572 WCAG2 A F70
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.
Line 572 Internet Explorer
Fix the errors listed on the Standards tab of this report.
Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 572 Google
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.
l>
</div>
</div>
<div style="clear:both;"></div>
<div id="logo">
<div id="sys_banner" name
="banner" style="background: url(resources/astrologer/astrologer.jpg.cropped978x263o0%2C1s984x262.jpg) no-repeat left top;" >
There is no attribute "name".
Line 577 HTML Validation
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen
if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes
which were present in earlier versions of HTML.
="banner" style="background: url(resources/astrologer/astrologer.jpg.cropped978x263o0%2C1s984x262.jpg) no-repeat left top;" >
<h1 style="text-align:left;"><a id="sys_heading" href="./" style="color:#ff00aa;font-size:36px;font-style:normal;font-weight:bold;text-decoration:none;">About Us Vedic Astrologer</a></h1>
</div>
</div>
<!-- end header -->
<!-- start page -->
<div id="page">
<!-- start content -->
<div id="content">
<div style="width: 100%; padding: 0px; margin: 0px" class="layout_1-column sys_layout">
<div id="layout_row1">
<div id="sys_region_1" style="margin:0px; padding:5px; vertical-align:top; line-height:normal; min-width:100px" class="zone_top" ><div id="I1162" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1162_html"><div id="google_translate_element"></div><script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>
</div><div id="I1796" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1796_html"><a href="https://s3.amazonaws.com/com.alexa.toolbar/atbp/oKk_do/download/index.htm">
<img src="http://www.alexa.com/tbplatform/images/promotebuttons/orange/TB-banner3-2.jpg" alt="Get our toolbar!"></
a></div>
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
Line 603 Usability.gov 14:3
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked.
Add width and height attributes to the img tag matching the image dimensions. Authoring tools
like Dreamweaver can automate this process.
<img src="http://www.alexa.com/tbplatform/images/promotebuttons/orange/TB-banner3-2.jpg" alt="Get our toolbar!"></
End tag for "img" omitted, but OMITTAG NO was specified.
Line 603 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.
Line 603 Internet Explorer
Fix the errors listed on the Standards tab of this report.
Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 603 Google
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.
a></div>
</div><div id="I2784" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
"></script>
"async" is not a member of a group specified for any attribute.
Line 606 HTML Validation
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Required attribute "type" not specified.
Line 606 HTML Validation
"></script>
<!-- 728*90_2 -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client
="ca-pub-3572507574543969"
There is no attribute "data-ad-client".
Line 610 HTML Validation
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen
if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes
which were present in earlier versions of HTML.
="ca-pub-3572507574543969"
data-ad-slot
="6503107967"></ins>
There is no attribute "data-ad-slot".
Line 611 HTML Validation
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen
if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes
which were present in earlier versions of HTML.
="6503107967"></ins>
<scrip
t>
Required attribute "type" not specified.
Line 612 HTML Validation
t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I1104" style="display:block;clear: both;" class="Text_Default">
<div id="I1104_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p><p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size:14.0pt;font-family:"Gill Sans Ultra Bold","sans-serif";
color:#00B050">BPHS Chapter 97:</span></b><span style="font-size: 14pt; font-family: 'Trebuchet MS', sans-serif;"></span></p>
<span style="font-size:14.0pt;font-family:"Gill Sans Ultra Bold","sans-serif";
color:#00B050">"One who reads, or listens with attention and devotion to
this most excellent Hora Shastra,that is Original Sanskrit Text Book of<span class="apple-converted-space"> </span><a href="index.php" target
="new"><span style="color: rgb(0, 176, 80);">Astrology</span></a><span class="apple-converted-space"> </span>created by the ancient father of<span class="apple-converted-space"> </span><a href="index.php" target="new"><span style="color: rgb(0, 176, 80);">Astrology</span></a><span class="apple-converted-space"> </span>Sage Parashara becomes long-lived and
There is no attribute "target".
Line 620 HTML Validation
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen
if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes
which were present in earlier versions of HTML.
="new"><span style="color: rgb(0, 176, 80);">Astrology</span></a><span class="apple-converted-space"> </span>created by the ancient father of<span class="apple-converted-space"> </span><a href="index.php" target="new"><span style="color: rgb(0, 176, 80);">Astrology</span></a><span class="apple-converted-space"> </span>Sage Parashara becomes long-lived and
is blessed with increase in his or her strength, wealth and good
reputation."</span></div>
</div><div id="I1115" style="display:block;clear: both;" class="Text_Default">
<div id="I1115_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p><p></p><h2>
<font face
="Courier New,monospace
"><span style="color:#00B050"><a href="services-astrology.php" target="new"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 625 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face
There is no attribute "face".
Line 625 HTML Validation
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen
if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes
which were present in earlier versions of HTML.
="Courier New,monospace
Element "font" undefined.
Line 625 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><span style="color:#00B050"><a href="services-astrology.php" target="new"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
mso-bidi-font-size:10.0pt;color:#00B050">Horoscope Online</span></b></a></span></font></h2>
<h2>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Headings should not be empty.
Line 626 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h2>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 626 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 626 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#00B050"> </span></b><span style="color:#00B050"></span></font></h2><h2>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 627 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 627 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:red"><a href="http://www.stardestiny.com/" target="new"><span style="color:red">Numerology</span></a></span></b><b><span style="font-size:
14.0pt;color:red">
<a href="http://www.stardestiny.com/" target="new"><span style="color:red"> </span></a> <span style="mso-spacerun:yes"> </span></span></b><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Each A tag must contain text or an IMG with an ALT tag.
Line 629 WCAG2 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.
<a href="http://www.stardestiny.com/" target="new"><span style="color:red"> </span></a> <span style="mso-spacerun:yes"> </span></span></b><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:red"><a href="free-vedic-horoscope-astrology.php" target="new"><span style="color:red">Free Horoscope </span></a><span style="mso-spacerun:yes"> </span><a href="astrological-birth-chart.php" target="new"><span style="color:red"><span style="mso-spacerun:yes"> </span>Astrological Birth Chart</span></a></span></b><span style="color:red"></span></font></h2>
<h2>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:
Headings should not be empty.
Line 630 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h2>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 630 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 630 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:red"> </span></b><span style="color:red"></span></font></h2>
<h2>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:
Headings should not be empty.
Line 631 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h2>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 631 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 631 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:red"> </span></b><span style="color:red"></span></font></h2><h2>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 632 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 632 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:red"><a href="love-marriage-horoscope-match-astrology.php" target="new"><span style="color:red">Marriage Astrology</span></a><span style="mso-spacerun:yes"> </span>
<a href="finance-horoscope-astrology.php" target="new"><span style="color:red">Money Astrology</span></a><span style="mso-spacerun:yes"> </span><a href="astrology-forum.php" target="new"><span style="color:red">Astrology Forum</span></a></span></b></font></h2>
<h2>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Provide a way to skip repetitive navigation links.
Line 633 Section 508 1194.22 (o)
Without a skip link, screen readers read out the navigation links on every page before reading the page content.
Headings can be a substitute in limited circumstances, but they're not used by all screen reader users,
and many other assistive technology users have no way to navigate via headings.
Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users:
<a class="accessible" href="#main">[Skip to Content]</a>
<a href="finance-horoscope-astrology.php" target="new"><span style="color:red">Money Astrology</span></a><span style="mso-spacerun:yes"> </span><a href="astrology-forum.php" target="new"><span style="color:red">Astrology Forum</span></a></span></b></font></h2>
Headings should not be empty.
Line 633 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h2>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 633 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 633 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:red"> </span></b></font></h2><pre><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:red"> </span></b></pre><p></p></div>
</div><div id="I2808" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
"></script>
"async" is not a member of a group specified for any attribute.
Line 637 HTML Validation
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Required attribute "type" not specified.
Line 637 HTML Validation
"></script>
<!-- 200*90 vert link_green_red -->
<ins class="adsbygoogle"
style="display:inline-block;width:200px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="8340951167"></ins>
<scrip
t>
Required attribute "type" not specified.
Line 643 HTML Validation
t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I2018" style="display:block;clear: both;text-align:left;" class="Image_Default"><a href="annual-yearly-horoscope-astrology.php" target="new" >
<img id="I2018_img" src="resources/annual-horoscope/annual-horoscope.png" alt="Annual Horoscope" style='width:238px; border:none;'/></a></div><div id="I2787" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
"></script>
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
Line 645 Usability.gov 14:3
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked.
Add width and height attributes to the img tag matching the image dimensions. Authoring tools
like Dreamweaver can automate this process.
<img id="I2018_img" src="resources/annual-horoscope/annual-horoscope.png" alt="Annual Horoscope" style='width:238px; border:none;'/></a></div><div id="I2787" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
"async" is not a member of a group specified for any attribute.
Line 645 HTML Validation
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Required attribute "type" not specified.
Line 645 HTML Validation
"></script>
<!-- 300*250 med rec -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:250px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="4887957161"></ins>
<scrip
t>
Required attribute "type" not specified.
Line 651 HTML Validation
t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I1105" style="display:block;clear: both;" class="Text_Default">
<div id="I1105_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> <span style="color: rgb(0, 176, 80); "> </span></p>
<p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><br></
p><p><br></
p><p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><br></
p>
End tag for "br" omitted, but OMITTAG NO was specified.
Line 656 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.
Line 656 Internet Explorer
Fix the errors listed on the Standards tab of this report.
Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 656 Google
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.
p><p><br></
End tag for "br" omitted, but OMITTAG NO was specified.
Line 656 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
p><p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><br></
End tag for "br" omitted, but OMITTAG NO was specified.
Line 656 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
p>
<p style="margin-bottom:0in;margin-bottom:.0001pt;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt"></p><h3 style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size: 14pt; font-family: 'Courier New';"><font color
="#ff0000
"> </font><a href="learn-about-astrology.php" target="new"><font color="#cc0000
">Learn About Astrology</font></a></span></b><span style="font-size:9.0pt;font-family:"Trebuchet MS","sans-serif";color:red"></span></h3>
<h3>
There is no attribute "color".
Line 658 HTML Validation
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen
if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes
which were present in earlier versions of HTML.
="#ff0000
Element "font" undefined.
Line 658 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"> </font><a href="learn-about-astrology.php" target="new"><font color="#cc0000
Element "font" undefined.
Line 658 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
">Learn About Astrology</font></a></span></b><span style="font-size:9.0pt;font-family:"Trebuchet MS","sans-serif";color:red"></span></h3>
Headings should not be empty.
Line 658 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h3>
</h3>
<h3 style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><span style="font-size: 9pt; font-family: 'Trebuchet MS', sans-serif;"> </span></h3>
<h3>
Headings should not be empty.
Line 660 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h3 style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><span style="font-size: 9pt; font-family: 'Trebuchet MS', sans-serif;"> </span></h3>
Headings should not be empty.
Line 660 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h3>
</h3><h3 style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size:14.0pt;font-family:"Courier New";
color:#F79646"> </span></b><b><span style="font-size:14.0pt;font-family:
"Courier New";color:#00B050"><a href="manglik-kuja-dosha-check-remedies-astrology.php" target="new"><span style="color:#00B050">Manglik
Meaning</span></a>
<a href="manglik-kuja-dosha-check-remedies-aatrology.php" target="new"><span class="apple-converted-space"><span style="color: rgb(0, 176, 80);"> </span></span></a> <span class="apple-converted-space"> </span><a href="sade-sati-shani-astrology.php" target="new"><span style="color:#00B050;
Each A tag must contain text or an IMG with an ALT tag.
Line 665 WCAG2 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.
<a href="manglik-kuja-dosha-check-remedies-aatrology.php" target="new"><span class="apple-converted-space"><span style="color: rgb(0, 176, 80);"> </span></span></a> <span class="apple-converted-space"> </span><a href="sade-sati-shani-astrology.php" target="new"><span style="color:#00B050;
border:none windowtext 1.0pt;mso-border-alt:none windowtext 0in;padding:0in">Shani
Sadesati</span></a> <span class="apple-converted-space"> </span>
<a href="kal-sarp-yog-rahu-ketu-astrology.php" target="new"><span style="color:#00B050">Kal
Provide a way to skip repetitive navigation links.
Line 667 Section 508 1194.22 (o)
Without a skip link, screen readers read out the navigation links on every page before reading the page content.
Headings can be a substitute in limited circumstances, but they're not used by all screen reader users,
and many other assistive technology users have no way to navigate via headings.
Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users:
<a class="accessible" href="#main">[Skip to Content]</a>
<a href="kal-sarp-yog-rahu-ketu-astrology.php" target="new"><span style="color:#00B050">Kal
Sarpa Yog</span></a>
<a href="kal-sarp-yog-rahu-ketu-astrology.php" target="new"><span style="color:#00B050"> </span><span class="apple-converted-space"><span style="color: rgb(0, 176, 80);"> </span></span></a> </span></b><span style="font-size:9.0pt;font-family:"Trebuchet MS","sans-serif";color:#00B050"></span></h3>
<h3>
Each A tag must contain text or an IMG with an ALT tag.
Line 668 WCAG2 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.
<a href="kal-sarp-yog-rahu-ketu-astrology.php" target="new"><span style="color:#00B050"> </span><span class="apple-converted-space"><span style="color: rgb(0, 176, 80);"> </span></span></a> </span></b><span style="font-size:9.0pt;font-family:"Trebuchet MS","sans-serif";color:#00B050"></span></h3>
Headings should not be empty.
Line 668 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h3>
</h3><h3 style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size:14.0pt;font-family:"Courier New";
color:#00B050"> <a href="astrology-online.php" target="new"><span style="color:#00B050">Astrology
Online</span></a>
<a href="astrology-online.php" target="new"><span class="apple-converted-space"><span style="color: rgb(0, 176, 80);"> </span></span></a>
<a href="planet-astrology.php" target="new"><span style="color:#00B050">Planet
Each A tag must contain text or an IMG with an ALT tag.
Line 672 WCAG2 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.
<a href="astrology-online.php" target="new"><span class="apple-converted-space"><span style="color: rgb(0, 176, 80);"> </span></span></a>
Provide a way to skip repetitive navigation links.
Line 672 Section 508 1194.22 (o)
Without a skip link, screen readers read out the navigation links on every page before reading the page content.
Headings can be a substitute in limited circumstances, but they're not used by all screen reader users,
and many other assistive technology users have no way to navigate via headings.
Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users:
<a class="accessible" href="#main">[Skip to Content]</a>
<a href="planet-astrology.php" target="new"><span style="color:#00B050">Planet
Astrology</span></a><span class="apple-converted-space"> </span>
<a href="venus-house-astrology.php" target="new"><span style="color:#00B050"> </span><span class="apple-converted-space"><span style="color: rgb(0, 176, 80);"> </span></span></a><a href="venus-house-astrology.php" target="new"><span style="color:#00B050">Venus
Each A tag must contain text or an IMG with an ALT tag.
Line 673 WCAG2 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.
<a href="venus-house-astrology.php" target="new"><span style="color:#00B050"> </span><span class="apple-converted-space"><span style="color: rgb(0, 176, 80);"> </span></span></a><a href="venus-house-astrology.php" target="new"><span style="color:#00B050">Venus
Astrology</span></a></span></b><span style="font-size:9.0pt;font-family:"Trebuchet MS","sans-serif";
color:#00B050"></span></h3>
<h3>
Headings should not be empty.
Line 675 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h3>
</h3><h3 style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size:14.0pt;font-family:"Courier New";
color:#00B050"> <a href="free-vedic-horoscope-astrology.php" target="new"><span style="color:#00B050">Free
Astrology</span></a> <span class="apple-converted-space"> </span><a href="moon-astrology-sign-horoscope.php" target="new"><span style="color:#00B050">Moon
Astrology</span></a> <a href="yogas-astrology.php" target="new"><span style="color:#00B050">Raja
Yoga Astrology</span></a></span></b><span style="font-size:9.0pt;font-family:
"Trebuchet MS","sans-serif";color:#00B050"></span></h3><p></p><p></p>
<p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size:14.0pt;font-family:"Courier New";
color:#00B050"> </span></b><span style="font-size:9.0pt;font-family:"Trebuchet MS","sans-serif";
color:#00B050"></span></p><p></p><p></p><p></p>
<p><span style="color:#00B050"> </span></p>
<p> </p>
<p><b><span style="font-size:16.0pt;line-height:115%"></span></b></p><p><b> </b></p>
<p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><span style="font-size:14.0pt;mso-bidi-font-size:9.0pt;font-family:"Bodoni MT Black","serif";
color:#00B050;mso-bidi-font-weight:bold"> </span><span style="font-size:
14.0pt;mso-bidi-font-size:9.0pt;font-family:"Bodoni MT Black","serif";
color:#00B050"></span></p>
<p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><span style="font-size:14.0pt;font-family:"Cardo","serif";color:red"></span></p><p> </p></div>
</div><div id="I2809" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
"></script>
"async" is not a member of a group specified for any attribute.
Line 701 HTML Validation
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Required attribute "type" not specified.
Line 701 HTML Validation
"></script>
<!-- 200*90 vert link_red_green -->
<ins class="adsbygoogle"
style="display:inline-block;width:200px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="2713219967"></ins>
<scrip
t>
Required attribute "type" not specified.
Line 707 HTML Validation
t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I1106" style="display:block;clear: both;margin:10px 10px 10px 10px;" class="Panel_Default">
<style id='yola-panel-style-I1106' type='text/css
'>
Document type does not allow element "style" here.
Line 710 HTML Validation
'>
div#yola-panel-I1106{
background:#ffac2a;background:#ffac2a -webkit-linear-gradient(top, #ffac2a 0%, #c07705 100%);background:#ffac2a -khtml-linear-gradient(top, #ffac2a 0%, #c07705 100%);background:#ffac2a -moz-linear-gradient(top, #ffac2a 0%, #c07705 100%);background:#ffac2a -ms-linear-gradient(top, #ffac2a 0%, #c07705 100%);background:#ffac2a -o-linear-gradient(top, #ffac2a 0%, #c07705 100%);background:#ffac2a linear-gradient(top, #ffac2a 0%, #c07705 100%);-webkit-border-radius:7px;-khtml-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5);box-shadow:0 1px 2px rgba(0, 0, 0, .5);
}
Property -webkit-border-radius is vendor specific.
Line 715 CSS Validation
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.
Property -khtml-border-radius is vendor specific.
Line 715 CSS Validation
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.
Property -moz-border-radius is vendor specific.
Line 715 CSS Validation
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.
Property -ms-border-radius is vendor specific.
Line 715 CSS Validation
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.
Property -o-border-radius is vendor specific.
Line 715 CSS Validation
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.
CSS property border-radius is not supported by IE8 or earlier.
Line 715 Internet Explorer
No rounded corners will be displayed on old versions of Internet Explorer.
div#yola-panel-inner-I1106{
-webkit-border-radius:7px;-khtml-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px;background-position:top left;background-repeat:repeat;padding:20px 20px 20px 20px;
}
div#yola-panel-inner-I1106,
div#yola-panel-inner-I1106 .sys_txt,
.content div#yola-panel-inner-I1106 p,
#content div#yola-panel-inner-I1106 p,
div#yola-panel-inner-I1106 .HTML_Default p,
div#yola-panel-inner-I1106 .Text_Default p,
div#yola-panel-inner-I1106 .sys_txt p,
div#yola-panel-inner-I1106 .sys_txt a,
div#content div#yola-panel-inner-I1106 p{
color:#222;
}
div#yola-panel-inner-I1106 h1,
div#yola-panel-inner-I1106 h2,
div#yola-panel-inner-I1106 h3,
div#yola-panel-inner-I1106 h4,
div#yola-panel-inner-I1106 h5,
div#yola-panel-inner-I1106 h6,
div#yola-panel-inner-I1106 .sys_txt h1,
div#yola-panel-inner-I1106 .sys_txt h2,
div#yola-panel-inner-I1106 .sys_txt h3,
div#yola-panel-inner-I1106 .sys_txt h4,
div#yola-panel-inner-I1106 .sys_txt h5,
div#yola-panel-inner-I1106 .sys_txt h6{
color:#222;
}
div#yola-panel-inner-I1106 a,
div#yola-panel-inner-I1106 .sys_txt a{
color:#fff;
}
div#yola-panel-inner-I1106 a:hover,
div#yola-panel-inner-I1106 .sys_txt a:hover{
color:#fff;
}
</style>
<div id='yola-panel-I1106'>
<div id='yola-panel-inner-I1106'>
<table border="0" cellspacing="0" cellpadding="0" style="width:100%;">
<tr>
<td id="Panel_I1106" style="text-align:left; vertical-align:top; width:100%;" ><div id="I1107" style="display:block;clear: both;" class="Text_Default">
<div id="I1107_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p><p>
</p><p>
</p><p>
</p><p>
</p><p>
</p><h4><font face="Times New Roman
"><b style="mso-bidi-font-weight:normal"><
u><span style="font-size: 22pt; color: rgb(204, 0, 204);"><a href="index.php" target="new"><span style="color:#CC00CC">Freeastrologyvedic.com</span></a>
<a href="index.php" target="new"><span style="color:#CC00CC"> </span></a><span style="mso-spacerun:yes"> </span></span></u></b>
<b style="mso-bidi-font-weight:normal"><span style="font-size: 22pt; color: rgb(204, 0, 204);">is
Element "font" undefined.
Line 773 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:normal"><
Element "u" undefined.
Line 773 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
u><span style="font-size: 22pt; color: rgb(204, 0, 204);"><a href="index.php" target="new"><span style="color:#CC00CC">Freeastrologyvedic.com</span></a>
Each A tag must contain text or an IMG with an ALT tag.
Line 773 WCAG2 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.
<a href="index.php" target="new"><span style="color:#CC00CC"> </span></a><span style="mso-spacerun:yes"> </span></span></u></b>
Use bold text sparingly - for one or two words or a short phrase.
Line 773 Usability.gov 11:5
Keep runs of bold text to less than 70 characters.
<b style="mso-bidi-font-weight:normal"><span style="font-size: 22pt; color: rgb(204, 0, 204);">is
the Internet's most popular authentic<span style="mso-spacerun:yes"> </span><a href="index.php" target="new"><span style="color:#CC00CC">Astrology</span></a> destination<span style="mso-spacerun:yes"> </span>providing Accurate<span style="mso-spacerun:yes"> </span>Predictions based on <a href="index.php" target="new"><span style="color:#CC00CC">Indian Astrology</span></a>,
<a href="about-vedic-astrology.php" target="new"><span style="color:#CC00CC">Hindu Astrology </span></a><span style="mso-spacerun:yes"> </span>also called <a href="about-vedic-astrology.php" target="new"><span style="color:#CC00CC">Vedic Astrology</span></a> .</span></b></font></h4><h4><font face="Times New Roman
"><b style="mso-bidi-font-weight:normal"><span style="font-size: 22pt; color: rgb(204, 0, 204);"></span><span style="font-size: 22pt; line-height: 115%; color: rgb(204, 0, 204);">Learning <a href="index.php" target="new"><span style="color:#CC00CC">astrology</span></a></span></b><span style="color:#CC00CC"></span>
<b style="mso-bidi-font-weight:
Provide a way to skip repetitive navigation links.
Line 774 Section 508 1194.22 (o)
Without a skip link, screen readers read out the navigation links on every page before reading the page content.
Headings can be a substitute in limited circumstances, but they're not used by all screen reader users,
and many other assistive technology users have no way to navigate via headings.
Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users:
<a class="accessible" href="#main">[Skip to Content]</a>
<a href="about-vedic-astrology.php" target="new"><span style="color:#CC00CC">Hindu Astrology </span></a><span style="mso-spacerun:yes"> </span>also called <a href="about-vedic-astrology.php" target="new"><span style="color:#CC00CC">Vedic Astrology</span></a> .</span></b></font></h4><h4><font face="Times New Roman
Element "font" undefined.
Line 774 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:normal"><span style="font-size: 22pt; color: rgb(204, 0, 204);"></span><span style="font-size: 22pt; line-height: 115%; color: rgb(204, 0, 204);">Learning <a href="index.php" target="new"><span style="color:#CC00CC">astrology</span></a></span></b><span style="color:#CC00CC"></span>
Use bold text sparingly - for one or two words or a short phrase.
Line 774 Usability.gov 11:5
Keep runs of bold text to less than 70 characters.
<b style="mso-bidi-font-weight:
normal"><span style="font-size: 22pt; color: rgb(204, 0, 204);"> is as simple that even difficult topics have been presented in
lucid,easily understable way to even those who have no knowledge in <a href="index.php" target="new"><span style="color:#CC00CC">Astrology</span></a> and for even who
are seeking astrological assistance, but also for high-level astrological
research and development on wide scale.Greats in astrological profile are
serving day and night in the service of mankind to help them out from every day
life questions to difficult, specialized and serios queries.Our Goal is to help
those who are facing problems and betterment of humanity using divine </span></b><b style="mso-bidi-font-weight:normal"><span style="font-size: 22pt; line-height: 115%; color: rgb(204, 0, 204);">science of <a href="index.php" target="new"><span style="color:#CC00CC">astrology</span></a></span></b><span style="color:#CC00CC"></span><b style="mso-bidi-font-weight:
normal"><span style="font-size: 22pt; color: rgb(204, 0, 204);"><span style="font-size: 22pt; color: rgb(204, 0, 204);">
.</span></span></b></font><span style="color:#CC00CC"></span>
<b style="mso-bidi-font-weight:
normal"><span style="font-size:22.0pt;font-family:"Centaur","serif";color:fuchsia"></span></b>
</h4><p><b style="mso-bidi-font-weight:normal"><span style="font-size:22.0pt;line-height:115%;font-family:"Centaur","serif";
color:fuchsia"> </span></b></p>
<b style="mso-bidi-font-weight:
normal"><span style="font-size:22.0pt;font-family:"Calisto MT","serif";
color:fuchsia"></span></b>
<p><b style="mso-bidi-font-weight:normal"><span style="font-size:22.0pt;line-height:115%;font-family:"Calisto MT","serif";
color:fuchsia"> </span></b></p>
<span style="font-size:22.0pt;
font-family:"Calisto MT","serif";color:fuchsia"></span>
<p><span style="font-size:22.0pt;line-height:115%;font-family:
"Calisto MT","serif";color:fuchsia"> </span></p>
<span style="font-size:28.0pt;
mso-bidi-font-size:12.0pt;font-family:"Calisto MT","serif";color:fuchsia"></span>
<p><span style="font-size:28.0pt;mso-bidi-font-size:11.0pt;
line-height:115%;font-family:"Calisto MT","serif";color:fuchsia"> </span></p>
<p><span style="color:#FF33CC"> </span></p></div>
</div><div id="I2789" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
"></script>
"async" is not a member of a group specified for any attribute.
Line 815 HTML Validation
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Required attribute "type" not specified.
Line 815 HTML Validation
"></script>
<!-- 789*90 led_pink_orange -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="7841423565"></ins>
<scrip
t>
Required attribute "type" not specified.
Line 821 HTML Validation
t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I2019" style="display:block;clear: both;text-align:left;" class="Image_Default"><a href="ask-any-one-question.php" target="new" >
<img id="I2019_img" src="resources/ask-a-question-astrology/ask-a-question-astrology.jpg" alt="Ask A Question Astrology" style='width:600px; border:none;'/></a></div></td>
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
Line 823 Usability.gov 14:3
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked.
Add width and height attributes to the img tag matching the image dimensions. Authoring tools
like Dreamweaver can automate this process.
<img id="I2019_img" src="resources/ask-a-question-astrology/ask-a-question-astrology.jpg" alt="Ask A Question Astrology" style='width:600px; border:none;'/></a></div></td>
</tr>
</table>
</div>
</div>
</div><div id="I2790" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
"></script>
"async" is not a member of a group specified for any attribute.
Line 829 HTML Validation
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Required attribute "type" not specified.
Line 829 HTML Validation
"></script>
<!-- 200*90 vert link_red_choc -->
<ins class="adsbygoogle"
style="display:inline-block;width:200px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="3271623165"></ins>
<scrip
t>
Required attribute "type" not specified.
Line 835 HTML Validation
t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I1109" style="display:block;clear: both;" class="Text_Default">
<div id="I1109_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p><br></
p><p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><br></
p><h5>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:red"><a href="services-astrology.php" target="new"><span style="color:red"><span style="mso-spacerun:yes"> </span>Online Astrologer</span></a></span></b><span style="color:red"></span></font></h5>
<h5>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:
End tag for "br" omitted, but OMITTAG NO was specified.
Line 838 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
p><p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><br></
End tag for "br" omitted, but OMITTAG NO was specified.
Line 838 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
p><h5>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 838 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 838 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:red"><a href="services-astrology.php" target="new"><span style="color:red"><span style="mso-spacerun:yes"> </span>Online Astrologer</span></a></span></b><span style="color:red"></span></font></h5>
Headings should not be empty.
Line 838 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h5>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 838 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 838 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#F79646;
mso-themecolor:accent6"> </span></b></font></h5><h5>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 840 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 840 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#943634;
mso-themecolor:accent2;mso-themeshade:191"><a href="finance-horoscope-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191"> Financial Astrologers</span></a>
<a href="finance-horoscope-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
Each A tag must contain text or an IMG with an ALT tag.
Line 843 WCAG2 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.
Provide a way to skip repetitive navigation links.
Line 843 Section 508 1194.22 (o)
Without a skip link, screen readers read out the navigation links on every page before reading the page content.
Headings can be a substitute in limited circumstances, but they're not used by all screen reader users,
and many other assistive technology users have no way to navigate via headings.
Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users:
<a class="accessible" href="#main">[Skip to Content]</a>
<a href="finance-horoscope-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191"> </span></a><span style="mso-spacerun:yes"> </span><a href="personalised-life-horoscope.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191">Personality Horoscope</span></a><span style="mso-spacerun:yes"> </span><a href="love-marriage-horoscope-match-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191">Love Astrology</span></a></span></b><span style="color:#943634;mso-themecolor:
accent2;mso-themeshade:191"></span></font></h5>
<h5>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:
Headings should not be empty.
Line 847 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h5>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 847 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 847 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#943634;
mso-themecolor:accent2;mso-themeshade:191"> </span></b><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:191"></span></font></h5><h5>
<font face="Courier New,monospace
"><b><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#943634;mso-themecolor:
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 849 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 849 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#943634;mso-themecolor:
accent2;mso-themeshade:191"> </span></b>
<b style="mso-bidi-font-weight:
Use bold text sparingly - for one or two words or a short phrase.
Line 850 Usability.gov 11:5
Keep runs of bold text to less than 70 characters.
<b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#943634;
mso-themecolor:accent2;mso-themeshade:191"><a href="career-horoscope-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191">Career Horoscope</span></a><span style="mso-spacerun:yes"> </span>
<a href="ask-any-one-question.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
Provide a way to skip repetitive navigation links.
Line 853 Section 508 1194.22 (o)
Without a skip link, screen readers read out the navigation links on every page before reading the page content.
Headings can be a substitute in limited circumstances, but they're not used by all screen reader users,
and many other assistive technology users have no way to navigate via headings.
Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users:
<a class="accessible" href="#main">[Skip to Content]</a>
<a href="ask-any-one-question.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191">Ask Astrologer</span></a><span style="mso-spacerun:yes"> </span>
<a href="http://freevedicastrology.yolasite.com/birth-time-rectification.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
Each A tag must contain text or an IMG with an ALT tag.
Line 854 WCAG2 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.
<a href="http://freevedicastrology.yolasite.com/birth-time-rectification.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191;mso-bidi-font-weight:bold"><span style="mso-spacerun:yes"> </span></span></a><span style="mso-bidi-font-weight:bold"><a href="birth-time-rectification.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191">Birth Time Correction</span></a></span>
<a href="birth-time-rectification.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
Each A tag must contain text or an IMG with an ALT tag.
Line 856 WCAG2 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.
<a href="birth-time-rectification.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191"> </span></a> <span class="apple-converted-space"> </span></span></b><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:191"></span></font></h5>
<h5>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Headings should not be empty.
Line 857 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h5>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 857 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 857 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#943634;mso-themecolor:accent2;mso-themeshade:191"> </span></b><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:191"></span></font></h5><h5>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 858 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 858 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#943634;mso-themecolor:accent2;mso-themeshade:191"> <a href="annual-yearly-horoscope-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191">Horoscope Yearly</span></a>
<a href="annual-yearly-horoscope-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
Each A tag must contain text or an IMG with an ALT tag.
Line 860 WCAG2 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.
Provide a way to skip repetitive navigation links.
Line 860 Section 508 1194.22 (o)
Without a skip link, screen readers read out the navigation links on every page before reading the page content.
Headings can be a substitute in limited circumstances, but they're not used by all screen reader users,
and many other assistive technology users have no way to navigate via headings.
Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users:
<a class="accessible" href="#main">[Skip to Content]</a>
<a href="annual-yearly-horoscope-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191"><span style="mso-spacerun:yes"> </span></span></a><span style="mso-spacerun:yes"> </span><a href="business-astrology-horoscope.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191">Business Horoscope</span></a><span style="mso-spacerun:yes"> </span><a href="health-horoscope-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191">Health Horoscope</span></a></span></b><span style="color:#943634;
mso-themecolor:accent2;mso-themeshade:191"></span></font></h5>
<h5>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Headings should not be empty.
Line 864 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h5>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 864 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 864 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#943634;mso-themecolor:accent2;mso-themeshade:191"> </span></b><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:191"></span></font></h5><h5>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 865 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 865 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#943634;mso-themecolor:accent2;mso-themeshade:191"><a href="child-horoscope-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191"> Baby Horoscopes</span></a>
<a href="child-horoscope-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
Each A tag must contain text or an IMG with an ALT tag.
Line 867 WCAG2 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.
Provide a way to skip repetitive navigation links.
Line 867 Section 508 1194.22 (o)
Without a skip link, screen readers read out the navigation links on every page before reading the page content.
Headings can be a substitute in limited circumstances, but they're not used by all screen reader users,
and many other assistive technology users have no way to navigate via headings.
Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users:
<a class="accessible" href="#main">[Skip to Content]</a>
<a href="child-horoscope-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191"><span style="mso-spacerun:yes"> </span></span></a><span style="mso-spacerun:yes"> </span><a href="about-vedic-astrology.php" target="new"><span style="color:#943634;mso-themecolor:accent2;mso-themeshade:
191">Hindu Astrology</span></a></span></b><span style="color:#943634;
mso-themecolor:accent2;mso-themeshade:191"></span></font></h5>
<h5>
<font face="Courier New,monospace
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Headings should not be empty.
Line 870 WCAG2 AA G130
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.
<h5>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 870 Usability.gov 11:7
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts).
Other fonts may slow reading speed.
<font face="Courier New,monospace
Element "font" undefined.
Line 870 HTML Validation
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen
if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements
and frames which were present in earlier versions of HTML.
"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#F79646;mso-themecolor:accent6"> </span></b></font></h5><pre><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#00B050"> </span></b></pre><p><b><span style="font-size:14.0pt;line-height:115%;color:red"></span></b></p><p><b> </b></p>
<p><b><span style="font-size:16.0pt;line-height:115%;color:red"></span></b></p><p><b> </b></p>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><span style="font-size:12.0pt;font-family:"Bodoni MT Black","serif";
mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman";
color:#CC00FF"></span></p><p> </p></div>
</div><div id="I1298" style="display:block;clear: both;" class="WufooForm_Default"> <div id="wufoo-z7x3p9">
Fill out my <a href="http://freeastrology.wufoo.com/forms/z7x3p9">online form</a>.
</div>
<script type="text/javascript">var z7x3p9;(function(d, t) {
var s = d.createElement(t), options = {
'userName':'freeastrology',
'formHash':'z7x3p9',
'autoResize':true,
'height':'517',
'async':true,
'header':'show'};
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'wufoo.com/scripts/embed/form.js';
s.onload = s.onreadystatechange = function() {
var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
try { z7x3p9 = new WufooForm();z7x3p9.initialize(options);z7x3p9.display(); } catch (e) {}};
var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
})(document, 'script');</script>
</div><div id="I1110" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I1110_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p></p><p>
<
p><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 900 HTML Validation
This page has markup errors, causing screen readers to miss content.
Line 900 WCAG2 A F70
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.
p><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
font-family:"Courier New";color:#00B050"><a href="astrology-links.php" target="new"><span style="color:#00B050">Astrology links</span></a> </span></b></p>
Each A tag must contain text or an IMG with an ALT tag.
Line 903 WCAG2 A F89
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.
<a href="http://freevedicastrology.yolasite.com/astrology-links-and-resources.php" target="new"><span style="font-size: 14pt; font-family: Cardo, serif; color: rgb(255, 51, 204); border: 1pt none windowtext; padding: 0in; background-position: initial initial; background-repeat: initial initial; "></span></a></p><p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><span style="font-size:12.0pt;font-family:
"Cardo","serif";mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:
"Times New Roman";color:#FF33CC"></span></p></div>
</div><div id="I3159" style="display:block;clear: both;text-align:left;" class="Image_Default">
<img id="I3159_img" src="resources/astrologer/astrologer.jpg.cropped978x263o0%2C-2s980x274.jpg" style='width:939px; border:none;'
/></div></div>
IMG tags must have an ALT attribute.
Add an ALT attribute describing each image, which screen readers read aloud.
Spacer images and purely decorative images should use ALT=''.
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
Line 907 Usability.gov 14:3
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked.
Add width and height attributes to the img tag matching the image dimensions. Authoring tools
like Dreamweaver can automate this process.
<img id="I3159_img" src="resources/astrologer/astrologer.jpg.cropped978x263o0%2C-2s980x274.jpg" style='width:939px; border:none;'
Required attribute "alt" not specified.
Line 907 HTML Validation
/></div></div>
</div>
</div>
</div>
<!-- end content -->
<div style="clear: both;"> </div>
</div>
<!-- end page -->
<!-- start footer -->
<div id='sys_footer' class='sys_footer'></div>
<!--
$partnerFooterUrl = string(0) ""
$isWhiteLabel = bool(false)
$footerBought = bool(true)
_WHITE_LABEL = bool(false)
-->
<!-- Start of user defined footer tracking codes -->
<scrip
t>
Required attribute "type" not specified.
Line 932 HTML Validation
t>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-35557909-2', 'freeastrologyvedic.com');
ga('send', 'pageview');
</script>
<!-- End of user defined footer tracking codes -->
<script type="text/javascript">
var _yts = _yts || [];
_yts.push(["_siteId", "8a49866b30bf53e50130c8a4289e4958"]);
_yts.push(["_trackPageview"]);
(function() {
var yts = document.createElement("script");
yts.type = "text/javascript";
yts.async = true;
yts.src = "http://analytics.yola.net/tracking.js";
(document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(yts);
})();
</script><!-- Start Quantcast tag -->
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<script type="text/javascript">_qacct="p-b8x17GqsQ_656";quantserve();</script>
<noscript>
Avoid specifying a new window as the target of a link with target="_blank".
Line 958 WCAG2 AAA F22
Displaying new windows without warning is very confusing to non-sighted users
because some screen readers do not give any indication when new windows appear.
If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".
<a href="http://www.quantcast.com/p-b8x17GqsQ_656" target="_blank
Document type does not allow element "a" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 958 HTML Validation
This page has markup errors, causing screen readers to miss content.
Line 958 WCAG2 A F70
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.
">
<img src="http://pixel.quantserve.com/pixel/p-b8x17GqsQ_656.gif" style="display: none;" border
There is no attribute "border".
Line 958 HTML Validation
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen
if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions.
For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes
which were present in earlier versions of HTML.
="0" height="1" width="1" alt="Quantcast"/></a>
</noscript>
<!-- End Quantcast tag -->
<!-- Start of Google Analytics code configured in the Site Settings dialog -->
<script type='text/javascript'>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35557909-2']);
_gaq.push(['_trackPageview']);
(function(){
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End of Google Analytics code configured in the Site Settings dialog --></body>
</html>