Creating a jonhson box using aweber ?

Discussion in 'General Marketing' started by michael_nguyen, Feb 27, 2009.

  1. #1
    Hi

    Am having a slight problem. How do you create a jonhson box using aweber, the one with the broken lines? I can get it to display an image but how can i put a broken lined box around it? Would i have to do that outside aweber ?

    Thank you for reply

    Michael
     
    michael_nguyen, Feb 27, 2009 IP
  2. Game Producer

    Game Producer Well-Known Member

    Messages:
    1,996
    Likes Received:
    158
    Best Answers:
    0
    Trophy Points:
    160
    #2
    You don't need to create such box. :)

    ...whatever it is.

    If you mean something like CSS... then you might wanna try bit of HTML coding and type something like:
    
    <div style="border: 1px dashed black">stuff here</div>
    
    Code (markup):
     
    Game Producer, Feb 27, 2009 IP
  3. michael_nguyen

    michael_nguyen Active Member

    Messages:
    203
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #3
    thank you, just what I needed !
     
    michael_nguyen, Feb 27, 2009 IP
  4. Game Producer

    Game Producer Well-Known Member

    Messages:
    1,996
    Likes Received:
    158
    Best Answers:
    0
    Trophy Points:
    160
    #4
    You're welcome.

    One thing... you might also need something like:
    
    <div style="border: 1px dashed black; padding:10px; margin:10px">stuff here</div>
    
    Code (markup):
    To get some padding/margin... ;)
     
    Game Producer, Feb 27, 2009 IP