Here is the page in question http://www.theremotedoctor.co.uk/z.html
I have tried a few times the items below but get stuck along the way,if you could be so kind.
I have applied a blinking code for the "Any questions ask" text but does not blink.
Printable View
Here is the page in question http://www.theremotedoctor.co.uk/z.html
I have tried a few times the items below but get stuck along the way,if you could be so kind.
I have applied a blinking code for the "Any questions ask" text but does not blink.
Where are the <DOCTYPE>, <html>, </html>, <head>, </head>, <body> and </body> tags which are needed by an HTML page?
This link might help:
https://validator.w3.org/check?uri=h...Inline&group=0
Please could you take another look,
Thanks
It sure blinks when I look at the page using firefox 44
I have now done it.
Ive got to much code in it but it works.
Will need to sort out the redundant blinking code
Hi there theremotedr,
on line 154 of your document, you will find this deprecated code...
Surely you have been coding long enough to know that this is unacceptable. :DCode:
<div align="center">
cooothead
Now corrected to what i think is correct.
Code:<div align="middle">
When in doubt, Google is your friend: http://www.w3schools.com/tags/att_div_align.asp
Note the compatibility comment in red.
I did use Google at first but must of been a pirated version.;)
Code:<div style="text-align:center">
I know the above is now wrong so looking again