Solved
Need to get an image in the header centered
Would anyone be willing to share some code with me for centering an image within the header? I am inexperienced with coding and in the past I have gotten around this issue by centering a table and placing the image within the table. That no longer seems to be compatible with mobile devices so I am in need of a new way to center an image in the header.
Any help would be greatly appreciated!
- David
Best answer by TomG
There are several ways to do this, but this is probably the simplest:
```
<div style="text-align: center;"><img alt="alt_text_here" src="image_url_here" style="max-width:100%;margin:auto;"></div>
```
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.