We've all seen (and probably been annoyed by) threads where you have to scroll laterally across the board to be able to read all the text. This happens as the result of the thread containing either: (1) a
large graphic posted inline ("hotlinked"); or (2)
a long URL (website address) or other unbroken text string.
Graphics. Posters should use their best judgment in determining how their graphic is presented. Sometimes it makes more sense to post a link to the graphic rather than to hotlink it and make the entire thread difficult to read for everyone. At some point, we hope to have a board modification to address this but, in the meantime, the burden is on us.
Long URLs. Several times a day, I'll end up fixing the ones I find by adding a small bit of code that reduces the long URL to a single work (usually "Link").
For those who haven't yet picked up on this code to use in their own posts, I want to demonstrate how it works.
Example 1:
Below is a simple typed URL, which is "clickable" by default (just run your mouse over it and see).
http://www.frontiernet.net/~campuscomm/johncarp.jpg
Example 2:
Now, here's the code we want to use to shorten this up so that, instead of this long URL, only the word "photo" is displayed in the form of a link. Here's what the code looks like:
Code:
[url=http://www.frontiernet.net/~campuscomm/johncarp.jpg]Photo[/url]
Using the code above produces a one-word link to the photo (which doesn't wreck the formatting of the page!
):
Photo
This bit of code will work with any URL (doesn't have to be a picture). You can even practice using the code on this thread, using the "preview" function to see if you're getting it right.
Again, if everyone who posts links here on the BGC would kindly take a minute to learn this simple and very useful code, it will save me some time each day and make the board easier to read for your fellow BGC members.
Thanks!