pythondjangotextile

Django textile make a link both red and bold


I want to make this "*<span style="color:#ff0000">Text</span>*":http://www.example.com/lifestyle/tpage2 in textile become bold and red.


Solution

  • Use <strong> tags, like "*<span style="color:#ff0000"><strong>Text</strong></span>*":http://www.example.com/lifestyle/tpage2