Online - Offline ..? glow

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TaP
    Member
    • Aug 2001
    • 42

    Online - Offline ..? glow

    Alright, as of now I got the online thing to glow..but what I want is something like this....

    Online | Offline

    But of course the bold be a glow...

    for my postbit_online this is what I have

    PHP Code:
    Offline  |  <table style="filter:glow(color=green, strength=3,400)"><font color=black>Online!</font></table 
    and that makes them vertical to eachother, and not next to eachother....
  • andrewpfeifer
    Senior Member
    • Oct 2000
    • 729
    • 3.5.x

    #2
    Replace <table with <span and it should work for ya!
    - Andrew Pfeifer

    Comment

    • TaP
      Member
      • Aug 2001
      • 42

      #3
      now it doesnt glow

      PHP Code:
      Offline  |  <span style="filter:glow(color=green, strength=3,400)"><font color=black>Online!</font></span
      and i tried </table> at the end also...

      Comment

      • andrewpfeifer
        Senior Member
        • Oct 2000
        • 729
        • 3.5.x

        #4
        Try this:

        Code:
        <table>
        	<tr>
        		<td>
        			Offline
        		</td>
        		<td>
        		|
        		</td>
        		<td style="filter:glow(color=green, strength=3,400)">
        			<font>Online!</font>
        		</td>
        	</tr>
        </table>
        - Andrew Pfeifer

        Comment

        • TaP
          Member
          • Aug 2001
          • 42

          #5
          that worked! Thank you very much man

          Comment

          • andrewpfeifer
            Senior Member
            • Oct 2000
            • 729
            • 3.5.x

            #6
            No problem, glad you got it working! I should have checked the <span> the first time to make sure it worked...oops.
            - Andrew Pfeifer

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...