Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by embers_02

  1. E

    JavaScript Why aren't my buttons aligned?

    Ok, thanks for all your help!
  2. E

    JavaScript Why aren't my buttons aligned?

    Unfortunately the lengths of the buttons are still off from one another. Can you fix this?
  3. E

    JavaScript Why aren't my buttons aligned?

    I fixed the problem by using DIV sections. <html> <head> <title>Incremental Adventure</title> <style> .sectionLeft { text-align:right; width:50%; float:left; } .sectionRight {...
  4. E

    JavaScript Why aren't my buttons aligned?

    So I want the other buttons to align with the gather wood button because I know that it's in the center
  5. E

    JavaScript Why aren't my buttons aligned?

    do you see how the space between the second one isn't lined up to the first row? I'm trying to get them lined up.
  6. E

    JavaScript Why aren't my buttons aligned?

    For me they are not aligned. I'm trying to align them like kittens game. (https://kittensgame.com/web/#) Maybe its the website im using
  7. E

    JavaScript Why aren't my buttons aligned?

    please help! <html> <head> <title>Incremental Adventure</title> <style> } .center { text-align: center; } body { font-family: monospace; background-color: lightgray...
  8. E

    JavaScript Why aren't my buttons aligned?

    please help! <html> <head> <title>Incremental Adventure</title> <style> } .center { text-align: center; } body { font-family: monospace; background-color: lightgray...
Back
Top Bottom