Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. Share your own thoughts and experience, accounts may be terminated for violations.

validating sites

Status
Not open for further replies.
Joined
Jul 20, 2008
Posts
184
Reaction score
4
i am trying to validate my site dont know if it makes a differerence with anything but was bored and so i thought id give it a try. I started off with 124 errors now im down to 2 and i cant get rid of them without altering the look of each page which i dont want to do. im getting this error there is no attribute "align" . does anyone know how to fix this??? thanks everyone
 
thanks ben i have just got this one left to fix now

there is no attribute "align" .

<p align="right" class="style9">phone number</p>

i`ve tried using <p text-align:right;"> but it moves the text to the left.

thanks for your help
 
thanks ben i have just got this one left to fix now

there is no attribute "align" .

<p align="right" class="style9">phone number</p>

i`ve tried using <p text-align:right;"> but it moves the text to the left.

thanks for your help

Change it to:
<p class="style9">phone number</p>

Then in your stylesheet: (or style section in head of html doc)
p.style9 {text-align:right;}

-Ben
 
thanks ben thats done the job. the site is now validated. dont know if it makes a difference with regards to seo but its all done now thanks again for your help.
 
Status
Not open for further replies.
Top Bottom