Saturday, February 06, 2010

Testing updated post editor image upload 2

Testing CSS text align property

Result, text-align:none doesn't work. Now to test text-align:left


Looks like result of using text-align:none is the same as text-align:left which probably is the default.

Will test more later. Meanwhile the code for displaying the image uploaded for the old post editor and the updated post editor is give below:

Code for old post editor:

<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhK7DwpeFPiPdh0ByaJ6WHyHxu0KGOibPrM5v1b0yIlivSs7lNMi22dLyyRV1E8adpFsWC0-tdTR9Mj3YO-AKcBTYtCxCfPTh-6x09cvcFdIs8NGMFy2RjgkGB5P7FoHcUtUrpFZ0iPpsM/s1600-h/non+breaking+space.jpg"><img style="cursor:pointer; cursor:hand;width: 61px; height: 18px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhK7DwpeFPiPdh0ByaJ6WHyHxu0KGOibPrM5v1b0yIlivSs7lNMi22dLyyRV1E8adpFsWC0-tdTR9Mj3YO-AKcBTYtCxCfPTh-6x09cvcFdIs8NGMFy2RjgkGB5P7FoHcUtUrpFZ0iPpsM/s400/non+breaking+space.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5435375565695206498" /></a>


Code for the updated post editor:
<div class="separator" style="clear: both; text-align: left;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoW3Aj7WGY2ITt6huwR0Vp9Dr4Yp3eE0S7i8mm_qZwASiR1Y1LyJ3B07mW8kyuFiA2xy0E_EjMWupXeXGwOlGLlEV50XgCx8GbzWbhY54GfofuBTedwkrqrIfsrwJt2DCWHrdrzBucGsY/s1600-h/non+breaking+space.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoW3Aj7WGY2ITt6huwR0Vp9Dr4Yp3eE0S7i8mm_qZwASiR1Y1LyJ3B07mW8kyuFiA2xy0E_EjMWupXeXGwOlGLlEV50XgCx8GbzWbhY54GfofuBTedwkrqrIfsrwJt2DCWHrdrzBucGsY/s320/non+breaking+space.jpg" /></a></div>

No comments: