Signature Question

Code help, language discussions, and software development advice.
Post Reply
richh0323
Registered User
Posts: 512
Joined: December 14th, 2004, 8:47 pm
Location: Buffalo, New York

Signature Question

Post 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>
If I could remember all I have forgotten, I would be a smart man.
Smartweb
Registered User
Posts: 622
Joined: January 15th, 2004, 2:11 am
Contact:

Post 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.
richh0323
Registered User
Posts: 512
Joined: December 14th, 2004, 8:47 pm
Location: Buffalo, New York

Post 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?
If I could remember all I have forgotten, I would be a smart man.
Smartweb
Registered User
Posts: 622
Joined: January 15th, 2004, 2:11 am
Contact:

Post by Smartweb »

The character limit is a restriction set by our forum administrator, ccb056. Talk to him if you want your limit lifted.
Post Reply