babyblu_5566
08-11-2004, 08:46 AM
Is there a code to make your whole userlookup disappear?
And is there a code to make the info on the left go center?
Thanks :)
And is there a code to make the info on the left go center?
Thanks :)
|
View Full Version : Invisible Userlookup Code? babyblu_5566 08-11-2004, 08:46 AM Is there a code to make your whole userlookup disappear? And is there a code to make the info on the left go center? Thanks :) majorgamersrus 08-11-2004, 01:22 PM I just found a code that hides everything on your lookup, Do you want it? babyblu_5566 08-11-2004, 04:27 PM yes please, if you don't mind. :) m_z 08-12-2004, 02:07 AM Since you wanted the user info to go center, I expect you only want the images to disappear so try this: <style type="text/css"> img{filter:alpha(Opacity=0) </style> <style type="text/css"> table{background:transparent} img{filter:alpha(Opacity=0)} </style> <!-- This code is optional. It hides the 'search neopets' and 'select language' section on the sidebar //--> <style> input{visibility:hidden} form{visibility:hidden} </style> Ah, I forgot to add the code for centralisation... <style type="text/css"> p table {text-align:center} </style> Hope tt helps m_z 08-12-2004, 02:14 AM Ah, I forgot to add the code for centralisation... <style type="text/css"> p table {text-align:center} </style> Hope tt helps babyblu_5566 08-12-2004, 04:08 PM thanks :) |