6 replies
I noticed a lot of people do this...

how can I center my emails but have the left side line up straight.

Whenever I center them in aweber, the left side is all over the place.
#aweber #question
  • Profile picture of the author NetMan
    This is kind of hard to get question, can you be more specific, example, screenshot?
    {{ DiscussionBoard.errors[10385852].message }}
    • Profile picture of the author Okane01
      you have to use this coding in you image area:..............style="align:center"/>
      then your template will show in center.if you need anything help on designing template, you can contact me anytime.
      Thanks
      {{ DiscussionBoard.errors[10387465].message }}
  • Profile picture of the author askmarcus
    i believe the fastest way for this result is to get the help from the aweber support team...
    {{ DiscussionBoard.errors[10388461].message }}
    • Profile picture of the author rhinocl
      You want the text itself to be left aligned.You could add that on the paragraph styling.
      p{text-align:left;}
      You want the div containing those paragraphs to be centered. You can use container-div{margin:0 auto;} for that. (you can then add top and bottom margins if you need them.Replace container-div with the real class of your container div (or use an id) and #container-div{margin:0 auto;}
      {{ DiscussionBoard.errors[10388687].message }}
  • Profile picture of the author Sarevok
    Make sure to use the Drag And Drop email builder, and not the plain text version.

    (My emails are specified exactly like how you say; with a center "block", and left-aligned text, and I use the Drop And Drop Email Builder).
    {{ DiscussionBoard.errors[10388985].message }}
  • Profile picture of the author Alex The Lion
    Create a HTML email and place a center-aligned container around your left-aligned text with a specified width.
    {{ DiscussionBoard.errors[10389138].message }}

Trending Topics