Replies

Jul 6, 2009 16 years ago
FETISH
gets around
User Avatar

Hi there. A while back, I purchased the profile coding made by , and I've been trying to figure out how to make Keyda's tresure chest appear in the pre-designated table. I've used the following code, but all it did was make the treasure chest (which was located underneath the 'Credits') disappear:

Quote
<td colspan=2 bgcolor=#FFFFFF height=150>
<div class=treasure_chest><tr class=sp-sub>

Please note: The brackets do not show up in the forums, as they're CSS, but they show up properly when in the code.

Can anyone help me?

Jul 6, 2009 16 years ago
Revel
is sweet
User Avatar

<style>.treasure_chest {position: absolute; top:-122px; width: 50px; left: -285px;border: 1px solid ;background-color:white;}</style>

Alter to your need.

Jul 6, 2009 16 years ago
FETISH
gets around
User Avatar

Oh, great! Thanks so much, I knew I was missing something! :)

Please log in to reply to this topic.