kiwimeowo.neocities.org
Add a <style> tag in the same document you are editing the img code, and just do the same as the style.css method
Add a <style> tag in the same document you are editing the img code, and just do the same as the style.css method
img{
display:inline-block;
}
img{
display:inline-block;
}
<img src=“yourlink” style=“display:inline-block”>
*Don’t copy this code, type it yourself as the quotation marks are different in the code editor
<img src=“yourlink” style=“display:inline-block”>
*Don’t copy this code, type it yourself as the quotation marks are different in the code editor
I assume you know about some basic HTML tags already, but to style the stuff, you also need CSS, which is where you can set the display:inline-block thing
I assume you know about some basic HTML tags already, but to style the stuff, you also need CSS, which is where you can set the display:inline-block thing