Page 1 of 1

Signature Question

Posted: October 19th, 2005, 12:54 am
by richh0323
Ok, I have a question about code and how this can be done. The fourm allows us 255 character limit on our signature. I have been playing around with mine, trying to add quick links as below. In doing it the way I am, and I have included the code below, I find the 255 character limit is used up quickly. Is there a different way to code so I can achieve the same results as below, but add more data and links?

Code: Select all

<a href="http://www.lavasoftusa.com/software/adaware/" target="_blank"><font color="Green">Ad Aware SE</font></a> 
<a href="http://www.ccleaner.com/" target="_blank"><font color="Sienna">CCleaner</font></a>

Posted: October 19th, 2005, 4:56 am
by Smartweb

Code: Select all

<a href="http://www.lavasoftusa.com/software/adaware/" target="_blank" style="color: green">Ad Aware SE</a>
<a href="http://www.ccleaner.com/" target="_blank" style="color: sienna">CCleaner</a>
That makes it a little bit shorter with css instead of font tags but I doubt it would get u more links in.

Posted: October 19th, 2005, 5:39 pm
by richh0323
Smartweb Ok I see how you have done some minor changes to reduce the charcter count. You are right it doesn't help much, if I wanted to add several more. Any other ideas on how I might achieve desired results. Do you know if the 255 charcter length can be expanded, or is this a software limitation?

Posted: October 19th, 2005, 6:48 pm
by Smartweb
The character limit is a restriction set by our forum administrator, ccb056. Talk to him if you want your limit lifted.