0
Welcome Guest! Login
0 items Join Now

Renaming an URL and changing font size

  • Renaming an URL and changing font size

    Posted 15 years 2 weeks ago
    • Hi

      I know it sounds very simple but i just cant seem to get it done in article mananger, even in editor mode.
      When i added the coding which is basically Link here , it doesnt work.

      How do i go about changing the font size / color for selected words in my article?

      Appreciate some help here
    • Hernan's Avatar
    • Hernan
    • Sr. Rocketeer
    • Posts: 147
    • Thanks: 0
    • Student.

    Re: Renaming an URL and changing font size

    Posted 15 years 2 weeks ago
    • Ok..let's see if I understood what you want.

      1) To make a word or phrase to be a link, this is the code:
      <a href="www.yourlink.com">This text is a link to http://www.yourlink.com</a>

      Now, if you want to set the link to open in a new window, you must add the target property:
      <a href="www.yourlink.com" target="_blank">This text is a link to http://www.yourlink.com</a>

      2) Now, to change the size of the font of the same link you can use some inline css:
      <p style="font-size:25px;"><a href="www.yourlink.com">Your text</a></p>

      If you want to change the size, color or other properties of some text in between of some other text, you can use <span>:
      <p>This is normal text <span style="color:#dd0000; font-size: 40px;">This text is red text, 40px size</span> and this text is normal text again</p>

      I hope it helps and that I'm right :cheesy:

      Cheers!
  • Re: Renaming an URL and changing font size

    Posted 15 years 1 week ago
    • Thanks Hernan!

      Finally managed to get it this time by following your tips
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Renaming an URL and changing font size

    Posted 15 years 5 days ago
    • thanks for helping hernan. :D
    • Kat05 / QA Lead & Support / Germany

Time to create page: 0.075 seconds