Putting more than just text in your posts
Wow! Awesome. I learned a few things :)
thanks!
Thanks! Much of it is the same as in your doc, but since that was missing the images part I figured some people here would find this info useful.
Quick addition
If you want a small image that points to the full-size one, just make a link with an image source instead of text, ala
[a href="http://endurable.us/files/imagecache/Display/files/photos/PA130268.JPG"][img src="http://endurable.us/files/imagecache/Display/files/photos/PA130268.JPG" width="320" height="auto"/][/a]
Just replace the [ and ] with < and > ...it's late and for some reason my brain isn't recalling posting text of html code in the message :/
"Care more than others think is wise, risk more than others think is safe, dream more than others think is practical, expect more than others think is possible."
Actually that's what I'm trying to get rid of. I felt the last setup was too forums heavy and left many posts unread or unanswered. So the ultimate objective is to move posts to 2-3 forum categories and use tags to categorize posts. so I've tagged these as 'site tips': http://www.trifuel.com/tags/site-tips
Thanks Jer -- I almost included a note about that :)
As for html brackets in posts, you have to use ampersands to escape them. So < is "& lt = less than) without the space, and > is "& gt;" (gt = greater than) without the space.
Paul, I love the edit option that appears after a post of your own message. Allows error prone folks such as myself one last chance at redemption.
imageshack.us is another image hosting site. It's offered, but you don't need to register. You also don't need to know anything about HTML. The steps:
- At the imageshack.us site, hit the Browse button.
- Navigate to the location (on your computer) of the image file you want to upload.
- Don't bother supplying your email address - you don't need to.
- If you have a really large picture, check the resize image checkbox. This will present a clickable thumbnail image on the post. Those who aren't interested won't have to scroll as much to get past a large picture.
- I would always leave the size/resolution bar from the thumbnail checkbox unchecked, but no harm if you don't. It will just add a title strip to your image indicating its size in pixels.
- Click the host it! button.
- On the subsequently presented page, copy the code in the Thumbnail for Websites textbox to your message.
- Preview/modify/post your comment as usual.
Cheers.
Nice html tutorial, Kylie.
- and customers ask me why building them a web page costs so much.

PoC
"Pain heals, chicks dig scars, glory is forever." - Shane Falco.

Dunno... that's all in Tribro's hands :) I just post a lot... I don't actually have any "official" association with Trifuel other than thinking it's awesome.





A couple people have been asking about putting images, etc. into their posts. There is information on the supported HTML tags at the More information about formatting options link at the bottom of the text box as you enter a post.
While I know Paul is working a more user-friendly solution, I just thought I'd highlight a few of the common things and how to do them in a post as well:
<a href="http://kyillee.trifuel.net">My Blog</a>
and it will display:
My Blog
<em>make this italic<em>
and it will display:
make this italic
<strong>make this bold<strong>
and it will display:
make this bold
<ul>
<li>first item in list</li>
<li>next item in list</li>
</ul>
and it will display:
<ol>
<li>first item in list</li>
<li>next item in list</li>
</ol>
and it will display:
<img src="http://endurable.us/files/imagecache/Display/files/photos/PA130268.JPG" width="320" height="auto"/>
and it will display:

The "width" and "height" settings will help you get your image to fit well in a page. I recommend always having at least one set to auto so that your image doesn't get distorted. The number 320 entered there is in pixels, or screen dots, and not an easily pictured measurement like inches.
<blockquote>this is what someone said in an earlier comment</blockquote>
and it will display:
Another helpful tip for making quotes is to know how to copy and paste from another post into your own.
To copy text from another post, highlight it with your mouse. Then hold down the control key and press the "c" key.
Then click in the box where you are entering your text and put the mouse at the location you wish the text to appear. Hold down the control key and press the "v" key for it to be pasted in.