If you can, find the code and usehelo everyone, i've had this issue for like a year now, when making articles my images don't center when using the center alignment, the text does but the images don't?
You must be registered for see images attach
If you can, find the code and use
<div style="text-align: center;">
<img src="bran.png" style="display: inline-block;" alt="habcrush">
</div>
for your images, it just means anything inline or inline-block inside the container will be center.
<img src="bran.png" style="display: inline-block;" alt="habcrush"> is what should centre it declan!Am i stupid or is bro trying to align an image with text-align?
edit 1: helps to read the whole thing tbh
edit 2: i am stupeed
bro i read text i didnt read the img styling that u made it inline bro get out the stone age just flex it<img src="bran.png" style="display: inline-block;" alt="habcrush"> is what should centre it declan!
I suppose you use a pretty old version of Atom no?he didn't even fix it 4 me so !
i didn't do this but it now works and centers the images by using the indents !!I suppose you use a pretty old version of Atom no?
Should be fixed if you update afaik.
If you don’t want to update then you can grab the css from line 231 and to the very last line and paste into your own app.scss file and then rebuild.
I don’t remember whether you need to update the article.blade.php file as well, if so just copy and paste from GitHub too.
You must be registered for see links