PDA

View Full Version : Is there a way,...



Petrograde
01-17-2004, 01:28 PM
...to add a second column in our signature? I feel like I'm taking up too much vertical space. The whole left side of my sig seems kinda bare!

any suggestions?

Thanks!

Tom

Dr Caleb
01-17-2004, 02:19 PM
...to add a second column in our signature?

Tom

Set it up as Tables. Sigs are only HTML, not tough to set it up as such. You may have to view page source to see the HTML here:



<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title></title>
</head>
<body>
<font color="red"></font><font color="blue"></font><!-- / sig --><!-- controls -->
<b>2003 Marauder 300A born on date 5 Sept 02<br>
</b> "La Otra Mujer" The Other Woman<br>
<table cellpadding="2" cellspacing="2" border="0"
style="text-align: left; width: 100%;">
<tbody>
<tr>
<td style="vertical-align: top;">Super Chips Microtuner - p/n-
1725</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><font size="1"><b>Coming Soon:</b></font></td>
</tr>
<tr>
<td style="vertical-align: top;">Denso IT-20 plugs</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;">polished upper intake</td>
</tr>
<tr>
<td style="vertical-align: top;">180 Stat</td>
<td style="vertical-align: top;"></td>
<td style="vertical-align: top;"><font color="blue">Ford Blue</font>
powder coated lower intake</td>
</tr>
<tr>
<td style="vertical-align: top;">Garmin Street Pilot 3 GPS</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><b>"Family Mod"</b></td>
</tr>
<tr>
<td style="vertical-align: top;">&nbsp;Passport 8500 Laser/Radar
Detector<br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;">Tail Lights &amp; Back-up Lights
by Nite Shades</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;">Bob White Inserts - <font
color="red">Reflective red</font></td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;">20% tint<br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;">Prestige Alarm</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;">Addco sway bar powder coated <font
color="blue">Ford Blue</font></td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;"><font color="blue">Ford Blue</font>
powder coated valve covers</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>

Petrograde
01-17-2004, 02:21 PM
wow,.. Thanks Doc! You Da Man!!!!

Thanks! :up:

Tom

Dr Caleb
01-17-2004, 02:25 PM
Any time Tovarisch!

Petrograde
01-17-2004, 03:05 PM
Any time Tovarisch!

lol..haven't heard that in a while!

anyway,.. I tried right clicking and 'veiw source".. ne dice.. :confused:

Then I copied & pasted into MS FrontPage,... did a little tweaking, then tried to copy & paste to the 'edit signature' page.... it was over 1000 characters. :shake:

aww poop!

Tom

Murader03
01-18-2004, 06:23 AM
Then I copied & pasted into MS FrontPage,... did a little tweaking, then tried to copy & paste to the 'edit signature' page.... it was over 1000 characters. :shake:

aww poop!

Tom
I guess you'll just have to "REMOVE" some of your mods to shorten you sig.:cry::lol:

Dr Caleb
01-19-2004, 10:06 AM
lol..haven't heard that in a while!

Then I copied & pasted into MS FrontPage,... did a little tweaking, then tried to copy & paste to the 'edit signature' page.... it was over 1000 characters. :shake:

aww poop!

Tom

That's the problem with PageFront. Too much other carp it adds to standard HTML. I posted it as "code" but it translated it into HTML anyway. :(

All you gotta do is create a table, 3 columns, and use the middle column to control whitespace between the other two. Strip out all the extra "head" and "src" tags. Just the "table" is what matters.

I had my sig like that for a bit, but it was a PITA :)

Petrograde
01-19-2004, 11:12 AM
All you gotta do is create a table, 3 columns, and use the middle column to control whitespace between the other two. Strip out all the extra "head" and "src" tags. Just the "table" is what matters.

ah ha!! Thanks Doc! I'll give it a try!

Tom