Can someone give me some advice real quick

4 replies
  • WEB DESIGN
  • |
Can you please take a look at this page

www.Removemymole.com

and let me know how I can center align the three boxes I have at the bottom of the page...they are off to the left.

I can't figure code out very well, can anyone pls give me some advice, thanks!!

Also...this is my first site, ever...and its just about complete now, so any words/advice/suggestions/comments on it will go a long way for me!

Thanks again so much!

-Bre
#advice #give #quick #real
  • Profile picture of the author Technista
    Hi Bre,
    Nice to see your site is coming along.
    Align your row2 div by changing the following from:
    #row2 {
    padding: 28px 0 0;
    }
    to
    #row2 {
    padding: 28px 69px 0 87px;
    }

    Let me know how it goes!

    T
    {{ DiscussionBoard.errors[2025070].message }}
    • Profile picture of the author Brekat23
      Thanks for the help Technista although I wasn't able to find what you mentioned haha. I actually sent you a private message if that is allright, and I included the code that I'm working with. If you could perhaps help me out with that real quick then that would be awesome!


      Or if anyone else who reads this has a suggestion, those would be welcome too.

      Thanks for everything
      Signature
      "The World of IM: Physically Easy - Mentally Challenging - Emotionally Intense."

      {{ DiscussionBoard.errors[2025155].message }}
      • Profile picture of the author apoorv.parijat
        1.add this just "after" <div id="row2">

        <div id="rowalign" style="width:850px;margin-left:83px;">

        2.add a </div> just "before" <div class="clear"></div>

        3.In your style.css, go to "#row2right" and change value of attribute "float" from "left"
        to "right".

        I tried this and it is working.Hope this works for you as well.
        {{ DiscussionBoard.errors[2026192].message }}
      • Profile picture of the author Technista
        Originally Posted by Brekat23 View Post

        Thanks for the help Technista although I wasn't able to find what you mentioned haha. I actually sent you a private message if that is allright, and I included the code that I'm working with. If you could perhaps help me out with that real quick then that would be awesome!


        Or if anyone else who reads this has a suggestion, those would be welcome too.

        Thanks for everything
        Hi Bre,
        Got your message, and I'll be in touch soon.

        t
        {{ DiscussionBoard.errors[2026263].message }}

Trending Topics