You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Posterous Custom Theme Developers
I placed a couple of pictures in my sidebar on Posterous, but how do I get them centered? I tried the usual <center> and the Align="center" but none works.
Andrea
unread,
Mar 2, 2010, 3:28:04 AM3/2/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Posterous Custom Theme Developers
Hi Brian,
try using css properties, the <center> tag is not sufficient.
Try this:
<div style:"text-align: center"> my centered content </div>
surrounding your content with a div with a text-align: center style :)
gpenston
unread,
Mar 2, 2010, 10:47:26 AM3/2/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Posterous Custom Theme Developers
Maybe try, style="margin: 0 auto;" or style="margin: 0 auto; text- align: center;" on the sidebar element.