-1

I don't know coding but mannaged to make this code by searching online. But got this SEO warnings:

Warning! Your page is using HTML deprecated tags.

<font size="3" color="white">Protejare date</fo....  <font size="3" color="white">Recuperare date</f....  <font size="3" color="white">Revizii generale</....  <font size="3" color="white">Unboxing</font>  <font size="3" color="white">Termeni si Conditi....  <font size="3" color="white">Confidentialitate<....  <font size="3" color="white">Blog Service IT, I....  <font size="4" color="white">© Copyright 2018 ....

It needs to be white because of the theme's bad footer options.. My deprecated codes looks like this:

<li><a href="https://doradosystems.ro/termeni-si-conditii" title="Termeni si Conditii"><font size="3" color="white">Termeni si Conditii</font></a></li>

Can any one of you gifted fellows could fix this code?

Thank YOU!

MT0
  • 143,790
  • 11
  • 59
  • 117

1 Answers1

0

The good way is to have some CSS separate file, or at least a <style> element in your <head>.

Otherwise, use a <span tag with a style= attribute. If you have some explicit CSS, use a class= attribute.

Basile Starynkevitch
  • 223,805
  • 18
  • 296
  • 547