{"id":528,"date":"2008-07-17T16:00:43","date_gmt":"2008-07-17T23:00:43","guid":{"rendered":"https:\/\/www.reenigne.org\/blog\/?p=528"},"modified":"2008-05-23T16:48:57","modified_gmt":"2008-05-23T23:48:57","slug":"css-woes","status":"publish","type":"post","link":"https:\/\/www.reenigne.org\/blog\/css-woes\/","title":{"rendered":"CSS woes"},"content":{"rendered":"<p>I think I finally figured out how to properly center images that are wider than the column (450 pixels). I couldn't seem to get all four cases (image<=450 pixels, image>450 pixels)x(IE, FireFox) working correctly. I finally resorted to using a different image class for wide images, which looks like this:<\/p>\n<pre>img.centerwide {\r\n\tdisplay: inline;\r\n\tmargin-left: -287px;\r\n\tmargin-right: -287px;\r\n\tposition: relative;\r\n\talign: center;\r\n\ttext-align: center;\r\n\t}<\/pre>\n<p>Of course, I'm sure this breaks every web design rule in the book and probably doesn't work for some of the less popular browsers. Oh well, it'll do for now until somebody complains. I really ought to learn about HTML and CSS properly.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I think I finally figured out how to properly center images that are wider than the column (450 pixels). I couldn't seem to get all four cases (image450 pixels)x(IE, FireFox) working correctly. I finally resorted to using a different image class for wide images, which looks like this: img.centerwide { display: inline; margin-left: -287px; margin-right: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31],"tags":[],"class_list":["post-528","post","type-post","status-publish","format-standard","hentry","category-blogging"],"_links":{"self":[{"href":"https:\/\/www.reenigne.org\/blog\/wp-json\/wp\/v2\/posts\/528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.reenigne.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.reenigne.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.reenigne.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.reenigne.org\/blog\/wp-json\/wp\/v2\/comments?post=528"}],"version-history":[{"count":0,"href":"https:\/\/www.reenigne.org\/blog\/wp-json\/wp\/v2\/posts\/528\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.reenigne.org\/blog\/wp-json\/wp\/v2\/media?parent=528"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.reenigne.org\/blog\/wp-json\/wp\/v2\/categories?post=528"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.reenigne.org\/blog\/wp-json\/wp\/v2\/tags?post=528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}