How Do I Add Pictures to My Posts and Comments?
BlueNC does not, generally speaking, host images. That means that, before you can post a picture here, you'll need to find a home for it on the web. Popular free solutions include ImageShack, photobucket and (my favorite) flickr.
Once you have uploaded a picture to the internet and you know the picture's URL (image hosting companies like those above will help you get the URL for your image), all you need is a little HTML. For example, typing this:
<img src="http://farm1.static.flickr.com/171/438153255_9530f01350_m.jpg" />
produces this:

(That's a Daisy dog.) The image tag always contains the following: <img src="" />. It's just up to you to put the image URL inside the quotes.



Apparently, I have to
Apparently, I have to remove [IMG] from the Image URL for it to work.
...can you see me now? ;)
Now, do you know an easy way to take a Photobucket video and get it to work in YouTube? You can save me much time and hair if you do.
My apologies to your hair,
but no; sorry!
sigh
I was so hoping ...
maybe if I spend another day in remaking it with Media Player.
er..
I must have misunderstood the directions.
One ... more ... time... slowly...for we ...slow...ones.
<img src="" />
Start with just this. Then, paste the URL for your image into the quotation marks and you should be good to go. If you're using Firefox, you can right-click on an image and select "Copy Image Location" to get the URL. In IE7, right-click and select "Copy Shortcut". Let me know how that works out and I'll adjust the instructions accordingly!