hidding avatar |
![]() ![]() |
hidding avatar |
Jul 2 2005, 04:46 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2005 Member No: 93,210 |
i've already used to code to hide the links in the top in the genterator layout. whats the code to hide my icon. i still want to have one for when i post comments and what not. thank yoiu.
|
|
|
|
Jul 3 2005, 02:08 AM
Post
#2
|
|
![]() when we speak, we breathe ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,635 Joined: Jan 2005 Member No: 91,760 |
In your global head, you should have a stylesheet created for your css.
In it you will need to place the following: CODE .shadowed img{ visibility:hidden;position:absolute;top:0 } However, if you plan on using any images in any override for the name_WEBSITE, you will need to add this to EACH image: CODE <img src="image.gif" style="visibility: visible; position: relative;">
|
|
|
|
![]() ![]() |