Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple images in a row #131

Open
vasudha-kulkarni opened this issue Jan 15, 2025 · 0 comments
Open

Multiple images in a row #131

vasudha-kulkarni opened this issue Jan 15, 2025 · 0 comments

Comments

@vasudha-kulkarni
Copy link

vasudha-kulkarni commented Jan 15, 2025

Hi,

Thank you for creating this amazing template! I'm having an issue adding multiple images in the same row. I've tried multiple options, but none of them have worked -

<img src="img1.jpg" alt="image" style="width:140px;height:auto;">
<img src="img2.jpg" alt="image" style="width:140px;height:auto;">
<p float="middle">
  <img src="img1.jpg" width="80" />
  <img src="img2.jpg" width="80" /> 
  <img src="img3.jpg" width="80" />
</p>

<img src="img1.jpg" width="80"/> <img src="img2.jpg" width="80"/>

Could you help me resolve this? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant