Re: Need help with coding

Anonymous
Not applicable

Need help with coding

I'm writing my first email with marketo and I have added a picture at the top.  The picture needs to be centered but I'm having trouble figuring out the code to center the picture.  I really need to have this press release sent asap - is there anyone that can help me fix the code?  Thanks!!

code fix.PNG

2 REPLIES 2
Anonymous
Not applicable

Re: Need help with coding

Hi Jessica Hughes​ I moved your post to the Products and Support section of the site.

Anonymous
Not applicable

Re: Need help with coding

Is it the "Danea_Armstrong.jpg"? Try replacing your img tag with the following:

<img src="YOUR_URL_HERE" alt="YOUR_ALT_HERE" width="200" height="219" align="center" style="text-align: center;"/>