Not signed in (Sign In)

Categories

  • Plainsong Settings of the New ICEL English Translation of the Mass Ordinary

      Sign up to have these
      free PDFs sent to your inbox immediately.

  • Colloquium XX

    • Colloquium 2008 - Register Now

Random Sacred Music Quote

"Composers, filled with the Christian spirit, should feel that their vocation is to cultivate sacred music and increase its store of treasures." Vatican Council II, Sacrosanctum Concilium ¶121a, Dec 4, 1963

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthormarajoy
    • CommentTimeJan 7th 2010
     

    I thought it might be nice to compile these all into a single easily-searchable location.

    click off the "text" option

    to link to a picture already online
    <img src="http://www.yourimagehere.jpg">

    to mark off someone else's text as a quotation, you can use HTML tags such as <i> ... </i> or <blockquote> ... </blockquote> around the quoted material.

    < i > italics < / i >
    < b > bold < / b >
    < strike > strikethrough < / strike >

    Please add others as you think of them, or ask here so it's all in the same place! thanks!

    •  
      CommentAuthorfrancis
    • CommentTimeJan 7th 2010
     

    Typical link to a downloadabe file:

    <a href="www.yourhostingaddress/directoy/filename.extension" target="_blank">download</a>

    • CommentAuthormarajoy
    • CommentTimeJan 10th 2010
     

    what do you write for just a link, where the web address is www.whatever.com but you want it to come up on the page as "click here"?

    • CommentAuthorMark M.
    • CommentTimeJan 10th 2010
     

    Here's how you make a <a href="http://www.marajoys-intended-link.com">click here</a> sort of link.

    Be sure that you select "format comments as Html," below. Note in particular the use of quotes around the URL.

  1.  

    When you need space!

    <br>
    embed your file here
    <br>

    Mandee

    • CommentAuthorchonak
    • CommentTimeMar 4th 2010 edited
     

    How to indent a lengthy quotation:

    <blockquote>Here's the quoted text.</blockquote>

    The result looks like this:

    Here's the quoted text.

    • CommentAuthorAdam Wood
    • CommentTimeMay 19th 2010
     
    You want a bulleted list<ul><li>Item one</li><li>item two</li><li>itewm three</li></ul>
    
    You want a numbered list<ol><li>Item one</li><li>item two</li><li>itewm three</li></ol>
    
    You want a lettered list<ol type="A"><li>Item one</li><li>item two</li><li>itewm three</li></ol>
    

    Looks like:

    You want a bulleted list

    • Item one
    • item two
    • itewm three

    You want a numbered list

    1. Item one
    2. item two
    3. itewm three

    You want a lettered list

    1. Item one
    2. item two
    3. itewm three