Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Question about alignment

RaizeRaize vancouver ✭✭
edited November 2008 in Vanilla 1.0 Help
Question:

I am inserting this code into my left panel using the Nuggets extension (it helps people send me promotional MP3s)

<style type='text/css'>a.soundcloud-dropbox:hover {color: #1896D1 !important; background-color: transparent !important; background-position: -200px 0 !important;}*html a.soundcloud-dropbox {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(http://a1.soundcloud.com/images/dropbox_square_white.png?69dd70)', sizingMethod='crop') !important;}/* if you want to have valid HTML, please be so kind and put the style part in the head of your page */</style><a href='http://soundcloud.com/raize/dropbox' style='display: block; margin: 10px auto; background: transparent url(http://a1.soundcloud.com/images/dropbox_square_white.png?69dd70) top left no-repeat; color: #888888; font-size: 10px; height: 82px; padding: 44px 15px 0 10px; width: 105px; text-decoration: none; text-align: center; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; line-height: 1.3em' class='soundcloud-dropbox'>Send me your track</a>

However, the resulting drop box is slightly off center. If I want to move it more towards the left, which part of this code can I change? I'm thinking it would be the padding but I'm not sure. And what type of coding should I learn to be able to do this in the future? CSS? Thank you
This discussion has been closed.