Well, I used a code to remove the head from the banner, but however, the userbar is effected by it. Is there a way to alienate the two so the userbar can have a head image without effecting the banner?
http://sapphire.vforums.co.uk
give me a mock image of exactly what you want done because i didn't understand what you where just talking about.
It looked like
You really cannot see it without being logged in. I just realized, without this they'd be no PM information, so I readded userbar. However, I'd like a way to add the head image to the userbar, without adding it to the banner. I want the base to remain on the banner, but no head image for it.
use this instead of the CSS code you used
Code:
- <script type="text/JavaScript">
- document.getElementsByTagName("img")[0].style.display="none";
- </script>
Thanks! I added another line to ituse this instead of the CSS code you used
Code:
- <script type="text/JavaScript">
- document.getElementsByTagName("img")[0].style.display="none";
- </script>
document.getElementsByTagName("img")[1].style.display="none";
Now it works perfectly. (I removed both right and left image).
Thank you Glitches!
no prob I would of added the second line two but I guess I looked at your source to quick =]