Jump to content

Erindesign

Members
  • Posts

    2
  • Joined

  • Last visited

Erindesign's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Music sharing of any kind (streaming, downloading, burning) is illegal unless you have permission, or you pay for the services. Radio stations pay for the music they put on, Music websites pay for the music they let you listen to, and the ones who let you download the files pay even more or are illegal. In your country, I doubt they pay so its illegal but they face a way smaller risk of getting busted since its in another country.
  2. Erindesign

    CSS Block Help

    I am using a cell block as a link and need a little help. I have made a code which works fine for what it is. I want a left indent though (2 pixel indent), so another words, the contents should show 2px away from the left border. I tried margin-left but it did nothing. I tried padding-left which understood the block as one and moved the whole thing instead of the text.heres my code: .menuitem a:link{ width:100%; background-color: #C9DFA4; color: #3B5E1B; font-size: 11; font-family: Verdana, Arial, Helvetica, sans-serif; display: block;}.menuitem a:visited{ width:100%; background-color: #C9DFA4; color: #3B5E1B; font-size: 11; font-family: Verdana, Arial, Helvetica, sans-serif; display: block;}.menuitem a:hover{ width:100%; background-color: #A1C56E; color: #3B5E1B; font-size: 11; font-family: Verdana, Arial, Helvetica, sans-serif; display:block;}.menuitem a:active{ width:100%; background-color: #C9DFA4; color: #3B5E1B; font-size: 11; font-family: Verdana, Arial, Helvetica, sans-serif; display: block; } any help?
×
×
  • Create New...