There are actually several ways to do it. The cheap, easy way is
automatic, but not overly powerful; the high-powered method requires
HTML knowledge. For the artistically inclined, a graphic signature
is achievable with only one requirement: someplace to store the
image so you can point to it in your post. Let's look at each method,
and see what they offer.
The Forum has a built-in feature to utilize a sig; write it once
using UBB codes, place it in your profile, and check a box when
you post. It's easy to set up, but limiting; like any basic tool,
it has advantages and disadvantages. An embedded URL or email address
uses the same text as the embedded link, which is redundant. Such
a link opens a new window, but that's not neccessarily what you
want to do. You can use bold and italic effects, but can't change
the text font, size or color. Adding an image is disallowed via
this method, which is probably a good thing given the propensity
for some of the BEA's visitors to turn a 5Kb GIF into a 25Kb JPEG
pic. Here's an example signature using each of the UBB commands,
and a sample of its output:
| |
[url]http://www.bearchive.com/~behavior/[/url]
[b][i]The BEA's Web Magazine[/i][/b]
[email]editors@bearchive.com[/email]
[quote]Mammaries for the masses![/quote]
[code]( · )( · )[/code]
|
| |
None of these things is hard to replicate in other ways, if you're
willing to learn how to use HTML. Instead of activating a checkbox,
you can paste code from a saved file into the text of your post.
In exchange for the added effort and knowledge you have to put in,
you get more powerful and flexible output. Here's the same basic
sig with some added salsa:
| |
<a
href="http://www.bearchive.com/~behavior/" target="_blank"><font size="+7">BEhavior</font></a>
<b><i>The BEA's Web Magazine</i></b>
Contact <a href="mailto:editors@bearchive.com"><font size="+5">The
Cabal</font></a>
<blockquote><font size="+4" color="#ff0000"><hr><b>Mammaries
for the masses!</b><hr></font>
<pre><font size="+7" face="Times New Roman"
color="#ffffff">( · )( · ) </font><hr></pre></blockquote>
|
| |
(Note-- these lines of code would be entered as single
lines with no blank lines between them; they're broken
apart here for easier reading.)
BEhavior
The BEA's Web Magazine
Contact The Cabal
Mammaries for the masses!
(
· )( · )
|
Now let's fire up our trusty MS PaintBrush app, and see what kind
of picture we can paint. (Of course, you'll have to make your own
graphics.) There's ONE word of actual text in this sig; all the
rest is images.
| |
<CENTER><a
href="http://www.bearchive.com/~behavior/ target="_blank""><img
src="be_bar3d.gif" width=375 height=92 align=bottom border=0></a>
<font size="+2" face="Arial" color="#666666"><b>From</b></font><a
href="mailto:editors@bearchive.com"><img src="cabal.gif"
width=308 height=49 align=bottom border=0></a>
<blockquote><hr><img src="mammass.gif"
width=442 height=37 align=bottom border=0><hr>
<hr><img src="hooters.gif" width=268 height=88
align=bottom border=0><hr></blockquote></CENTER>
|
| |
For more
basic help learning HTML, start here: