Results 1 to 5 of 5

Thread: Remove the line! It's an eyesore...

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Remove the line! It's an eyesore...

    In FireFox, the VB Forums logo at the top has a tiny underline remnant right next to it.

    It can be removed easily, I believe it's just a bit of CSS required. Ja?

    Attached Images Attached Images  
    Last edited by mendhak; Jul 8th, 2004 at 12:03 AM.

  2. #2

  3. #3

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170


    Er... I mean...

  4. #4
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    If anyone is interested in how to remove this its a change to the overall header template:
    Code:
    <!--<a href="http://vbforums.com">--><!-- changed to root dir -->
    <a href="/">
    <img src="http://www.vbforums.com/images/logo.gif" border="0">
    </a>
    
    <!-- NEWS -->
    To .....
    Code:
    <!--<a href="http://vbforums.com">--><!-- changed to root dir -->
    <a href="/"><img src="http://www.vbforums.com/images/logo.gif" border="0"></a>
    
    <!-- NEWS -->
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  5. #5
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Thats been there for months.
    Don't Rate my posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width