Options

How To Write for Dgrin Tutorials and Reviews

AndyAndy Registered Users Posts: 50,016 Major grins
edited January 10, 2006 in Dgrin Forum Support
Hi Everyone:

We really want input, tutorials, reviews from anyone and everyone.

Here are some guidelines for making tutorials:

Your tutorial should be made in Journal Style on your own SmugMug site. When you are done, I copy it from your site to dgrin.smugmug.com. If you do not have SmugMug, that's cool too - just contact me and I will give you a way to easily make the tutorial and get it to me for posting on Dgrin.

Captions: Please do the following as you type your text: No HTML is needed, but if you know it, you can do like so:

Opening shot:

By <a href="http://yournicknam.smugmug.com/"target="_blank">your name</a>

<strong style="color: gray">THIS IS MY HEADER FOR EACH CAPTION</strong> This tutorial explains a recipe that can make almost any picture more dramatic and appealing.


Other codes to use:

for italics: <em> and </em>
for bold: <strong> and </strong>

BUT YOU DO NOT HAVE TO DO HTML if you don't know it or don't want to :D Simply type up your captions normally. I'll do the rest!

Comments

  • Options
    ruttrutt Registered Users Posts: 6,511 Major grins
    edited January 10, 2006
    Thanks for this. I think it was something I was trying to ask for, perhaps not very clearly.
    If not now, when?
  • Options
    ruttrutt Registered Users Posts: 6,511 Major grins
    edited January 10, 2006
    One other very useful HTML trick. A numbered list:
    <html>
    <ol>
    <li>Item 1
    <li>Item 2
    </ol>
    </html>
    

    A bulletted list:
    <ul>
    <li>Item 1
    <li>Item 2
    </ul>
    
    If not now, when?
Sign In or Register to comment.