Yes that looks normal.
To make attachments sit side by side, in the css you have to use
You know how in a post if you use an image and float it left? All the text will be to the right of that image for several lines before text wraps under it.
In my download topic on my site for horizontal attachments I had to Enter several lines to get the 3 image attachments on a seperate line.Now if you wanted text to be under an image attachment the size of mine then you would have to Enter 27 lines or so to get past that tall image.
That is how
As far as your view log not showing, it want show in post preview like in your image.
To make attachments sit side by side, in the css you have to use
display: inline-block;
or float: left;
. I'm using the lateral.You know how in a post if you use an image and float it left? All the text will be to the right of that image for several lines before text wraps under it.
In my download topic on my site for horizontal attachments I had to Enter several lines to get the 3 image attachments on a seperate line.
Code:
[attachment=0]horizontal_1.0.0.zip[/attachment][attachment=3]hannah1.jpg[/attachment][attachment=2]hannah2.jpg[/attachment][attachment=1]hannah3.jpg[/attachment]
That is how
float: left;
works with an image in a topic... and how it works with these horizontal file attachments. Like in my Welcome PageAs far as your view log not showing, it want show in post preview like in your image.
Statistics: Posted by Sniper_E — Sun Jan 14, 2024 10:20 pm