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
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):
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...