Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design website design with only HTML4 Reply To: website design with only HTML4

#147976
jurotek
Participant

With inline styles?

<p style="font-family:sans-serif;color:red">
  Some text
</p>

Some text

or like this

<p><font color="red">Some text</font></p>

Some text

Doesn’t work, prolly was deprecated