Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #636181

    Hello,

    is it possible to put a code into the “special heading” element so that it can display some words with a bold font?
    I have already succeeded in having it in different colors.
    This is what I have:

    now

    using the following code:

    <font color=”red”>TIGRIS </font><font color=”green”>REBELS</font> Film Synopsis

    inside the special heading element. And this is what I want:

    want

    I would be glad if you could help.

    Thanks in advance,

    Nedim

    • This topic was modified 8 years, 6 months ago by nedimhazar.
    #636184

    <strong><span style="color:green">TIGRIS</span> <span style="color:red">REBELS</span></strong> Film Synopsis

    for strong you can use <b> bold </b> too
    and for green or red you can use #01DF01 or #f00

    see here: http://html-color-codes.info/webfarben_hexcodes/

    • This reply was modified 8 years, 6 months ago by Guenni007.
    #636187

    Thank you Guenni,
    but that doesn’t make a difference. I think the font family with various weights have to be uploaded somehow.

    Best,

    Nedim

    #636347

    Thank you!
    I solved this problem by using png images for the titles.

    Best,

    Nedim

    #636410

    Hey!

    Glad you got it short out!
    PLease let us know if we can do anything else for you, sorry we wasnt faster on that one!

    Cheers!
    Basilis

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Code for bold font inside "special heading"’ is closed to new replies.