also @ TechSpot: Verizon doubles FiOS speeds to 300Mbps, prices to increase

TechSpot

Signature not showing correctly

Discussion in 'Site Feedback and Suggestions' started by Ididmyc600, May 20, 2007.

  1. tomrca Newcomer, in training

    Links not visible

    links are not showing in my signature, only a few fine dots ,yet the dots are active!

    Attached Files:

    • sig.JPG
      sig.JPG
      File size:
      97.4 KB
      Views:
      11
  2. SNGX1275 TechSpot Special Forces

    Get a better browser?. Looks normal here. I told you that in the PM too.

    [IMG]
  3. poertner_1274 secroF laicepS topShceT

    Looks fine here as well.

    By the was SNGX. Your pasted picture totally confused me. Took me a minute to figure out what was going on.
  4. tomrca Newcomer, in training

    this is very strange. obviously you all can see all the links, but i can't. it's as if the space is too small and the dots i can see are the top of the letters in the link, if you can comprehend what mean.
    when i go to edit the signature and then preview it, it's fine, but not in active threads
  5. SNGX1275 TechSpot Special Forces

    Confuses me too and I know what is going on, lol
  6. tomrca Newcomer, in training

    well it really screwed me, cos i tried to open the attachment and thought the whole thing packed up lolol
  7. kitty500cat Newcomer, in training

    tomrca started a new thread here for what turned out to be the same problem.

    Taken from the CSS code in the document:
    Code:
    .sizedsig {
    max-height:36px;
    height:expression(this.scrollHeight > 36? "36px" : "hidden" );
    overflow:hidden;
    overflow-x:hidden;
    }
    The signature, then, is inclosed in div tags with a class attribute of sizedsig. This ensures that the signature section is no larger than 36 pixels; any text overflowing that is simply hidden. In my case, it shows nearly three lines, but that will vary depending on your text size.
  8. Julio Franco TechSpot Editor

    That is correct, however given the rules that you shouldn't use any special BB code besides for linking (that means no bold, italics, centered text, etc.) three lines should fit just fine.
  9. tomrca Newcomer, in training

    well, for me to see the links, the print is almost unreadable. but after saying this, as long as they can bee seen by others is what is most important ?thanks to all that have taken time to partake..
    didn't realise i had done that. i suppose it comes with age:haha:
  10. Nodsu Newcomer, in training

    For me tomrca's sig link looks like dots in Opera 9.20 (Linux) and IE7 (Windows). OK in Firefox 2.0 (Linux) and IE6 (Linux)
  11. Mictlantecuhtli TS Special Forces

    It depends on your browser's default font and font size.
  12. Nodsu Newcomer, in training

    Hum.. If my browser's default font was nonexistent in size, then I would surely get the same issue on many other webpages, no?
  13. kitty500cat Newcomer, in training

    How do you mean, if your default font was nonexistent in size?

    If you mean that text would be hidden on other webpages, probably not unless they specified a maximum height for the section which the text exceeded. Even if the text did overflow, it might not be hidden unless they specified that as well.

    It's pretty cool what you can do with CSS.