I just installed B2evolution and am looking forward to learning how to use it!
I followed the instructions in http://forums.b2evolution.net/viewtopic.php?t=3406&highlight=blogger+template to export a file with all my blogger posts.
I have many images in my blog. A sample image link is as follows:
<div style="text-align: center;"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/6386/157/1600/5_Meditation.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="irreverant.blogspot.com_files/5_Meditation.jpg" alt="" border="0"></a>
What do I change my img tag to be? The MT tool pointed me to the correct IMG SRC path.
Is it something like, <IMG SRC=/home/ice1000/puclic/blog/media/5_Meditation.jpg> ?
I want to know before I make 200+ changes!
One more thing! I see there are tons of tage with different styles (
<div style="text-align: center;">, <div style="clear: both; padding-bottom: 0.25em;"></div>, <div style="clear: both;"></div><p class="mobile-post">)
Do I have to do anything to all these before importing?
Thanks,
Ivan
OK, I've been experimenting:
I used the image upload and i get the following code:
<img src="http://blog.ice1000.com/media/5_Meditation.jpg" alt="Testing" title="Testing" />
Shows up perfectly in the test post.
OK so now I know how to do the image code but what about all the other style tags? Do they have to be removed?