picture ("CarrionFiretake500.png")request (Hide, "Panes") <function name="ImageLeft" parameters="filename"><![CDATA[
msg ("<img src=\"" + GetFileURL(filename) + "\" style=\"float:left; padding:5px;\" />")
]]></function>
<function name="ImageRight" parameters="filename"><![CDATA[
msg ("<img src=\"" + GetFileURL(filename) + "\" style=\"float:right; padding:5px;\" />")
]]></function>HaganeSteel wrote:Images should appear centered by default.picture ("CarrionFiretake500.png")
Mareus wrote:"HaganeSteel"
Images should appear centered by default.
picture ("CarrionFiretake500.png")
That is only true for images that are of certain size (for example 1024x600 or 800x600, etc). If you have a square image that is small (for example 100x100) the picture is put to the left. I wish to have it exactly in the center. I read someone on this forums mentioning HTML commands like <center></center>, but I dont know how to incorporate it into the code. And I have no idea if it actually works.
HaganeSteel wrote:"Mareus"
[quote="HaganeSteel"]Images should appear centered by default.
picture ("CarrionFiretake500.png")
That is only true for images that are of certain size (for example 1024x600 or 800x600, etc). If you have a square image that is small (for example 100x100) the picture is put to the left. I wish to have it exactly in the center. I read someone on this forums mentioning HTML commands like <center></center>, but I dont know how to incorporate it into the code. And I have no idea if it actually works.