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 name="google-site-verification" content="Q3_tjGJq8TLWVDwEeOxAH-m0RkFfc7kY6xXMJSGfcGM" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Title tag is too long for Bing. Bing recommends using titles up to 65 characters long. The title is 72 characters long.
Line 19 Bing
The major search engines all have different limits for title length, and these limits have
changed over time. Avoid title lengths close to the limits to prevent problems when the limits
change again, and note that the W3C recommends a maximum length of 64 characters.
Title tag is too long for Yahoo. Yahoo recommends limiting your page title to 67 characters. The title is 72 characters long.
Line 19 Yahoo
The major search engines all have different limits for title length, and these limits have
changed over time. Avoid title lengths close to the limits to prevent problems when the limits
change again, and note that the W3C recommends a maximum length of 64 characters.
Title is longer than 64 characters. W3C recommends titles are no longer than 64 characters.
Line 19 W3C Style Guide
<title>Astrology,Free Vedic Astrology,Indian Astrology,Love Astrology,Horoscope</title>
JavaScript changes: changed to content='Astrology ,HOROSCOPE ,Astrology Love Match ,HINDU ASTROLOGY ,Astrologer, ASTROLOGICAL FORECAST ,Daily Astrology, Love Astrology , HOROSCOPE COMPATIBILITY
'
<meta name="description" content="Astrology ,HOROSCOPE ,Astrology Love Match ,HINDU ASTROLOGY ,Astrologer, ASTROLOGICAL FORECAST ,Daily Astrology, Love Astrology , HOROSCOPE COMPATIBILITY" />
JavaScript changes: changed to content='Astrology, Horoscope, indian astrology, vedic astrology, horoscopes, astrologer, horoscope compatibility, birth horoscope, love horoscope, Learn ASTROLOGY, Zodiac Signs, Love Astrology , online astrology, birth chart astrology
'
<meta name="keywords" content="Astrology, Horoscope, indian astrology, vedic astrology, horoscopes, astrologer, horoscope compatibility, birth horoscope, love horoscope, Learn ASTROLOGY, Zodiac Signs, Love Astrology , online astrology, birth chart astrology" />
JavaScript changes: changed to rel='icon'
JavaScript changes: changed to rel='shortcut icon'
<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 30 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 30 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 30 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 54 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 63 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 65 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 65 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 243 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 243 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 253 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 371 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 371 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 381 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 381 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 403 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 403 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 421 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 421 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 431 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 431 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 440 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 440 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 450 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 450 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 459 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 459 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 469 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 469 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 478 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 478 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 488 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 488 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 497 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 497 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 507 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 507 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 521 HTML Validation
Document type does not allow element "script" here.
Line 521 HTML Validation
"
Character "<" is the first character of a delimiter but occurred as data.
Line 521 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 522 HTML Validation
/>
<script type="text/javascript" src="classes/commons/resources/flyoutmenu/flyoutmenu.js
"></script>
Document type does not allow element "script" here.
Line 523 HTML Validation
"></script>
</hea
d>
End tag for "script" omitted, but OMITTAG NO was specified.
Line 524 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 524 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 524 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 524 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 533 HTML Validation
'>
<li id="ys_menu_0" class="selected 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"><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 577 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 578 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 578 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 578 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 578 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/astrology/astrology.jpg.cropped978x263o0%2C0s980x263.jpg) no-repeat left top;" >
There is no attribute "name".
Line 583 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/astrology/astrology.jpg.cropped978x263o0%2C0s980x263.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;">Your Home For Astrology</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="I2205" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I2205_html"><script type="text/javascript" src="http://craftkeys.com/track.js#id_token=10f32efafc34d54737dddb9e1058e0d3" async
="async"></script>
There is no attribute "async".
Line 599 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.
="async"></script>
</div>
</div><div id="I2204" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I2204_html"><meta name="norton-safeweb-site-verification" content="f77d32gpoi0jag0ew4l900lvgttc024ianbgmu12meluqwaz1mkcijba61i4fs7igr4j1ftv83k-00uzf02xdzcko-20o2b9xll6u5o5dq11r4qets7gywjgj207li33"
/>
Document type does not allow element "meta" here.
Line 606 HTML Validation
/>
</div>
</div><div id="I2093" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I2093_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"
Unclosed start-tag requires SHORTTAG YES.
Line 619 HTML Validation
This page has markup errors, causing screen readers to miss content.
Line 619 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.
<meta name="google-translate-customization" content="25f118bc3d73ed48-421c43c6eb60065b-g2c6a656dfedefbfd-1a
"></meta>
Document type does not allow element "meta" here.
Line 619 HTML Validation
"></meta>
></script>
</div>
</div><div id="I1793" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1793_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/red/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 628 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/red/TB-banner3-2.jpg" alt="Get our toolbar!"></
End tag for "img" omitted, but OMITTAG NO was specified.
Line 628 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 628 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 628 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="I1562" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1562_html"> <meta name="pressabout-site-verification" content="b436000799f15335bb930a98a15695ed"
/>
Document type does not allow element "meta" here.
Line 633 HTML Validation
/>
</div>
</div><div id="I1566" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1566_html"><!-- Begin OCC code for Astrology department -->
<span class="occIcon-24927-52740"> </span>
<script type="text/javascript">
(function() {
var occ = document.createElement('script'); occ.type = 'text/javascript'; occ.async = true;
occ.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'www.onlinechatcenters.com/code-24927-52740.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(occ, s);
})();
</script>
<!-- End OCC code -->
</div>
</div><div id="I1524" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1524_html"><script type="text/javascript">
function woopraReady(tracker) {
tracker.setDomain('freeastrologyvedic.com');
tracker.setIdleTimeout(1800000);
tracker.track();
return false;
}
(function() {
var wsc = document.createElement('script');
wsc.src = document.location.protocol+'//static.woopra.com/js/woopra.js';
wsc.type = 'text/javascript';
wsc.async = true;
var ssc = document.getElementsByTagName('script')[0];
ssc.parentNode.insertBefore(wsc, ssc);
})();
</script>
</div>
</div><div id="I1225" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1225_html"><meta name="webutation-site-verification" content="webutation5a8ce820894f4cd5f9cd3edadcc18b9c"
/>
Document type does not allow element "meta" here.
Line 676 HTML Validation
/>
</div>
</div><div id="I2753" 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 681 HTML Validation
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Required attribute "type" not specified.
Line 681 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 685 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 686 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 687 HTML Validation
t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I961" style="display:block;clear: both;" class="Text_Default">
<div id="I961_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p>
<p> </p>
<p style="margin-bottom:0in;margin-bottom:.0001pt"></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><p></p><p></p>
<p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><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 699 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><span style="font-size: 14pt; font-family: 'Trebuchet MS', sans-serif;"></span></p><p></p><p></p>
<p><span style="font-size:14.0pt;line-height:115%"></span></p><p> </p><p></p><p></p>
</div>
</div><div id="I2183" style="display:block;clear: both;text-align:left;" class="Image_Default"><a href="ask-any-one-question.php" target="new" >
<img id="I2183_img" src="resources/ask-a-question-astrology/Ask-a-question45.jpg" alt="Ask A Question " style='width:425px; border:none;'/></a></div><div id="I2766" 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 707 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="I2183_img" src="resources/ask-a-question-astrology/Ask-a-question45.jpg" alt="Ask A Question " style='width:425px; border:none;'/></a></div><div id="I2766" 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 707 HTML Validation
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Required attribute "type" not specified.
Line 707 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 713 HTML Validation
t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I811" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I811_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>
<a href="http://www.stardestiny.com/"> </a>
<a href="http://www.stardestiny.com/">
Each A tag must contain text or an IMG with an ALT tag.
Line 716 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/"> </a>
Each A tag must contain text or an IMG with an ALT tag.
Line 716 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/">
</a></p><p>
<a href="http://www.stardestiny.com/">
Each A tag must contain text or an IMG with an ALT tag.
Line 718 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/">
</a></p><p><span style="font-size: 14pt; line-height: 115%; color: red;">
<a href="http://www.stardestiny.com/"><span style="color:red"> </span></a></span></p><p>
Each A tag must contain text or an IMG with an ALT tag.
Line 720 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/"><span style="color:red"> </span></a></span></p><p>
</p>
<h2 style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal;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"><span style="font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-font-family:
"Times New Roman""><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
mso-bidi-font-size:11.0pt;font-family:"Courier New";color:#00B050"> </span></b></span><b><span style="font-size:14.0pt;font-family:"Courier New";color:#00B050"><a href="learn-about-astrology.php" target="new"><span style="color:#00B050">Learn About Astrology</span></a></span></b></h2>
<h2>
Headings should not be empty.
Line 727 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>
</h2>
<h2 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></h2>
<h2>
Headings should not be empty.
Line 729 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 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></h2>
Headings should not be empty.
Line 729 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>
</h2><h2 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:red"><a href="manglik-kuja-dosha-check-remedies-astrology.php" target="new"><span style="color:red">Manglik
Meaning</span></a>
<a href="manglik-kuja-dosha-check-remedies-aatrology.php" target="new"><span class="apple-converted-space"><span style="color: red;"> </span></span></a> <span class="apple-converted-space"> </span><a href="sade-sati-shani-astrology.php" target="new"><span style="color:red;border:none windowtext 1.0pt;
Each A tag must contain text or an IMG with an ALT tag.
Line 734 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: red;"> </span></span></a> <span class="apple-converted-space"> </span><a href="sade-sati-shani-astrology.php" target="new"><span style="color:red;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:red">Kal Sarpa
Provide a way to skip repetitive navigation links.
Line 735 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:red">Kal Sarpa
Yog</span></a>
<a href="kal-sarp-yog-rahu-ketu-astrology.php" target="new"><span style="color:red"> </span><span class="apple-converted-space"><span style="color: red;"> </span></span></a> </span></b></h2>
<h2>
Each A tag must contain text or an IMG with an ALT tag.
Line 736 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:red"> </span><span class="apple-converted-space"><span style="color: red;"> </span></span></a> </span></b></h2>
Headings should not be empty.
Line 736 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>
</h2><h2 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:red"> <a href="astrology-online.php" target="new"><span style="color:red">Astrology
Online</span></a>
<a href="astrology-online.php" target="new"><span class="apple-converted-space"><span style="color: red;"> </span></span></a>
<a href="planet-astrology.php" target="new"><span style="color:red">Planet
Each A tag must contain text or an IMG with an ALT tag.
Line 740 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: red;"> </span></span></a>
Provide a way to skip repetitive navigation links.
Line 740 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:red">Planet
Astrology</span></a><span class="apple-converted-space"> </span>
<a href="venus-house-astrology.php" target="new"><span style="color:red"> </span><span class="apple-converted-space"><span style="color: red;"> </span></span></a><a href="venus-house-astrology.php" target="new"><span style="color:red">Venus
Each A tag must contain text or an IMG with an ALT tag.
Line 741 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:red"> </span><span class="apple-converted-space"><span style="color: red;"> </span></span></a><a href="venus-house-astrology.php" target="new"><span style="color:red">Venus
Astrology</span></a></span></b></h2>
<h2>
Headings should not be empty.
Line 742 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>
</h2><h2 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:red"> <a href="free-vedic-horoscope-astrology.php" target="new"><span style="color:red">Free
Astrology</span></a> <span class="apple-converted-space"> </span><a href="moon-astrology-sign-horoscope.php" target="new"><span style="color:red">Moon
Astrology</span></a> <a href="yogas-astrology.php" target="new"><span style="color:red">Raja
Yoga Astrology</span></a></span></b><span></span></h2>
<h2><
p></p><
p></p><b><span style="font-size:14.0pt;font-family:"Courier New";
Headings should not be empty.
Line 748 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><
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 748 HTML Validation
This page has markup errors, causing screen readers to miss content.
Line 748 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></p><
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 748 HTML Validation
p></p><b><span style="font-size:14.0pt;font-family:"Courier New";
color:red"> </span></b><
p></p></h2>
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 749 HTML Validation
p></p></h2>
<p></p><p></p><p></p>
<p style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;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><p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><br></
p><p></p><p></p>
End tag for "br" omitted, but OMITTAG NO was specified.
Line 754 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 754 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 754 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></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:red"> </span></b></p><p></p><p></p><p></p>
<p> </p>
Each A tag must contain text or an IMG with an ALT tag.
Line 761 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/"></a><p><font color
="#cc0000
"><span style="font-size: 14pt; line-height: 115%;">
<a href="http://www.stardestiny.com/"> </a></span></font></p><p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial; "></p>
There is no attribute "color".
Line 761 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.
="#cc0000
Element "font" undefined.
Line 761 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="font-size: 14pt; line-height: 115%;">
Each A tag must contain text or an IMG with an ALT tag.
Line 761 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/"> </a></span></font></p><p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial; "></p>
<p><b><span style="color:#F79646;mso-themecolor:accent6"> </span></b></p></div>
</div><div id="I843" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I843_html">
<iframe src
="http://www.eastrolog.com/webmaster-new/daily-horoscope/webmaster-horoscope-2.php" name
="Horoscopes_Daily_720x85" width
="720" height
="85" marginwidth
="0" marginheight
="0" scrolling
="no" frameborder
="0" title
="Horoscopes Daily 720x85
"></iframe>
IFRAME tags must have alternative content.
Line 767 Section 508 1194.22 (a)
To cater for screen readers that don't support frames, place some text in the IFRAME tag.
For example:
<iframe src='file.htm'>Alternative content</iframe>
The IFRAME NAME attribute is deprecated in XHTML 1.0.
Line 767 W3C Deprecated
Use the ID attribute instead.
<iframe src
There is no attribute "src".
Line 767 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.
="http://www.eastrolog.com/webmaster-new/daily-horoscope/webmaster-horoscope-2.php" name
There is no attribute "name".
Line 767 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.
="Horoscopes_Daily_720x85" width
There is no attribute "width".
Line 767 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.
="720" height
There is no attribute "height".
Line 767 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.
="85" marginwidth
There is no attribute "marginwidth".
Line 767 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" marginheight
There is no attribute "marginheight".
Line 767 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" scrolling
There is no attribute "scrolling".
Line 767 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.
="no" frameborder
There is no attribute "frameborder".
Line 767 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" title
There is no attribute "title".
Line 767 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.
="Horoscopes Daily 720x85
Element "iframe" undefined.
Line 767 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.
"></iframe>
</div>
</div><div id="I847" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I847_html"><script type="text/javascript" src="http://cdn.widgetserver.com/syndication/subscriber/InsertWidget.js"></script><script type="text/javascript">if (WIDGETBOX) WIDGETBOX.renderWidget('b490845a-e211-41b4-b2b4-b5a88b649e31');</script>
<noscript
>Get the <a href="http://www.widgetbox.com/widget/astrology-chart-generator
">Free Astrology Chart Generator</a>
widget and many other <a href="http://www.widgetbox.com/
">great free widgets</a>
at <a href="http://www.widgetbox.com
">Widgetbox</a
>! Not seeing a widget? (<a href="http://support.widgetbox.com/
">More info</a
>)</noscript></div>
Character data is not allowed here.
Line 775 HTML Validation
>Get the <a href="http://www.widgetbox.com/widget/astrology-chart-generator
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 775 HTML Validation
This page has markup errors, causing screen readers to miss content.
Line 775 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.
">Free Astrology Chart Generator</a>
Character data is not allowed here.
Line 775 HTML Validation
widget and many other <a href="http://www.widgetbox.com/
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 775 HTML Validation
">great free widgets</a>
Character data is not allowed here.
Line 775 HTML Validation
at <a href="http://www.widgetbox.com
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 775 HTML Validation
">Widgetbox</a
Character data is not allowed here.
Line 775 HTML Validation
>! Not seeing a widget? (<a href="http://support.widgetbox.com/
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 775 HTML Validation
">More info</a
Character data is not allowed here.
Line 775 HTML Validation
>)</noscript></div>
</div><div id="I1307" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1307_html"><script type="text/javascript">
var loc = (("https:" == document.location.protocol) ? "https://analytics." : "http://analytics.");
document.write(unescape("%3Cscript src='" + loc + "sitewit.com/sw.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var sw = new _sw_analytics();
sw.id='3586';
sw.register_page_view();
</script>
</div>
</div><div id="I815" style="display:block;clear: both;" class="Text_Default">
<div id="I815_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p>
Headings should not be empty.
Line 796 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="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
line-height:normal;mso-outline-level:3"><p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial;
"></p><p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial;
"></p></h3><h3><br
>
<h3 style="margin-bottom: 0.0001pt;
"><b><span style="font-size:14.0pt;font-family:"Courier New";
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 797 HTML Validation
"></p><p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial;
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 797 HTML Validation
"></p></h3><h3><br
End tag for "br" omitted, but OMITTAG NO was specified.
Line 797 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
>
Headings should not contain other headings.
Line 797 WCAG2 A 1.3.1
Remove the nested headings, or replace them with SPAN elements.
<h3 style="margin-bottom: 0.0001pt;
Document type does not allow element "h3" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 797 HTML Validation
This page has markup errors, causing screen readers to miss content.
Line 797 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.
"><b><span style="font-size:14.0pt;font-family:"Courier New";
mso-fareast-font-family:"Times New Roman";color:#E36C0A;mso-themecolor:accent6;
mso-themeshade:191"><a href="services-astrology.php" target="new"><span style="color: rgb(227, 108, 10);">Horoscope
Online</span></a></span></b><b><span style="font-size:12.0pt;font-family:"Allan","serif";
mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman";
color:#E36C0A;mso-themecolor:accent6;mso-themeshade:191"></span></b></h3></h3>
<h3>
Headings should not be empty.
Line 802 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>
<h3 style="margin-bottom: 0.0001pt;
"><b><span style="font-size: 14pt; font-family: 'Courier New'; color: rgb(152, 72, 6); background-position: initial initial; background-repeat: initial initial;"> </span></b><b><span style="font-size: 12pt; font-family: Allan, serif;"></span></b></h3></h3>
<h3>
Headings should not be empty.
Line 804 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>
Headings should not contain other headings.
Line 804 WCAG2 A 1.3.1
Remove the nested headings, or replace them with SPAN elements.
Headings should not be empty.
Line 804 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-bottom: 0.0001pt;
Document type does not allow element "h3" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 804 HTML Validation
"><b><span style="font-size: 14pt; font-family: 'Courier New'; color: rgb(152, 72, 6); background-position: initial initial; background-repeat: initial initial;"> </span></b><b><span style="font-size: 12pt; font-family: Allan, serif;"></span></b></h3></h3>
Headings should not be empty.
Line 804 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>
<h3 style="margin-bottom: 0.0001pt;
"><b><span style="font-size: 14pt; font-family: 'Courier New'; color: rgb(152, 72, 6); background-position: initial initial; background-repeat: initial initial;"> </span></b><b><span style="font-size: 14pt; font-family: 'Courier New'; color: rgb(0, 176, 80); background-position: initial initial; background-repeat: initial initial;"><a href="http://www.stardestiny.com/" target="new"><span style="color: rgb(0, 176, 80);">Numerology</span></a>
<a href="http://www.stardestiny.com/" target="new"><span style="color: rgb(0, 176, 80);"> </span></a>
Headings should not contain other headings.
Line 806 WCAG2 A 1.3.1
Remove the nested headings, or replace them with SPAN elements.
<h3 style="margin-bottom: 0.0001pt;
Document type does not allow element "h3" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 806 HTML Validation
"><b><span style="font-size: 14pt; font-family: 'Courier New'; color: rgb(152, 72, 6); background-position: initial initial; background-repeat: initial initial;"> </span></b><b><span style="font-size: 14pt; font-family: 'Courier New'; color: rgb(0, 176, 80); background-position: initial initial; background-repeat: initial initial;"><a href="http://www.stardestiny.com/" target="new"><span style="color: rgb(0, 176, 80);">Numerology</span></a>
Each A tag must contain text or an IMG with an ALT tag.
Line 806 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: rgb(0, 176, 80);"> </span></a>
<a href="free-vedic-horoscope-astrology.php" target="new"><span style="color: rgb(0, 176, 80);">Free Horoscope </span></a> <a href="astrological-birth-chart.php" target="new"><span style="color: rgb(0, 176, 80);"> Astrological Birth Chart</span></a></span></b><b><span style="font-size: 12pt; font-family: Allan, serif;"></span></b></h3></h3>
<h3>
Headings should not be empty.
Line 807 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>
<h3 style="margin-bottom: 0.0001pt;
"><b><span style="font-size: 14pt; font-family: 'Courier New'; color: rgb(0, 176, 80); background-position: initial initial; background-repeat: initial initial;"> </span></b><b><span style="font-size: 12pt; font-family: Allan, serif;"></span></b></h3></h3>
<h3>
Headings should not be empty.
Line 809 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>
Headings should not contain other headings.
Line 809 WCAG2 A 1.3.1
Remove the nested headings, or replace them with SPAN elements.
Headings should not be empty.
Line 809 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-bottom: 0.0001pt;
Document type does not allow element "h3" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 809 HTML Validation
"><b><span style="font-size: 14pt; font-family: 'Courier New'; color: rgb(0, 176, 80); background-position: initial initial; background-repeat: initial initial;"> </span></b><b><span style="font-size: 12pt; font-family: Allan, serif;"></span></b></h3></h3>
Headings should not be empty.
Line 809 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>
<h
3><span style="font-size: 14pt; line-height: 115%; font-family: 'Courier New'; color: rgb(0, 176, 80); background-position: initial initial; background-repeat: initial initial;"> <a href="love-marriage-horoscope-match-astrology.php" target="new"><span style="line-height: 115%; color: rgb(0, 176, 80);">Marriage Astrology</span></a>
Headings should not contain other headings.
Line 811 WCAG2 A 1.3.1
Remove the nested headings, or replace them with SPAN elements.
<h
Document type does not allow element "h3" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 811 HTML Validation
3><span style="font-size: 14pt; line-height: 115%; font-family: 'Courier New'; color: rgb(0, 176, 80); background-position: initial initial; background-repeat: initial initial;"> <a href="love-marriage-horoscope-match-astrology.php" target="new"><span style="line-height: 115%; color: rgb(0, 176, 80);">Marriage Astrology</span></a>
<a href="finance-horoscope-astrology.php" target="new"><span style="line-height: 115%; color: rgb(0, 176, 80);">Money Astrology</span></a> </span><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;line-height:115%;font-family:
"Courier New";mso-fareast-font-family:"Times New Roman";color:#00B050"> </span><span style="font-size: 14pt; line-height: 115%; font-family: 'Courier New'; color: rgb(0, 176, 80); background-position: initial initial; background-repeat: initial initial;"><a href="astrology-forum.php" target="new"><span style="line-height: 115%; color: rgb(0, 176, 80);">Astrology Forum</span></a></span></h3></h3>
<h3> </h3>
<h3><
p></p><
p></p></h3>
Headings should not be empty.
Line 813 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>
Headings should not be empty.
Line 813 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><
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 813 HTML Validation
p></p><
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 813 HTML Validation
p></p></h3>
<p></p>
<p></p><p> </p><p></p><p></p><p></p>
<h3>
Headings should not be empty.
Line 825 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> </h3>
Headings should not be empty.
Line 827 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>
<b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:#00B050">
<a href="astrology-forum.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#00B050"></span></a></span></b><b><span style="font-size:13.5pt;font-family:"Times New Roman","serif";
Each A tag must contain text or an IMG with an ALT tag.
Line 830 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-forum.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#00B050"></span></a></span></b><b><span style="font-size:13.5pt;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman""></span></b>
Headings should not be empty.
Line 833 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><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#00B050"> </span></b></h3><pre><b><span style="font-size:14.0pt;color:#984806;mso-themecolor:accent6;mso-themeshade:
128"> <span class="apple-converted-space"> </span>
<a href="http://freevedicastrology.yolasite.com/free-birth-chart-calculator.php" target="new"><span style="mso-bidi-font-size:10.0pt;color:#984806;mso-themecolor:
Each A tag must contain text or an IMG with an ALT tag.
Line 835 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/free-birth-chart-calculator.php" target="new"><span style="mso-bidi-font-size:10.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128;mso-bidi-font-weight:normal;text-decoration:none;
text-underline:none"></span></a></span></b></pre><b><
u><span style="font-size:14.0pt;line-height:115%;font-family:"Courier New";mso-fareast-font-family:
Element "u" undefined.
Line 837 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:14.0pt;line-height:115%;font-family:"Courier New";mso-fareast-font-family:
Calibri;mso-fareast-theme-font:minor-latin;mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;color:#984806;mso-themecolor:accent6;mso-themeshade:
128;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA">
<a href="http://freevedicastrology.yolasite.com/free-birth-chart-calculator.php" target="new"><span style="color:#984806;mso-themecolor:accent6;mso-themeshade:
Each A tag must contain text or an IMG with an ALT tag.
Line 840 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/free-birth-chart-calculator.php" target="new"><span style="color:#984806;mso-themecolor:accent6;mso-themeshade:
128"><br
>
End tag for "br" omitted, but OMITTAG NO was specified.
Line 841 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
>
</span></a></span></u></b><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:red"></span></p><p> </p>
<p><b> </b></p></div>
</div><div id="I2802" 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 848 HTML Validation
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Required attribute "type" not specified.
Line 848 HTML Validation
"></script>
<!-- 200*90 vert link_orange_green -->
<ins class="adsbygoogle"
style="display:inline-block;width:200px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="9678083567"></ins>
<scrip
t>
Required attribute "type" not specified.
Line 854 HTML Validation
t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I849" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I849_html"><form action="http://www.lovetest.com/lovetest.html" method
=post>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 858 HTML Validation
This page has markup errors, causing screen readers to miss content.
Line 858 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.
=post>
<table border="0" cellspacing="0" cellpadding="1" bgcolor
="#000000"><tr><td>
There is no attribute "bgcolor".
Line 859 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.
="#000000"><tr><td>
<table border="0" cellspacing="0" cellpadding="3" bgcolor="#FFCC00" width="400">
<tr><td bgcolor
="#000000" colspan
=2>
<font face
="sans-serif" size
=
4><b><a href="http://www.lovetest.com" style="color:#FFFFFF">Free Online LoveTest</a></b></font> -- copyright by Euregio.Net AG</td></tr>
There is no attribute "bgcolor".
Line 861 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.
="#000000" colspan
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 861 HTML Validation
=2>
Use relative rather than absolute units in FONT SIZE attributes.
Line 861 WCAG2 AA 1.4.4
Ideally you should CSS rules instead of FONT elements, If you must use FONT elements use relative sizes
like SIZE="+1" or SIZE="-1" instead of absolute sizes like SIZE="1"
Text must be resizable to allow low-vision users to use a larger default font size.
<font face
There is no attribute "face".
Line 861 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.
="sans-serif" size
There is no attribute "size".
Line 861 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.
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 861 HTML Validation
=
Element "font" undefined.
Line 861 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.
4><b><a href="http://www.lovetest.com" style="color:#FFFFFF">Free Online LoveTest</a></b></font> -- copyright by Euregio.Net AG</td></tr>
<tr><td bgcolor="#FFCC00" colspan
=2><a href="http://www.lovetest.com/" target="_top"><img src="http://img1.easyscopes.net/linkus/lovetest.com.gif" alt="Love Test Quiz" width="160" height="70" border
=0 align
=left hspace
=5 vspace
=5></
a>
<b>Get personal advice based on the answers to this test. It also calculates the compatibility between you and your heartthrob based on the names that were entered.</b></td></tr>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 862 HTML Validation
=2><a href="http://www.lovetest.com/" target="_top"><img src="http://img1.easyscopes.net/linkus/lovetest.com.gif" alt="Love Test Quiz" width="160" height="70" border
There is no attribute "border".
Line 862 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.
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 862 HTML Validation
=0 align
There is no attribute "align".
Line 862 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.
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 862 HTML Validation
=left hspace
There is no attribute "hspace".
Line 862 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.
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 862 HTML Validation
=5 vspace
There is no attribute "vspace".
Line 862 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.
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 862 HTML Validation
=5></
End tag for "img" omitted, but OMITTAG NO was specified.
Line 862 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
a>
Use bold text sparingly - for one or two words or a short phrase.
Line 862 Usability.gov 11:5
Keep runs of bold text to less than 70 characters.
<b>Get personal advice based on the answers to this test. It also calculates the compatibility between you and your heartthrob based on the names that were entered.</b></td></tr>
<tr><td bgcolor="#000000" colspan
=2 valign
=middle>
<font face="fantasy,sans-serif" color="#FFFFFF
"><b>Information about You</b></font></td></tr>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 863 HTML Validation
=2 valign
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 863 HTML Validation
=middle>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 863 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 863 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).
<font face="fantasy,sans-serif" color="#FFFFFF
Element "font" undefined.
Line 863 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>Information about You</b></font></td></tr>
<tr><td align
=right><font face="sans-serif
"><b>Full Name:</b></font></td><td>
<input type="TEX
T" name="NameOne" size
=38 value=""></t
d></tr>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 864 HTML Validation
=right><font face="sans-serif
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>Full Name:</b></font></td><td>
This form control has no associated LABEL element.
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does.
Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.
This form has fields without LABEL elements or TITLE attributes.
Line 864 Section 508 1194.22 (n)
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users.
Without these, forms are very hard to use with a screen reader.
Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
Use LABEL tags for each data entry field to show what data is expected.
Line 864 Usability.gov 13:5
Make sure each INPUT field has an associated LABEL tag describing the field.
<input type="TEX
Value of attribute "type" cannot be "TEXT"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
Line 864 HTML Validation
T" name="NameOne" size
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 864 HTML Validation
=38 value=""></t
End tag for "input" omitted, but OMITTAG NO was specified.
Line 864 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 864 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 864 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></tr>
<tr><td align
=right><font face="sans-serif
"><b>Gender:</b></font></td><td><font face="sans-serif
"><b>
<input type="Radi
o" name="SexOne" value="M"
>Male
<input type="Radi
o" name="SexOne" value="W"
>Female Age:
<input type="TEX
T" name="AgeOne" value="" size
=3 maxsize
=3></
b></font></td></tr>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 865 HTML Validation
=right><font face="sans-serif
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>Gender:</b></font></td><td><font face="sans-serif
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>
This form control has no associated LABEL element.
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does.
Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.
This form has fields without LABEL elements or TITLE attributes.
Line 865 Section 508 1194.22 (n)
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users.
Without these, forms are very hard to use with a screen reader.
Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
Make sure one radio button in a radio button group is always selected. If users can choose not to activate any of the radio button choices, provide a choice labeled 'None'.
Line 865 Usability.gov 13:23
Use LABEL tags for each data entry field to show what data is expected.
Line 865 Usability.gov 13:5
Make sure each INPUT field has an associated LABEL tag describing the field.
<input type="Radi
Value of attribute "type" cannot be "Radio"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
Line 865 HTML Validation
o" name="SexOne" value="M"
End tag for "input" omitted, but OMITTAG NO was specified.
Line 865 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
>Male
This form control has no associated LABEL element.
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does.
Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.
All fields in a group of input fields (for example phone numbers) need a label.
Line 865 WCAG2 A F86
Add a LABEL tag or TITLE attribute for each field, and if required, use CSS to hide the label from sighted users.
This form has fields without LABEL elements or TITLE attributes.
Line 865 Section 508 1194.22 (n)
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users.
Without these, forms are very hard to use with a screen reader.
Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
Make sure one radio button in a radio button group is always selected. If users can choose not to activate any of the radio button choices, provide a choice labeled 'None'.
Line 865 Usability.gov 13:23
Use LABEL tags for each data entry field to show what data is expected.
Line 865 Usability.gov 13:5
Make sure each INPUT field has an associated LABEL tag describing the field.
<input type="Radi
Value of attribute "type" cannot be "Radio"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
Line 865 HTML Validation
o" name="SexOne" value="W"
End tag for "input" omitted, but OMITTAG NO was specified.
Line 865 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
>Female Age:
This form control has no associated LABEL element.
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does.
Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.
All fields in a group of input fields (for example phone numbers) need a label.
Line 865 WCAG2 A F86
Add a LABEL tag or TITLE attribute for each field, and if required, use CSS to hide the label from sighted users.
This form has fields without LABEL elements or TITLE attributes.
Line 865 Section 508 1194.22 (n)
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users.
Without these, forms are very hard to use with a screen reader.
Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
Use LABEL tags for each data entry field to show what data is expected.
Line 865 Usability.gov 13:5
Make sure each INPUT field has an associated LABEL tag describing the field.
<input type="TEX
Value of attribute "type" cannot be "TEXT"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
Line 865 HTML Validation
T" name="AgeOne" value="" size
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 865 HTML Validation
=3 maxsize
There is no attribute "maxsize".
Line 865 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.
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 865 HTML Validation
=3></
End tag for "input" omitted, but OMITTAG NO was specified.
Line 865 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
b></font></td></tr>
<tr><td align
=right><font face="sans-serif
"><b>Zodiac Sign:</b></font></td>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 866 HTML Validation
=right><font face="sans-serif
Element "font" undefined.
Line 866 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>Zodiac Sign:</b></font></td>
<td>
This form control has no associated LABEL element.
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does.
Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.
This form has fields without LABEL elements or TITLE attributes.
Line 868 Section 508 1194.22 (n)
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users.
Without these, forms are very hard to use with a screen reader.
Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
Use option groups when a drop down list has more than 10 items.
Line 868 Usability.gov 13:12
Group related options using OPTGROUP tags.
Display default values whenever a likely default choice can be defined. Provide a default selection for SELECT lists.
Line 868 Usability.gov 13:18
When likely default values are known, offer those values to speed data entry. The initial or default item could be the most frequently selected item or the last item selected by that user.
Use LABEL tags for each data entry field to show what data is expected.
Line 868 Usability.gov 13:5
Make sure each INPUT field has an associated LABEL tag describing the field.
<select name="ZodiacOne">
<option value="none">-- Select One --
<option value="ari
">Aries (21-03 to 20-04)
Document type does not allow element "option" here.
Line 870 HTML Validation
">Aries (21-03 to 20-04)
<option value="tau
">Taurus (21-04 to 21-05)
Document type does not allow element "option" here.
Line 871 HTML Validation
">Taurus (21-04 to 21-05)
<option value="gem
">Gemini (22-05 to 21-06)
Document type does not allow element "option" here.
Line 872 HTML Validation
">Gemini (22-05 to 21-06)
<option value="can
">Cancer (22-06 to 23-07)
Document type does not allow element "option" here.
Line 873 HTML Validation
">Cancer (22-06 to 23-07)
<option value="leo
">Leo (24-07 to 23-08)
Document type does not allow element "option" here.
Line 874 HTML Validation
">Leo (24-07 to 23-08)
<option value="vir
">Virgo (24-08 to 23-09)
Document type does not allow element "option" here.
Line 875 HTML Validation
">Virgo (24-08 to 23-09)
<option value="lib
">Libra (24-09 to 23-10)
Document type does not allow element "option" here.
Line 876 HTML Validation
">Libra (24-09 to 23-10)
<option value="sco
">Scorpio (24-10 to 22-11)
Document type does not allow element "option" here.
Line 877 HTML Validation
">Scorpio (24-10 to 22-11)
<option value="sag
">Sagittarius (23-11 to 21-12)
Document type does not allow element "option" here.
Line 878 HTML Validation
">Sagittarius (23-11 to 21-12)
<option value="cap
">Capricorn (22-12 to 20-01)
Document type does not allow element "option" here.
Line 879 HTML Validation
">Capricorn (22-12 to 20-01)
<option value="aqu
">Aquarius (21-01 to 19-02)
Document type does not allow element "option" here.
Line 880 HTML Validation
">Aquarius (21-01 to 19-02)
<option value="pis
">Pisces (20-02 to 20-03)
Document type does not allow element "option" here.
Line 881 HTML Validation
">Pisces (20-02 to 20-03)
</selec
t>
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 882 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 882 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 882 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 882 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.
t>
</td>
</tr>
<tr><td align
=right nowra
p><font face="sans-serif
"><b>e-mail Address:</b></font></td><td>
<input type="TEX
T" name="eMailOne" size
=38 value=""></t
d></tr>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 885 HTML Validation
=right nowra
"nowrap" is not a member of a group specified for any attribute.
Line 885 HTML Validation
p><font face="sans-serif
Element "font" undefined.
Line 885 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>e-mail Address:</b></font></td><td>
This form control has no associated LABEL element.
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does.
Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.
This form has fields without LABEL elements or TITLE attributes.
Line 885 Section 508 1194.22 (n)
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users.
Without these, forms are very hard to use with a screen reader.
Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
Use LABEL tags for each data entry field to show what data is expected.
Line 885 Usability.gov 13:5
Make sure each INPUT field has an associated LABEL tag describing the field.
<input type="TEX
Value of attribute "type" cannot be "TEXT"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
Line 885 HTML Validation
T" name="eMailOne" size
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 885 HTML Validation
=38 value=""></t
End tag for "input" omitted, but OMITTAG NO was specified.
Line 885 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
d></tr>
<tr><td bgcolor="#000000" colspan
=2 valign
=middle>
<font face="fantasy,sans-serif" color="#FFFFFF
"><b>Information about Your Mate</b></font></td></tr>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 886 HTML Validation
=2 valign
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 886 HTML Validation
=middle>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 886 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 886 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).
<font face="fantasy,sans-serif" color="#FFFFFF
Element "font" undefined.
Line 886 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>Information about Your Mate</b></font></td></tr>
<tr><td align
=right><font face="sans-serif
"><b>Full Name:</b></font></td><td>
<input type="TEX
T" name="NameTwo" size
=38 value=""></t
d></tr>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 887 HTML Validation
=right><font face="sans-serif
Element "font" undefined.
Line 887 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>Full Name:</b></font></td><td>
This form control has no associated LABEL element.
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does.
Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.
This form has fields without LABEL elements or TITLE attributes.
Line 887 Section 508 1194.22 (n)
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users.
Without these, forms are very hard to use with a screen reader.
Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
Use LABEL tags for each data entry field to show what data is expected.
Line 887 Usability.gov 13:5
Make sure each INPUT field has an associated LABEL tag describing the field.
<input type="TEX
Value of attribute "type" cannot be "TEXT"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
Line 887 HTML Validation
T" name="NameTwo" size
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 887 HTML Validation
=38 value=""></t
End tag for "input" omitted, but OMITTAG NO was specified.
Line 887 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
d></tr>
<tr><td align
=right><font face="sans-serif
"><b>Gender:</b></font></td><td><font face="sans-serif
"><b>
<input type="Radi
o" name="SexTwo" value="M"
>Male
<input type="Radi
o" name="SexTwo" value="W"
>Female Age:
<input type="TEX
T" name="AgeTwo" value="" size
=3 maxsize
=3></
b></font></td></tr>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 888 HTML Validation
=right><font face="sans-serif
Element "font" undefined.
Line 888 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>Gender:</b></font></td><td><font face="sans-serif
Element "font" undefined.
Line 888 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>
This form control has no associated LABEL element.
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does.
Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.
This form has fields without LABEL elements or TITLE attributes.
Line 888 Section 508 1194.22 (n)
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users.
Without these, forms are very hard to use with a screen reader.
Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
Make sure one radio button in a radio button group is always selected. If users can choose not to activate any of the radio button choices, provide a choice labeled 'None'.
Line 888 Usability.gov 13:23
Use LABEL tags for each data entry field to show what data is expected.
Line 888 Usability.gov 13:5
Make sure each INPUT field has an associated LABEL tag describing the field.
<input type="Radi
Value of attribute "type" cannot be "Radio"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
Line 888 HTML Validation
o" name="SexTwo" value="M"
End tag for "input" omitted, but OMITTAG NO was specified.
Line 888 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
>Male
This form control has no associated LABEL element.
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does.
Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.
All fields in a group of input fields (for example phone numbers) need a label.
Line 888 WCAG2 A F86
Add a LABEL tag or TITLE attribute for each field, and if required, use CSS to hide the label from sighted users.
This form has fields without LABEL elements or TITLE attributes.
Line 888 Section 508 1194.22 (n)
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users.
Without these, forms are very hard to use with a screen reader.
Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
Make sure one radio button in a radio button group is always selected. If users can choose not to activate any of the radio button choices, provide a choice labeled 'None'.
Line 888 Usability.gov 13:23
Use LABEL tags for each data entry field to show what data is expected.
Line 888 Usability.gov 13:5
Make sure each INPUT field has an associated LABEL tag describing the field.
<input type="Radi
Value of attribute "type" cannot be "Radio"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
Line 888 HTML Validation
o" name="SexTwo" value="W"
End tag for "input" omitted, but OMITTAG NO was specified.
Line 888 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
>Female Age:
This form control has no associated LABEL element.
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does.
Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.
All fields in a group of input fields (for example phone numbers) need a label.
Line 888 WCAG2 A F86
Add a LABEL tag or TITLE attribute for each field, and if required, use CSS to hide the label from sighted users.
This form has fields without LABEL elements or TITLE attributes.
Line 888 Section 508 1194.22 (n)
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users.
Without these, forms are very hard to use with a screen reader.
Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
Use LABEL tags for each data entry field to show what data is expected.
Line 888 Usability.gov 13:5
Make sure each INPUT field has an associated LABEL tag describing the field.
<input type="TEX
Value of attribute "type" cannot be "TEXT"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
Line 888 HTML Validation
T" name="AgeTwo" value="" size
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 888 HTML Validation
=3 maxsize
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 888 HTML Validation
=3></
End tag for "input" omitted, but OMITTAG NO was specified.
Line 888 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
b></font></td></tr>
<tr><td align
=right><font face="sans-serif
"><b>Zodiac Sign:</b></font></td>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 889 HTML Validation
=right><font face="sans-serif
Element "font" undefined.
Line 889 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>Zodiac Sign:</b></font></td>
<td>
This form control has no associated LABEL element.
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does.
Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.
This form has fields without LABEL elements or TITLE attributes.
Line 891 Section 508 1194.22 (n)
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users.
Without these, forms are very hard to use with a screen reader.
Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
Use option groups when a drop down list has more than 10 items.
Line 891 Usability.gov 13:12
Group related options using OPTGROUP tags.
Display default values whenever a likely default choice can be defined. Provide a default selection for SELECT lists.
Line 891 Usability.gov 13:18
When likely default values are known, offer those values to speed data entry. The initial or default item could be the most frequently selected item or the last item selected by that user.
Use LABEL tags for each data entry field to show what data is expected.
Line 891 Usability.gov 13:5
Make sure each INPUT field has an associated LABEL tag describing the field.
<select name="ZodiacTwo">
<option value="none">-- Select One --
<option value="ari
">Aries (21-03 to 20-04)
Document type does not allow element "option" here.
Line 893 HTML Validation
">Aries (21-03 to 20-04)
<option value="tau
">Taurus (21-04 to 21-05)
Document type does not allow element "option" here.
Line 894 HTML Validation
">Taurus (21-04 to 21-05)
<option value="gem
">Gemini (22-05 to 21-06)
Document type does not allow element "option" here.
Line 895 HTML Validation
">Gemini (22-05 to 21-06)
<option value="can
">Cancer (22-06 to 23-07)
Document type does not allow element "option" here.
Line 896 HTML Validation
">Cancer (22-06 to 23-07)
<option value="leo
">Leo (24-07 to 23-08)
Document type does not allow element "option" here.
Line 897 HTML Validation
">Leo (24-07 to 23-08)
<option value="vir
">Virgo (24-08 to 23-09)
Document type does not allow element "option" here.
Line 898 HTML Validation
">Virgo (24-08 to 23-09)
<option value="lib
">Libra (24-09 to 23-10)
Document type does not allow element "option" here.
Line 899 HTML Validation
">Libra (24-09 to 23-10)
<option value="sco
">Scorpio (24-10 to 22-11)
Document type does not allow element "option" here.
Line 900 HTML Validation
">Scorpio (24-10 to 22-11)
<option value="sag
">Sagittarius (23-11 to 21-12)
Document type does not allow element "option" here.
Line 901 HTML Validation
">Sagittarius (23-11 to 21-12)
<option value="cap
">Capricorn (22-12 to 20-01)
Document type does not allow element "option" here.
Line 902 HTML Validation
">Capricorn (22-12 to 20-01)
<option value="aqu
">Aquarius (21-01 to 19-02)
Document type does not allow element "option" here.
Line 903 HTML Validation
">Aquarius (21-01 to 19-02)
<option value="pis
">Pisces (20-02 to 20-03)
Document type does not allow element "option" here.
Line 904 HTML Validation
">Pisces (20-02 to 20-03)
<option value="dont
">Don't know the sign
Document type does not allow element "option" here.
Line 905 HTML Validation
">Don't know the sign
</selec
t>
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
End tag for "option" omitted, but OMITTAG NO was specified.
Line 906 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
t>
</td>
</tr>
<tr><td bgcolor="#000000" colspan
=2 valign
=middle>
<font face="fantasy,sans-serif" color="#FFFFFF
"><b>Ready?</b></font></td></tr>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 909 HTML Validation
=2 valign
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 909 HTML Validation
=middle>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 909 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 909 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).
<font face="fantasy,sans-serif" color="#FFFFFF
Element "font" undefined.
Line 909 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>Ready?</b></font></td></tr>
<tr><td align
=center colspan
=2><input type
=reset value="Clear Form"
> <input type
=submit value="Continue"
>
<font size
=
1><br
>Used with permission from <a href="http://www.lovetest.com/">http://www.lovetest.com</a></font></td></tr>
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 910 HTML Validation
=center colspan
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 910 HTML Validation
=2><input type
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 910 HTML Validation
=reset value="Clear Form"
End tag for "input" omitted, but OMITTAG NO was specified.
Line 910 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
> <input type
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 910 HTML Validation
=submit value="Continue"
End tag for "input" omitted, but OMITTAG NO was specified.
Line 910 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
>
Use relative rather than absolute units in FONT SIZE attributes.
Line 910 WCAG2 AA 1.4.4
Ideally you should CSS rules instead of FONT elements, If you must use FONT elements use relative sizes
like SIZE="+1" or SIZE="-1" instead of absolute sizes like SIZE="1"
Text must be resizable to allow low-vision users to use a larger default font size.
Use at least a 12-point font on all Web pages.
Line 910 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" >
<font size
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 910 HTML Validation
=
Element "font" undefined.
Line 910 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.
1><br
End tag for "br" omitted, but OMITTAG NO was specified.
Line 910 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
>Used with permission from <a href="http://www.lovetest.com/">http://www.lovetest.com</a></font></td></tr>
</table>
</td></tr></table>
</form>
</div>
</div><div id="I1056" style="display:block;clear: both;margin:10px 10px 10px 10px;" class="Panel_Default">
<style id='yola-panel-style-I1056' type='text/css
'>
Document type does not allow element "style" here.
Line 920 HTML Validation
'>
Property -webkit-border-radius is vendor specific.
Line 921 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 921 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 921 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 921 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 921 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 921 Internet Explorer
No rounded corners will be displayed on old versions of Internet Explorer.
div#yola-panel-I1056{
background:#f6df8b;-webkit-border-radius:7px;-khtml-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px;
}
Property -webkit-border-radius is vendor specific.
Line 925 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 925 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 925 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 925 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 925 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 925 Internet Explorer
No rounded corners will be displayed on old versions of Internet Explorer.
div#yola-panel-inner-I1056{
-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-I1056,
div#yola-panel-inner-I1056 .sys_txt,
.content div#yola-panel-inner-I1056 p,
#content div#yola-panel-inner-I1056 p,
div#yola-panel-inner-I1056 .HTML_Default p,
div#yola-panel-inner-I1056 .Text_Default p,
div#yola-panel-inner-I1056 .sys_txt p,
div#yola-panel-inner-I1056 .sys_txt a,
div#content div#yola-panel-inner-I1056 p{
color:#222;
}
div#yola-panel-inner-I1056 h1,
div#yola-panel-inner-I1056 h2,
div#yola-panel-inner-I1056 h3,
div#yola-panel-inner-I1056 h4,
div#yola-panel-inner-I1056 h5,
div#yola-panel-inner-I1056 h6,
div#yola-panel-inner-I1056 .sys_txt h1,
div#yola-panel-inner-I1056 .sys_txt h2,
div#yola-panel-inner-I1056 .sys_txt h3,
div#yola-panel-inner-I1056 .sys_txt h4,
div#yola-panel-inner-I1056 .sys_txt h5,
div#yola-panel-inner-I1056 .sys_txt h6{
color:#222;
}
div#yola-panel-inner-I1056 a,
div#yola-panel-inner-I1056 .sys_txt a{
color:#1f72be;
}
div#yola-panel-inner-I1056 a:hover,
div#yola-panel-inner-I1056 .sys_txt a:hover{
color:#1f72be;
}
</style>
<div id='yola-panel-I1056'>
<div id='yola-panel-inner-I1056'>
<table border="0" cellspacing="0" cellpadding="0" style="width:100%;">
<tr>
<td id="Panel_I1056" style="text-align:left; vertical-align:top; width:100%;" ><div id="I1080" style="display:block;clear: both;text-align:center;" class="YouTube_Default">
OBJECT tags should contain alternative content.
Place alternative content inside the object tag, which is displayed when objects are disabled or unsupported. For example:
<object>Alternative text content</object>
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/nDary2-IOvc"></param>
<param name="wmode" value="transparent"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowScriptAccess" value="always"></param>
EMBED tags must have an associated NOEMBED tag.
Add a NOEMBED tag with alternative content inside the EMBED tag.
EMBED tags must have a non-blank ALT tag.
Add an ALT attribute with alternative content to the EMBED tag.
<embed src
There is no attribute "src".
Line 978 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.
="http://www.youtube.com/v/nDary2-IOvc" type
There is no attribute "type".
Line 978 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.
="application/x-shockwave-flash" wmode
There is no attribute "wmode".
Line 978 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.
="transparent" width
There is no attribute "width".
Line 978 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.
="425" height
There is no attribute "height".
Line 978 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.
="350" allowfullscreen
There is no attribute "allowfullscreen".
Line 978 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.
="true" allowscriptaccess
There is no attribute "allowscriptaccess".
Line 978 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.
="always
Element "embed" undefined.
Line 978 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.
"></embed>
</object>
</div><div id="I1057" style="display:block;clear: both;margin:175px 175px 175px 175px;" class="Text_Default">
<div id="I1057_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;">
<h4> </h4>
<h4>
Headings should not be empty.
Line 982 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.
<h4> </h4>
Headings should not be empty.
Line 982 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.
<h4>
</h4>
<h4><span style="font-size:18.0pt;line-height:115%;font-family:"Elephant","serif";
Headings should not be empty.
Line 984 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.
<h4><span style="font-size:18.0pt;line-height:115%;font-family:"Elephant","serif";
mso-bidi-font-family:Aharoni;color:#00B050"><span style="mso-spacerun:yes"> </span>
<a href="http://www.freeastrologyvedic.com/moon-astrology-sign-horoscope.php" target="new"><span style="color:#00B050"></span></a></span></h4>
<h4>
Each A tag must contain text or an IMG with an ALT tag.
Line 985 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.freeastrologyvedic.com/moon-astrology-sign-horoscope.php" target="new"><span style="color:#00B050"></span></a></span></h4>
Headings should not be empty.
Line 985 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.
<h4>
</h4><h4><span style="font-size:14.0pt;line-height:115%;font-family:"Elephant","serif";
mso-bidi-font-family:Aharoni;color:#00B050"><span style="mso-spacerun:yes"> </span><a href="http://www.freeastrologyvedic.com/moon-astrology-sign-horoscope.php" target="new"><span style="color:#00B050">Moon Astrology</span></a>
<a href="moon-astrology-sign-horoscope.php" target="new"><span style="color:#00B050"> </span></a></span><span class="apple-converted-space"><span style="font-size:14.0pt;line-height:115%;
Each A tag must contain text or an IMG with an ALT tag.
Line 988 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="moon-astrology-sign-horoscope.php" target="new"><span style="color:#00B050"> </span></a></span><span class="apple-converted-space"><span style="font-size:14.0pt;line-height:115%;
font-family:"Elephant","serif";mso-bidi-font-family:Aharoni;color:red"> </span></span><span class="apple-converted-space"><span style="font-size:14.0pt;line-height:115%;
font-family:"Elephant","serif";mso-bidi-font-family:Aharoni;color:fuchsia"> </span></span><span style="font-size:14.0pt;line-height:115%;font-family:"Elephant","serif";
mso-bidi-font-family:Aharoni"></span></h4>
<h4 style="margin-top:0in;background-position:initial initial;background-repeat:
initial initial"><span style="font-size:14.0pt;line-height:115%;font-family:
"Elephant","serif";mso-bidi-font-family:Aharoni;color:red">Free </span><span style="font-size:14.0pt;line-height:115%;font-family:"Elephant","serif";
mso-bidi-font-family:Aharoni;color:#984806;mso-themecolor:accent6;mso-themeshade:
128"><a href="about-vedic-astrology.php" target="new"><span style="color:#984806;mso-themecolor:accent6;mso-themeshade:
128">Vedic Astrology</span></a></span><span style="font-size:14.0pt;line-height:
115%;font-family:"Elephant","serif";mso-bidi-font-family:Aharoni;color:fuchsia">
</span><span style="font-size:14.0pt;line-height:115%;font-family:"Elephant","serif";
mso-bidi-font-family:Aharoni;color:red"><a href="http://www.freeastrologyvedic.com/services-astrology.php"><span style="color:red">Online or On Phone</span></a></span><span style="font-size:
14.0pt;line-height:115%;font-family:"Elephant","serif";mso-bidi-font-family:
Aharoni"></span></h4>
Headings should not be empty.
Line 1005 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.
<h4 style="margin-top:0in;background-position:initial initial;background-repeat:
initial initial"><span style="font-size:14.0pt;line-height:115%;font-family:
"Elephant","serif";mso-bidi-font-family:Aharoni;border:none windowtext 1.0pt;
mso-border-alt:none windowtext 0in;padding:0in"> </span></h4>
<h4 style="margin-top:0in"><span style="font-size:14.0pt;line-height:115%;
font-family:"Elephant","serif";mso-bidi-font-family:Aharoni;border:none windowtext 1.0pt;
mso-border-alt:none windowtext 0in;padding:0in"><a href="http://www.youtube.com/user/ramraman7" target="new"><span style="color:
#009900">YouTube</span><span class="apple-converted-space"><span style="color:#984806;text-decoration:none;text-underline:none"> </span></span></a>
</span><span style="font-size:14.0pt;line-height:115%;font-family:"Elephant","serif";
mso-bidi-font-family:Aharoni;color:#984806;mso-themecolor:accent6;mso-themeshade:
128;border:none windowtext 1.0pt;mso-border-alt:none windowtext 0in;padding:
0in">
<a href="index.php" target="new"><span style="color:#984806;mso-themecolor:accent6;mso-themeshade:
Provide a way to skip repetitive navigation links.
Line 1017 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="index.php" target="new"><span style="color:#984806;mso-themecolor:accent6;mso-themeshade:
128">Free Vedic Astrology</span></a>
<a href="http://www.youtube.com/user/ramraman7" target="new"><span class="apple-converted-space"><span style="color:#984806;mso-themecolor:accent6;
Each A tag must contain text or an IMG with an ALT tag.
Line 1018 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.youtube.com/user/ramraman7" target="new"><span class="apple-converted-space"><span style="color:#984806;mso-themecolor:accent6;
mso-themeshade:128;text-decoration:none;text-underline:none"> </span></span></a>
<a href="http://www.youtube.com/user/ramraman7" target="new"><span style="color:
Each A tag must contain text or an IMG with an ALT tag.
Line 1019 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.youtube.com/user/ramraman7" target="new"><span style="color:
#984806;mso-themecolor:accent6;mso-themeshade:128"> </span></a></span><span style="font-size:14.0pt;line-height:115%;font-family:"Elephant","serif";
mso-bidi-font-family:Aharoni;color:#C00000;border:none windowtext 1.0pt;
mso-border-alt:none windowtext 0in;padding:0in">
<a href="http://www.youtube.com/user/ramraman7" target="new"><span style="color:
Each A tag must contain text or an IMG with an ALT tag.
Line 1022 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.youtube.com/user/ramraman7" target="new"><span style="color:
#C00000"> </span></a></span><span style="font-size:14.0pt;
line-height:115%;font-family:"Elephant","serif";mso-bidi-font-family:Aharoni"></span></h4>
Headings should not be empty.
Line 1026 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.
<h4 style="margin-top:0in"><span style="font-size:14.0pt;line-height:115%;
font-family:"Elephant","serif";mso-bidi-font-family:Aharoni;color:#984806;
mso-themecolor:accent6;mso-themeshade:128;border:none windowtext 1.0pt;
mso-border-alt:none windowtext 0in;padding:0in"> </span></h4>
<h4 style="margin-top:0in"><span style="font-size:14.0pt;line-height:115%;
font-family:"Elephant","serif";mso-bidi-font-family:Aharoni;color:red;
border:none windowtext 1.0pt;mso-border-alt:none windowtext 0in;padding:0in"><a href="http://www.youtube.com/user/ramraman7" target="new"><span style="color:
red">Learn Online</span></a> <a href="http://www.youtube.com/user/ramraman7" target="new"><span style="color:
red">Vedic Astrology</span></a></span><span style="font-size:14.0pt;line-height:
115%;font-family:"Elephant","serif";mso-bidi-font-family:Aharoni;color:red"></span></h4>
Headings should not be empty.
Line 1038 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.
<h4 style="margin-top:0in;background-position:initial initial;background-repeat:
initial initial"><span style="font-size:14.0pt;line-height:115%;font-family:
"Elephant","serif";mso-bidi-font-family:Aharoni;color:red;border:none windowtext 1.0pt;
mso-border-alt:none windowtext 0in;padding:0in"> </span></h4>
<h4 style="margin-top:0in"><span style="font-size:14.0pt;line-height:115%;
font-family:"Elephant","serif";mso-bidi-font-family:Aharoni;color:red;
border:none windowtext 1.0pt;mso-border-alt:none windowtext 0in;padding:0in">Learn
Live<span class="apple-converted-space"> </span><a href="http://www.freeastrologyvedic.com/services-astrology.php" target="new"><span style="color:#984806">Vedic Astrology</span><span class="apple-converted-space"><span style="text-decoration:none;text-underline:none"> </span></span></a>On</span><span style="font-size:14.0pt;line-height:115%;font-family:"Elephant","serif";
mso-bidi-font-family:Aharoni"> </span><span style="font-size:14.0pt;
line-height:115%;font-family:"Elephant","serif";mso-bidi-font-family:Aharoni;
color:red;border:none windowtext 1.0pt;mso-border-alt:none windowtext 0in;
padding:0in">Phone</span><span style="font-size:14.0pt;line-height:115%;
font-family:"Elephant","serif";mso-bidi-font-family:Aharoni"> </span></h4>
<p><span style="font-size:14.0pt;line-height:115%;font-family:
"Elephant","serif";mso-bidi-font-family:Aharoni"> </span></p>
<p><span style="font-family:"Elephant","serif";mso-bidi-font-family:
Aharoni"> </span></p>
<p></p><p></p><p></p></div>
</div><div id="I2767" 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 1061 HTML Validation
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Required attribute "type" not specified.
Line 1061 HTML Validation
"></script>
<!-- 728*90_8 -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="7202295164"></ins>
<scrip
t>
Required attribute "type" not specified.
Line 1067 HTML Validation
t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div></td>
</tr>
</table>
</div>
</div>
</div><div id="I816" style="display:block;clear: both;" class="Text_Default">
<div id="I816_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> <a target="new" href="career-horoscope-astrology.php"><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;
line-height:115%;color:red">Career astrology</span></a></p></div>
</div><div id="I817" style="display:block;clear: both;margin:10px 10px 10px 10px;" class="Horizontal_Line_Default"> <div style='border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#006600;font-size:0;padding:0;margin:0;height:0;line-height:0;'></div>
</div><div id="I2040" style="display:block;clear: both;text-align:left;" class="Image_Default"><a href="career-horoscope-astrology.php" target="new" >
<img id="I2040_img" src="resources/career-horoscope-astrology/career-astrology.jpg" alt="Career Astrology" style='width:450px; border:none;'/></a></div><div id="I818" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
Line 1080 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="I2040_img" src="resources/career-horoscope-astrology/career-astrology.jpg" alt="Career Astrology" style='width:450px; border:none;'/></a></div><div id="I818" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I818_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p>
<p><b><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;color:fuchsia">Career
Report</span></b><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;
color:fuchsia"> You can use <a href="index.php" target="new"><span style="color:fuchsia">astrology</span></a> to plan your
career, manage obstacles and use the favorable periods to the maximum
advantage. Get clarity on your career goals in this invaluable astrological
report.</span><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt"> </span></p>
<p><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;color:#00B050">
<a href="career-horoscope-astrology.php" target="new"><span style="color:#00B050"></span></a>
<a target="new" href="career-horoscope-astrology.php">
Each A tag must contain text or an IMG with an ALT tag.
Line 1090 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="career-horoscope-astrology.php" target="new"><span style="color:#00B050"></span></a>
Each A tag must contain text or an IMG with an ALT tag.
Line 1090 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 target="new" href="career-horoscope-astrology.php">
</a></span></p>
<p style="margin-bottom:0in;margin-bottom:.0001pt"><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt"><a href="career-horoscope-astrology.php" target="new"><span style="color:#00B050">Career Horoscope Astrology</span></a><span style="mso-spacerun:yes"> </span></span></b><span style="font-size:14.0pt;
font-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:
minor-latin;mso-bidi-theme-font:minor-latin;color:fuchsia">Report </span><span style="font-size:14.0pt;font-family:"Calibri","sans-serif";mso-ascii-theme-font:
minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:minor-latin;
color:red">Here</span></p>
<p>
<a target="new" href="career-horoscope-astrology.php"><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;
Each A tag must contain text or an IMG with an ALT tag.
Line 1101 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 target="new" href="career-horoscope-astrology.php"><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;
line-height:115%;color:#00B050"></span></a>
<a href="career-horoscope-astrology.php" target="new">
Each A tag must contain text or an IMG with an ALT tag.
Line 1102 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="career-horoscope-astrology.php" target="new">
</a></p><p style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
line-height:normal">
<a href="career-horoscope-astrology.php" target="new"><span style="font-size:14.0pt;mso-fareast-font-family:"Times New Roman";
Each A tag must contain text or an IMG with an ALT tag.
Line 1105 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="career-horoscope-astrology.php" target="new"><span style="font-size:14.0pt;mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin"></span></a>
<a href="career-horoscope-astrology.php" target="new">
Each A tag must contain text or an IMG with an ALT tag.
Line 1106 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="career-horoscope-astrology.php" target="new">
</a></p><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;line-height:
115%;color:red"></span><span style="color:#00B050"></span>
<p><span style="font-size:16.0pt;mso-bidi-font-size:
11.0pt;line-height:115%"><span style="color:fuchsia"></span></span></p>
<div id="I475" style="display:block;clear: both;" class="Text_Default">
<div id="I475_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p></div>
</div></div>
</div><div id="I814" style="display:block;clear: both;" class="Text_Default">
<div id="I814_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p><pre><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#00B050"> </span></b><pr
e>
<h
4><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#CC00CC">
<a href="services-astrology.php" target="new"><span style="color:#CC00CC"> </span></a></span></b></h4></pre></pre>
<h4>
Document type does not allow element "pre" here; missing one of "ins", "del", "map", "button" start-tag.
Line 1124 HTML Validation
This page has markup errors, causing screen readers to miss content.
Line 1124 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.
e>
Headings should not be empty.
Line 1124 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.
<h
Document type does not allow element "h4" here; missing one of "ins", "del", "map", "button" start-tag.
Line 1124 HTML Validation
This page has markup errors, causing screen readers to miss content.
Line 1124 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.
4><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#CC00CC">
Each A tag must contain text or an IMG with an ALT tag.
Line 1124 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="services-astrology.php" target="new"><span style="color:#CC00CC"> </span></a></span></b></h4></pre></pre>
Headings should not be empty.
Line 1124 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.
<h4>
</h4><h5><b style="mso-bidi-font-weight:normal"><span style="font-size: 14pt; color: rgb(204, 0, 204);"><a href="services-astrology.php" target="new"><span style="color: rgb(204, 0, 204);"><span style="font-family: 'Courier New';"> </span>
<font face="Courier New, monospace
">Online Astrologer</font></span></a></span></b>
<font face="Courier New, monospace
"><br></fon
t></h5>
<h5>
<font face="Courier New, monospace
"><b style="mso-bidi-font-weight:normal"><span style="font-size: 14pt; color: rgb(247, 150, 70);"> </span></b></font><br></h
5><h5><b style="font-family: 'Courier New', monospace;"><span style="font-size: 14pt; color: rgb(247, 150, 70);"><a href="finance-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 1126 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 1126 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.
">Online Astrologer</font></span></a></span></b>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 1126 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 1126 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.
"><br></fon
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1126 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
t></h5>
Headings should not be empty.
Line 1126 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 1126 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 1126 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: 14pt; color: rgb(247, 150, 70);"> </span></b></font><br></h
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1126 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
5><h5><b style="font-family: 'Courier New', monospace;"><span style="font-size: 14pt; color: rgb(247, 150, 70);"><a href="finance-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6">Financial Astrologers</span></a>
<a href="finance-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
Each A tag must contain text or an IMG with an ALT tag.
Line 1127 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="finance-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6"> </span></a> <a href="personalised-life-horoscope.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6">Personality Horoscope</span></a>
<a href="love-marriage-horoscope-match-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6">Love Astrology</span></a></span></b></h5><h5>
<font face="Courier New, monospace
"><b><span style="font-size: 12pt;"></span></b><b><span style="font-size: 14pt; color: rgb(247, 150, 70);"></span></b>
<b style="mso-bidi-font-weight:normal"><span style="font-size: 14pt; color: rgb(247, 150, 70);"><a href="career-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 1131 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 1131 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: 12pt;"></span></b><b><span style="font-size: 14pt; color: rgb(247, 150, 70);"></span></b>
Use bold text sparingly - for one or two words or a short phrase.
Line 1131 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: 14pt; color: rgb(247, 150, 70);"><a href="career-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6">Career Horoscope</span></a><span style="mso-spacerun:yes">
</span>
<a href="ask-any-one-question.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
Provide a way to skip repetitive navigation links.
Line 1133 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="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6">Ask Astrologer</span></a><span style="mso-spacerun:yes">
</span>
<a href="http://freevedicastrology.yolasite.com/birth-time-rectification.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
Each A tag must contain text or an IMG with an ALT tag.
Line 1135 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="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6;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="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6">Birth Time Correction</span></a></span>
<a href="birth-time-rectification.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
Each A tag must contain text or an IMG with an ALT tag.
Line 1137 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="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6"> </span></a> </span></b><b style="mso-bidi-font-weight:
normal"><span style="font-size: 14pt; color: rgb(247, 150, 70);"> </span></b><br></fon
t></h5><h5>
<font face="Courier New, monospace
"><b style="mso-bidi-font-weight:normal"><span style="font-size: 12pt;"></span><span style="font-size: 14pt; color: rgb(247, 150, 70);"><a href="annual-yearly-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1139 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
t></h5><h5>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 1139 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 1139 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: 12pt;"></span><span style="font-size: 14pt; color: rgb(247, 150, 70);"><a href="annual-yearly-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6">Horoscope Yearly</span></a>
<a href="annual-yearly-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
Each A tag must contain text or an IMG with an ALT tag.
Line 1140 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 1140 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="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6"><span style="mso-spacerun:yes"> </span></span></a><span style="mso-spacerun:yes"> </span><a href="business-astrology-horoscope.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6">Business Horoscope</span></a><span style="mso-spacerun:yes">
</span><a href="health-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6">Health Horoscope</span></a></span></b><br></fon
t></h5><h5><b style="mso-bidi-font-weight:normal">
<font face="Courier New, monospace
"><span style="font-size: 12pt;"></span><span style="font-size: 14pt; color: rgb(247, 150, 70);"><a href="child-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1144 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
t></h5><h5><b style="mso-bidi-font-weight:normal">
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 1144 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 1144 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="font-size: 12pt;"></span><span style="font-size: 14pt; color: rgb(247, 150, 70);"><a href="child-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6">Baby Horoscopes</span></a>
<a href="child-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
Each A tag must contain text or an IMG with an ALT tag.
Line 1145 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 1145 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="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6"><span style="mso-spacerun:yes"> </span></span></a><span style="mso-spacerun:yes"> </span><a href="about-vedic-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6">Hindu Astrology</span></a></span></font></b></h5>
<h4></h4>
<h4></h4>
<h4></h4>
<h4></h4>
<h4></h4>
<h4></h4>
<h4></h4>
<h4></h4>
<h4>
Headings should not be empty.
Line 1147 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.
<h4></h4>
Headings should not be empty.
Line 1147 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.
<h4></h4>
Headings should not be empty.
Line 1147 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.
<h4></h4>
Headings should not be empty.
Line 1147 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.
<h4></h4>
Headings should not be empty.
Line 1147 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.
<h4></h4>
Headings should not be empty.
Line 1147 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.
<h4></h4>
Headings should not be empty.
Line 1147 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.
<h4></h4>
Headings should not be empty.
Line 1147 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.
<h4></h4>
Headings should not be empty.
Line 1147 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.
<h4>
<span style="color:#F79646;mso-themecolor:accent6"></span></h4><pre><pr
e>
<h
4><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Document type does not allow element "pre" here; missing one of "ins", "del", "map", "button" start-tag.
Line 1149 HTML Validation
e>
Headings should not be empty.
Line 1149 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.
<h
Document type does not allow element "h4" here; missing one of "ins", "del", "map", "button" start-tag.
Line 1149 HTML Validation
4><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></h4>
<h
4><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Headings should not be empty.
Line 1150 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.
<h
Document type does not allow element "h4" here; missing one of "ins", "del", "map", "button" start-tag.
Line 1150 HTML Validation
4><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#00B050"> </span></b></h4>
<h
4><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Headings should not be empty.
Line 1151 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.
<h
Document type does not allow element "h4" here; missing one of "ins", "del", "map", "button" start-tag.
Line 1151 HTML Validation
4><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#00B050"> </span></b></h4><pr
e><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Document type does not allow element "pre" here; missing one of "ins", "del", "map", "button" start-tag.
Line 1152 HTML Validation
e><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#00B050"> </span></b></pre><pr
e><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Document type does not allow element "pre" here; missing one of "ins", "del", "map", "button" start-tag.
Line 1153 HTML Validation
e><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#00B050"> </span></b></pre></pre></pre><pre><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></pre></div>
</div><div id="I2803" 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 1157 HTML Validation
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Required attribute "type" not specified.
Line 1157 HTML Validation
"></script>
<!-- 200*90 vert link_pink_orange -->
<ins class="adsbygoogle"
style="display:inline-block;width:200px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="3631549969"></ins>
<scrip
t>
Required attribute "type" not specified.
Line 1163 HTML Validation
t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I819" style="display:block;clear: both;margin:10px 10px 10px 10px;" class="Panel_Default">
<style id='yola-panel-style-I819' type='text/css
'>
Document type does not allow element "style" here.
Line 1166 HTML Validation
'>
Property -webkit-border-radius is vendor specific.
Line 1167 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 1167 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 1167 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 1167 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 1167 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 1167 Internet Explorer
No rounded corners will be displayed on old versions of Internet Explorer.
div#yola-panel-I819{
background:#f6df8b;-webkit-border-radius:7px;-khtml-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px;
}
Property -webkit-border-radius is vendor specific.
Line 1171 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 1171 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 1171 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 1171 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 1171 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 1171 Internet Explorer
No rounded corners will be displayed on old versions of Internet Explorer.
div#yola-panel-inner-I819{
-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-I819,
div#yola-panel-inner-I819 .sys_txt,
.content div#yola-panel-inner-I819 p,
#content div#yola-panel-inner-I819 p,
div#yola-panel-inner-I819 .HTML_Default p,
div#yola-panel-inner-I819 .Text_Default p,
div#yola-panel-inner-I819 .sys_txt p,
div#yola-panel-inner-I819 .sys_txt a,
div#content div#yola-panel-inner-I819 p{
color:#222;
}
div#yola-panel-inner-I819 h1,
div#yola-panel-inner-I819 h2,
div#yola-panel-inner-I819 h3,
div#yola-panel-inner-I819 h4,
div#yola-panel-inner-I819 h5,
div#yola-panel-inner-I819 h6,
div#yola-panel-inner-I819 .sys_txt h1,
div#yola-panel-inner-I819 .sys_txt h2,
div#yola-panel-inner-I819 .sys_txt h3,
div#yola-panel-inner-I819 .sys_txt h4,
div#yola-panel-inner-I819 .sys_txt h5,
div#yola-panel-inner-I819 .sys_txt h6{
color:#222;
}
div#yola-panel-inner-I819 a,
div#yola-panel-inner-I819 .sys_txt a{
color:#1f72be;
}
div#yola-panel-inner-I819 a:hover,
div#yola-panel-inner-I819 .sys_txt a:hover{
color:#1f72be;
}
</style>
<div id='yola-panel-I819'>
<div id='yola-panel-inner-I819'>
<table border="0" cellspacing="0" cellpadding="0" style="width:100%;">
<tr>
<td id="Panel_I819" style="text-align:left; vertical-align:top; width:100%;" ><div id="I820" style="display:block;clear: both;" class="Layout1_Default"><table border="0" cellspacing="0" cellpadding="0" style="width:100%;"><tr><td id="Left_I820" style="text-align:left; vertical-align:top; width:50%;" ><div id="I823" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I823_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;">
<a target="new" href="free-vedic-horoscope-astrology-services.php"><br
>
Each A tag must contain text or an IMG with an ALT tag.
Line 1219 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 target="new" href="free-vedic-horoscope-astrology-services.php"><br
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1219 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
>
</a><p>
<a href="free-vedic-horoscope-astrology-services.php" target="new"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;line-height:115%;font-family:
Each A tag must contain text or an IMG with an ALT tag.
Line 1221 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="free-vedic-horoscope-astrology-services.php" target="new"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;line-height:115%;font-family:
Papyrus;color:#00B050"></span></b></a><b style="mso-bidi-font-weight:normal"></b></p><p>
<a target="new" href="free-vedic-horoscope-astrology.php"><b style="mso-bidi-font-weight:normal">
Each A tag must contain text or an IMG with an ALT tag.
Line 1222 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 target="new" href="free-vedic-horoscope-astrology.php"><b style="mso-bidi-font-weight:normal">
</b></a></p><p></p><p>
</p><p></p><p>
<
p><b style="mso-bidi-font-weight:normal"><span style="font-size:16.0pt;line-height:115%;mso-bidi-font-family:Calibri;
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1228 HTML Validation
p><b style="mso-bidi-font-weight:normal"><span style="font-size:16.0pt;line-height:115%;mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin"><a href="free-vedic-horoscope-astrology.php" target="new"><span style="color:red">FREE Horoscope</span></a><span style="color:#A10F70"> </span><span style="color:#00B050">Here</span></span></b><span style="font-size:16.0pt;line-height:115%;mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin"></span></p>
<span style="font-size:18.0pt;line-height:115%;mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin"></span></p>
<b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
11.0pt;line-height:115%;font-family:Papyrus;color:#A10F70"></span></b><span style="color:#00B050"></span><p></p><p></p>
</div>
</div><div id="I821" style="display:block;clear: both;text-align:left;" class="Image_Default"><a href="free-vedic-horoscope-astrology.php" target="new" >
<img id="I821_img" src="resources/free-horoscope/free-horoscope.jpg" alt="Free Horoscope" style='width:325px; border:none;'/></a></div><div id="I822" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
Line 1240 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="I821_img" src="resources/free-horoscope/free-horoscope.jpg" alt="Free Horoscope" style='width:325px; border:none;'/></a></div><div id="I822" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I822_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p>
<h6><span style="font-size:16.0pt;font-family:"Calibri","sans-serif";
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:
minor-latin;color:#E36C0A"><a href="index.php" target="new"><span style="color:#E36C0A">Freeastrologyvedic.com</span></a></span><span class="apple-converted-space"><span style="background-position:initial initial;
background-repeat:initial initial"><span style="font-family:"Calibri","sans-serif";
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:
minor-latin;color:#E36C0A"> </span></span></span><span style="font-size:
16.0pt;font-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin;
mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:minor-latin;color:#E36C0A"><span style="background-position:initial initial;background-repeat:initial initial">is
pleased to present free<span class="apple-converted-space"> </span><a href="index.php" target="new"><span style="color:#E36C0A">horoscope</span></a><span class="apple-converted-space"> </span>and predictions. Know your<span class="apple-converted-space"> </span><a href="moon-astrology-sign-horoscope.php" target="new"><span style="color:#E36C0A">Moon sign</span></a><span class="apple-converted-space"> </span>and Ascendant sign with analysis,
birth star with analysis and an analysis of your current operating dasa. Just
enter few details and enjoy.</span></span><span style="font-family:"Calibri","sans-serif";
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:
minor-latin"></span></h6>
</div>
</div></td><td id="Right_I820" style="vertical-align:top; width:50%;" ><div id="I824" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I824_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> <br></
p><p>
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1260 HTML Validation
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.
p><p>
</p><p>
<a target="new" href="birth-time-rectification.php"></a><a target="new" href="birth-time-rectification.php">
Each A tag must contain text or an IMG with an ALT tag.
Line 1262 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 target="new" href="birth-time-rectification.php"></a><a target="new" href="birth-time-rectification.php">
<
p><span style="font-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin;
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1264 HTML Validation
p><span style="font-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin;
mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:minor-latin">
<a href="birth-time-rectification.php" target="new"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
The A element must not contain other A elements.
Line 1265 HTML Validation
<a href="birth-time-rectification.php" target="new"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
mso-bidi-font-size:11.0pt;color:#009900">Birth Time Correction </span></b></a><span style="mso-spacerun:yes"> </span></span><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:"Calibri","sans-serif";
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:
minor-latin;color:#C00000">Here</span></b><span style="font-family:"Calibri","sans-serif";
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:
minor-latin"></span></p>
</a><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;line-height:
115%;font-family:Papyrus;color:#C00000"></span></b></p>
<p></p></div>
</div><div id="I825" style="display:block;clear: both;text-align:left;" class="Image_Default"><a href="birth-time-rectification.php" target="new" >
<img id="I825_img" src="resources/birth-time-rectification/birth-time-rectification.jpg.opt386x235o0%2C0s386x235.jpg" alt="Birth Tme Rectification" style='width:386px; border:none;'/></a></div><div id="I826" style="display:block;clear: both;" class="Text_Default">
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
Line 1278 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="I825_img" src="resources/birth-time-rectification/birth-time-rectification.jpg.opt386x235o0%2C0s386x235.jpg" alt="Birth Tme Rectification" style='width:386px; border:none;'/></a></div><div id="I826" style="display:block;clear: both;" class="Text_Default">
<div id="I826_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p><p>
<
p>
<b><span style="font-size:14.0pt;line-height:115%;
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1281 HTML Validation
p>
Use bold text sparingly - for one or two words or a short phrase.
Line 1281 Usability.gov 11:5
Keep runs of bold text to less than 70 characters.
<b><span style="font-size:14.0pt;line-height:115%;
mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:fuchsia">A
number of people do not know either their date or time of birth accurately.
Which creates a problem as an accurate chart cannot be constrcuted and hence
the predictions never come true and the<span class="apple-converted-space"> </span><a href="index.php" target="new"><span style="color:fuchsia">Astrology</span></a><span class="apple-converted-space"> </span>gets a bad name. Fortunately<span class="apple-converted-space"> </span><a href="about-vedic-astrology.php" target="new"><span style="color:fuchsia">Vedic Astrology</span></a><span class="apple-converted-space"> </span>has given us tools to determine
accurate date and time of birth. If you want to know yours or verify your
date/time of birth please.</span></b><span style="mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin;color:fuchsia"></span></p>
</p><p><span style="color:red"></span></p></div>
</div></td></tr></table></div></td>
</tr>
</table>
</div>
</div>
</div><div id="I828" style="display:block;clear: both;margin:10px 10px 10px 10px;" class="Panel_Default">
<style id='yola-panel-style-I828' type='text/css
'>
Document type does not allow element "style" here.
Line 1299 HTML Validation
'>
div#yola-panel-I828{
background:#fafafa;background:#fafafa -webkit-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);background:#fafafa -khtml-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);background:#fafafa -moz-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);background:#fafafa -ms-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);background:#fafafa -o-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);background:#fafafa linear-gradient(top, #fafafa 0%, #f2f2f2 100%);border:3px solid #fff;-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 1304 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 1304 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 1304 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 1304 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 1304 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 1304 Internet Explorer
No rounded corners will be displayed on old versions of Internet Explorer.
div#yola-panel-inner-I828{
-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;background-position:top left;background-repeat:repeat;padding:20px 20px 20px 20px;
}
div#yola-panel-inner-I828,
div#yola-panel-inner-I828 .sys_txt,
.content div#yola-panel-inner-I828 p,
#content div#yola-panel-inner-I828 p,
div#yola-panel-inner-I828 .HTML_Default p,
div#yola-panel-inner-I828 .Text_Default p,
div#yola-panel-inner-I828 .sys_txt p,
div#yola-panel-inner-I828 .sys_txt a,
div#content div#yola-panel-inner-I828 p{
color:#333;
}
div#yola-panel-inner-I828 h1,
div#yola-panel-inner-I828 h2,
div#yola-panel-inner-I828 h3,
div#yola-panel-inner-I828 h4,
div#yola-panel-inner-I828 h5,
div#yola-panel-inner-I828 h6,
div#yola-panel-inner-I828 .sys_txt h1,
div#yola-panel-inner-I828 .sys_txt h2,
div#yola-panel-inner-I828 .sys_txt h3,
div#yola-panel-inner-I828 .sys_txt h4,
div#yola-panel-inner-I828 .sys_txt h5,
div#yola-panel-inner-I828 .sys_txt h6{
color:#333;
}
div#yola-panel-inner-I828 a,
div#yola-panel-inner-I828 .sys_txt a{
color:#2D76B9;
}
div#yola-panel-inner-I828 a:hover,
div#yola-panel-inner-I828 .sys_txt a:hover{
color:#2D76B9;
}
</style>
<div id='yola-panel-I828'>
<div id='yola-panel-inner-I828'>
<table border="0" cellspacing="0" cellpadding="0" style="width:100%;">
<tr>
<td id="Panel_I828" style="text-align:left; vertical-align:top; width:100%;" ><div id="I829" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I829_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> <b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;line-height:115%;font-family:
Papyrus;color:#009900">Your Financial Destiny</span></b></p></div>
</div></td>
</tr>
</table>
</div>
</div>
</div><div id="I830" style="display:block;clear: both;margin:10px 10px 10px 10px;" class="Horizontal_Line_Default"> <div style='border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ff0000;font-size:0;padding:0;margin:0;height:0;line-height:0;'></div>
</div><div id="I831" style="display:block;clear: both;text-align:left;" class="Image_Default"><a href="finance-horoscope-astrology.php" target="new" >
<img id="I831_img" src="resources/finance-astrology/money-horoscope.jpg.opt380x380o0%2C0s380x380.jpg" alt="Money Horoscope" style='width:380px; border:none;'/></a></div><div id="I832" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
Line 1362 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="I831_img" src="resources/finance-astrology/money-horoscope.jpg.opt380x380o0%2C0s380x380.jpg" alt="Money Horoscope" style='width:380px; border:none;'/></a></div><div id="I832" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I832_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> <span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;
line-height:115%;color:red">Use this amazing service to get an instant report
about your chances of becoming rich in life and time tested remedies to improve
those chances.</span></p><p>
</p><p>
</p>
<h5 style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
line-height:normal;mso-outline-level:5"><b><span style="font-size:14.0pt;
mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin">
<font face="Courier New,monospace
"><a href="finance-horoscope-astrology.php" target="new"><span style="color:green">Finance Horoscope Astrology Report</span></a></font>
<a href="finance-horoscope-astrology.php" target="new"><span style="color:blue"> </span></a><span style="color:red">Here</span></span></b></h5>
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.
Line 1375 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 1375 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.
"><a href="finance-horoscope-astrology.php" target="new"><span style="color:green">Finance Horoscope Astrology Report</span></a></font>
Each A tag must contain text or an IMG with an ALT tag.
Line 1375 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="finance-horoscope-astrology.php" target="new"><span style="color:blue"> </span></a><span style="color:red">Here</span></span></b></h5>
<span style="font-size:22.0pt;line-height:
115%"><span style="color:red"></span></span>
</div>
</div><div id="I833" style="display:block;clear: both;" class="Text_Default">
<div id="I833_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p><p>
<
p><span style="color:fuchsia"><a href="about-vedic-astrology.php" target="new"><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 1385 HTML Validation
p><span style="color:fuchsia"><a href="about-vedic-astrology.php" target="new"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
mso-bidi-font-size:11.0pt;line-height:115%;font-family:Papyrus;color:fuchsia">About
</span></b></a></span><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;line-height:115%;font-family:
Papyrus;color:fuchsia"><a href="about-vedic-astrology.php" target="new"><span style="color:fuchsia">Vedic Astrology</span></a></span></b><span style="color:fuchsia"></span></p>
Each A tag must contain text or an IMG with an ALT tag.
Line 1390 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 target="new" href="about-vedic-astrology.php"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;line-height:115%;font-family:
Papyrus;color:fuchsia">
<a target="new" href="about-vedic-astrology.php"></a></span></b></a></p></div>
Each A tag must contain text or an IMG with an ALT tag.
Line 1391 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.
The A element must not contain other A elements.
Line 1391 HTML Validation
<a target="new" href="about-vedic-astrology.php"></a></span></b></a></p></div>
</div><div id="I2770" 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 1393 HTML Validation
src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Required attribute "type" not specified.
Line 1393 HTML Validation
"></script>
<!-- 789*90 led -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="1155761569"></ins>
<scrip
t>
Required attribute "type" not specified.
Line 1399 HTML Validation
t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I837" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I837_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p><p>
<a target="new" href="indian-astrology.php"></a>
<a target="new" href="indian-astrology.php">
Each A tag must contain text or an IMG with an ALT tag.
Line 1402 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 target="new" href="indian-astrology.php"></a>
Each A tag must contain text or an IMG with an ALT tag.
Line 1402 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 target="new" href="indian-astrology.php">
</a></p><p>
<a target="new" href="indian-astrology.php"><span style="color:fuchsia"></span></a>
<a href="indian-astrology.php" target="new"></a>
<a href="indian-astrology.php" target="new">
Each A tag must contain text or an IMG with an ALT tag.
Line 1404 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 target="new" href="indian-astrology.php"><span style="color:fuchsia"></span></a>
Each A tag must contain text or an IMG with an ALT tag.
Line 1404 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 1404 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="indian-astrology.php" target="new"></a>
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.
Line 1404 Usability.gov 10:11
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.
<a href="indian-astrology.php" target="new">
<
p><span style="color:fuchsia">
<a href="indian-astrology.php" target="new"><b><span style="font-size:16.0pt;mso-bidi-font-size:11.0pt;
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1406 HTML Validation
p><span style="color:fuchsia">
The A element must not contain other A elements.
Line 1406 HTML Validation
<a href="indian-astrology.php" target="new"><b><span style="font-size:16.0pt;mso-bidi-font-size:11.0pt;
line-height:115%;font-family:"ParkAvenue BT","serif";color:fuchsia">Indian Vedic
Astrology</span></b></a></span><span style="font-size:16.0pt;mso-bidi-font-size:
11.0pt;line-height:115%;font-family:"ParkAvenue BT","serif";color:fuchsia"> is
an ancient Indian science which explains planetary motions and positions with
respect to time and their effect on humans and other entities on earth.
<a href="about-vedic-astrology.php" target="new"><span style="color:fuchsia">Vedic astrology</span></a> can be traced
The A element must not contain other A elements.
Line 1411 HTML Validation
<a href="about-vedic-astrology.php" target="new"><span style="color:fuchsia">Vedic astrology</span></a> can be traced
thousands of years back. Early
<a href="about-vedic-astrology.php" target="new"><span style="color:fuchsia">Vedic astrology</span></a> was only
The A element must not contain other A elements.
Line 1412 HTML Validation
<a href="about-vedic-astrology.php" target="new"><span style="color:fuchsia">Vedic astrology</span></a> was only
based on the movement of planets with respect to stars, but later on it started
including zodiac signs as well.
<a href="about-vedic-astrology.php" target="new"><span style="color:fuchsia">Vedic astrology</span></a> can be
The A element must not contain other A elements.
Line 1414 HTML Validation
<a href="about-vedic-astrology.php" target="new"><span style="color:fuchsia">Vedic astrology</span></a> can be
divided into three parts a) Siddhanta....</span><span style="color:fuchsia"></span></p>
</a><span style="font-size:16.0pt;mso-bidi-font-size:11.0pt;font-family:"ParkAvenue BT","serif";
color:fuchsia"></span><span style="color:fuchsia"></span></p>
<span style="font-size:16.0pt;mso-bidi-font-size:11.0pt;line-height:115%;font-family:
"ParkAvenue BT";color:fuchsia"></span><p></p></div>
</div><div id="I835" style="display:block;clear: both;margin:10px 10px 10px 10px;" class="Horizontal_Line_Default"> <div style='border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#009966;font-size:0;padding:0;margin:0;height:0;line-height:0;'></div>
</div><div id="I836" style="display:block;clear: both;text-align:left;" class="Image_Default"><a href="index.php" target="new" >
<img id="I836_img" src="resources/astrology/astrology.gif.opt279x372o0%2C0s279x372.gif" alt="Free Vedic Astrology" style='width:279px; border:none;'/></a></div><div id="I838" style="display:block;clear: both;margin:10px 10px 10px 10px;" class="Panel_Default">
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
Line 1424 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="I836_img" src="resources/astrology/astrology.gif.opt279x372o0%2C0s279x372.gif" alt="Free Vedic Astrology" style='width:279px; border:none;'/></a></div><div id="I838" style="display:block;clear: both;margin:10px 10px 10px 10px;" class="Panel_Default">
<style id='yola-panel-style-I838' type='text/css
'>
Document type does not allow element "style" here.
Line 1425 HTML Validation
'>
div#yola-panel-I838{
background:#d82516;background:#d82516 -webkit-linear-gradient(top, #d82516 0%, #c00c05 100%);background:#d82516 -khtml-linear-gradient(top, #d82516 0%, #c00c05 100%);background:#d82516 -moz-linear-gradient(top, #d82516 0%, #c00c05 100%);background:#d82516 -ms-linear-gradient(top, #d82516 0%, #c00c05 100%);background:#d82516 -o-linear-gradient(top, #d82516 0%, #c00c05 100%);background:#d82516 linear-gradient(top, #d82516 0%, #c00c05 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 1430 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 1430 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 1430 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 1430 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 1430 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 1430 Internet Explorer
No rounded corners will be displayed on old versions of Internet Explorer.
div#yola-panel-inner-I838{
-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-I838,
div#yola-panel-inner-I838 .sys_txt,
.content div#yola-panel-inner-I838 p,
#content div#yola-panel-inner-I838 p,
div#yola-panel-inner-I838 .HTML_Default p,
div#yola-panel-inner-I838 .Text_Default p,
div#yola-panel-inner-I838 .sys_txt p,
div#yola-panel-inner-I838 .sys_txt a,
div#content div#yola-panel-inner-I838 p{
color:#fff;
}
div#yola-panel-inner-I838 h1,
div#yola-panel-inner-I838 h2,
div#yola-panel-inner-I838 h3,
div#yola-panel-inner-I838 h4,
div#yola-panel-inner-I838 h5,
div#yola-panel-inner-I838 h6,
div#yola-panel-inner-I838 .sys_txt h1,
div#yola-panel-inner-I838 .sys_txt h2,
div#yola-panel-inner-I838 .sys_txt h3,
div#yola-panel-inner-I838 .sys_txt h4,
div#yola-panel-inner-I838 .sys_txt h5,
div#yola-panel-inner-I838 .sys_txt h6{
color:#fff;
}
div#yola-panel-inner-I838 a,
div#yola-panel-inner-I838 .sys_txt a{
color:#ffc658;
}
div#yola-panel-inner-I838 a:hover,
div#yola-panel-inner-I838 .sys_txt a:hover{
color:#ffc658;
}
</style>
<div id='yola-panel-I838'>
<div id='yola-panel-inner-I838'>
<table border="0" cellspacing="0" cellpadding="0" style="width:100%;">
<tr>
<td id="Panel_I838" style="text-align:left; vertical-align:top; width:100%;" ><div id="I839" style="display:block;clear: both;" class="Text_Default">
<div id="I839_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p><font color="#66ff66
"> </font></p><p>
Element "font" undefined.
Line 1478 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></p><p>
</p>
<h6><b><span style="font-size:14.0pt;font-family:Papyrus;color:#F79646;
Headings should not be empty.
Line 1480 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.
<h6><b><span style="font-size:14.0pt;font-family:Papyrus;color:#F79646;
mso-themecolor:accent6"></span></b>
<a target="new" href="about-vedic-astrology.php"><b><span style="font-size:14.0pt;mso-bidi-font-size:18.0pt;font-family:Papyrus;
Each A tag must contain text or an IMG with an ALT tag.
Line 1481 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 target="new" href="about-vedic-astrology.php"><b><span style="font-size:14.0pt;mso-bidi-font-size:18.0pt;font-family:Papyrus;
color:#00B050"></span></b></a></h6>
<h6>
Headings should not be empty.
Line 1482 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.
<h6>
<p style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
line-height:normal;mso-outline-level:6
"></p></h6><p style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1485 HTML Validation
"></p></h6><p style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
line-height:normal;mso-outline-level:6">
<p style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
line-height:normal;mso-outline-level:6
"><b><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 1489 HTML Validation
"><b><span style="font-size:14.0pt;
font-family:Papyrus;mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:
"Times New Roman";color:#00B050">Vedic Astrology</span></b><b><span style="font-size:7.5pt;font-family:"Times New Roman","serif";mso-fareast-font-family:
"Times New Roman";color:#00B050"> </span></b><b><span style="font-size:
14.0pt;font-family:Papyrus;mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";color:#00B050"> <a href="services-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#00B050">Astrologers</span></a></span></b><b><span style="font-size:7.5pt;font-family:"Times New Roman","serif";mso-fareast-font-family:
"Times New Roman";color:#00B050"></span></b></p>
<b><span style="font-size:14.0pt;font-family:Papyrus;mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";color:#F79646;mso-themecolor:accent6">
<a href="services-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
Each A tag must contain text or an IMG with an ALT tag.
Line 1498 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="services-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:
accent6"></span></a></span></b><b><span style="font-size:7.5pt;
font-family:"Times New Roman","serif";mso-fareast-font-family:"Times New Roman""></span></b></p>
<h6>
Headings should not be empty.
Line 1500 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.
<h6>
<b><span style="font-size:14.0pt;font-family:Papyrus;color:#F79646;mso-themecolor:accent6">
<a href="services-astrology.php" target="new"><span style="color:#F79646;mso-themecolor:accent6"></span></a></span></b><span style="font-size:14.0pt;mso-bidi-font-size:12.0pt;font-family:Papyrus;
Each A tag must contain text or an IMG with an ALT tag.
Line 1502 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="services-astrology.php" target="new"><span style="color:#F79646;mso-themecolor:accent6"></span></a></span></b><span style="font-size:14.0pt;mso-bidi-font-size:12.0pt;font-family:Papyrus;
color:#00B050"></span>
</h6><p><b><span style="font-size:14.0pt;font-family:Papyrus;color:#984806;mso-themecolor:accent6;
mso-themeshade:128">
<a href="services-astrology.php" target="new"><span style="color:#984806;mso-themecolor:accent6;mso-themeshade:
Each A tag must contain text or an IMG with an ALT tag.
Line 1506 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="services-astrology.php" target="new"><span style="color:#984806;mso-themecolor:accent6;mso-themeshade:
128"></span></a></span></b><span style="font-size:14.0pt;mso-bidi-font-size:
12.0pt;font-family:Papyrus;color:#00B050"></span></p>
</div>
</div><div id="I840" style="display:block;clear: both;margin:10px 10px 10px 10px;" class="Horizontal_Line_Default"> <div style='border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#009900;font-size:0;padding:0;margin:0;height:0;line-height:0;'></div>
</div><div id="I841" style="display:block;clear: both;text-align:left;" class="Image_Default"><a href="about-vedic-astrology.php" target="new" >
<img id="I841_img" src="resources/vedic-astrology/vedic-astrology.jpg" alt=" Free Vedic Astrology" style='width:202px; border:none;'/></a></div><div id="I842" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
Line 1513 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="I841_img" src="resources/vedic-astrology/vedic-astrology.jpg" alt=" Free Vedic Astrology" style='width:202px; border:none;'/></a></div><div id="I842" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I842_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p> </p><div id="I548" style="display:block;clear: both;" class="Text_Default">
<div id="I548_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;">
<p>
<a target="new" href="index.php"></a>
<a target="new" href="index.php">
Each A tag must contain text or an IMG with an ALT tag.
Line 1517 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 target="new" href="index.php"></a>
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.
Line 1517 Usability.gov 10:11
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.
<a target="new" href="index.php">
<
p><span style="color:#00B050">
<a href="index.php" target="new"><b><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1519 HTML Validation
p><span style="color:#00B050">
The A element must not contain other A elements.
Line 1519 HTML Validation
<a href="index.php" target="new"><b><span style="font-size:14.0pt;mso-bidi-font-size:11.0pt;
font-family:Papyrus;color:#00B050">Freeastrologyvedic.com</span></b></a></span>
<b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
Use bold text sparingly - for one or two words or a short phrase.
Line 1520 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:
11.0pt;font-family:Papyrus;color:#00B050"> does not believe in providing
computer generated analysis reports. Every time you order a
<a href="about-vedic-astrology.php" target="new"><span style="color:#00B050">vedic astrology</span></a> service
The A element must not contain other A elements.
Line 1522 HTML Validation
<a href="about-vedic-astrology.php" target="new"><span style="color:#00B050">vedic astrology</span></a> service
through our site, your chart gets looked at by a very experienced and
knowledgeable vedic astrologer in India. The astrologer spends minimum an hour
on the chart analysis. You will be amazed by the depth of analysis done on your
chart. Try one out today. Remedial consultation is provided free of cost along
with your service request.</span></b><span style="color:#00B050"></span></p>
</a><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
11.0pt;line-height:115%;font-family:Papyrus;color:#00B050"></span></b></p>
</div>
</div></div>
</div></td>
</tr>
</table>
</div>
</div>
</div><div id="I1051" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1051_html"><script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:pluson
e></g:plusone></div>
Element "g:plusone" undefined.
Line 1545 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.
e></g:plusone></div>
</div><div id="I1289" 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="I874" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I874_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>
</p><p>
<a target="new" href="astrology-links-and-resources.php"><span style="font-size: 14pt; line-height: 115%; "></span></a><font color="#006600
">
<a target="new" href="astrology-links.php">
Each A tag must contain text or an IMG with an ALT tag.
Line 1568 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 target="new" href="astrology-links-and-resources.php"><span style="font-size: 14pt; line-height: 115%; "></span></a><font color="#006600
Element "font" undefined.
Line 1568 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.
">
Each A tag must contain text or an IMG with an ALT tag.
Line 1568 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 target="new" href="astrology-links.php">
</a></font></p>
<p><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
font-family:"Courier New";color:#006600"><a href="astrology-links.php" target="new"><span style="color:#00B050">Astrology links</span></a></span></b><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;font-family:
"Courier New";color:#984806;mso-themecolor:accent6;mso-themeshade:128"> </span></b></p>
<font color="#006600
"></font>
Element "font" undefined.
Line 1576 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>
</div>
</div><div id="I3153" style="display:block;clear: both;text-align:left;" class="Image_Default">
<a href="index.php" target="_blank" >
<img id="I3153_img" src="resources/astrology/astrology.jpg.cropped978x263o0%2C0s980x263.jpg" alt="astrology" style='width:945px; border:none;'/></a></div></div>
Avoid specifying a new window as the target of a link with target="_blank".
Line 1580 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="index.php" target="_blank" >
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.
Line 1580 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="I3153_img" src="resources/astrology/astrology.jpg.cropped978x263o0%2C0s980x263.jpg" alt="astrology" style='width:945px; border:none;'/></a></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 1605 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 1631 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 1631 HTML Validation
">
<img src="http://pixel.quantserve.com/pixel/p-b8x17GqsQ_656.gif" style="display: none;" border="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>