For Neopets ONLY discussion.
Topic locked

Neopets Top Banner

Tue Jun 01, 2004 2:10 pm

I'm making banners for my pet lookups, like the kind actually used on the Neopets website. I enter the correct positioning code, but the image is placed in the actual description, not at the top. Is there any way this can this be fixed?

Tue Jun 01, 2004 3:39 pm

This code still works:
Code:
<style type="text/css">
i.return{
width:560}
</style></i><style type="text/css">
i.topbanner {
background: url(IMAGE URL HERE);
left: 217px; width: 486px;
position: absolute;
top: 35px; height: 67px }
object {visibility: hidden !important}
embed {visibility: hidden !important}
</style>
<i class=topbanner>

Wed Jun 02, 2004 3:16 am

Is there anything other than the image URL that I'm supposed to change in that code? Because when I used it it made the banner a background pattern :?

Wed Jun 02, 2004 7:03 am

Oh, I forgot about the image size. :oops: Hopefully this will work:

Code:
<style type="text/css">
i.return{
width:560}
</style></i><style type="text/css">
i.topbanner {
background: url(IMAGE URL HERE);
left: 217px; width: IMAGE WIDTH HEREpx;
position: absolute;
top: 35px; height: IMAGE HEIGHT HEREpx }
object {visibility: hidden !important}
embed {visibility: hidden !important}
</style>
<i class=topbanner>
Topic locked