Actions
Defect #5183
closedFloat center when trying to centered an image
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
2010-03-24
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
Hi, i don't know if it really a bug or not but it doesn't look like it does anyway :p
i was trying to centered an image and so i've just type the textile syntax ! =image!
and the generated code was :
<div style="float:center">
<img src="/attachments/download/7" alt="">
</div>
float center just does not exist. it should be smth like text-align:center .
Updated by Jean-Philippe Lang over 14 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
You can use the following to display a centered image:
p=. !image.png!
Actions