Remove white background from a blogger post
Sometimes it happens that, after publishing a post you see a white backgrounds behind the paragraph. The background is really annoying and it spoils your post.
But why does the background appears out of nowhere in your post?
It happens when you copy texts from other websites or word processing software.
So how do we get rid of this problem? Well, the solution is easy. You just have to follow the bellow given steps.
If the background still exist then follow these steps:
1. click on HTML button.
3. Press Ctrl + F and type
4. Delete
6. Save changes.
If your post is very lengthy then you might find too many "background-color: white" statements.
To remove them all follow these steps:
1. Select and cut the whole HTML content and paste it in Microsoft word.
2. In MS word, click on replace button. you will find it to the top right corner.
3. In FIND field type "background-color: white;"
4. Leave the REPLACE field blank.
5. Click replace all.
6. now cut the whole content and paste it in HTML text editor of your blogger.
7. save change.
To avoid this problem from happening in future all you have to do is:
Copy the texts from where ever you want and paste it in a plain text editor like notepad.
then copy the content from the notepad and paste it in your blogger's text editor.
1. Find the post from which you want to remove the white background and edit it.
2. click on HTML button. you will find it on the top left side beside compose button.
3. Press Ctrl + F and type <span style="background-color: white;">
4. Delete style=style="background-color: white;"
5. save changes and check your post
2. click on HTML button. you will find it on the top left side beside compose button.
3. Press Ctrl + F and type <span style="background-color: white;">
4. Delete style=style="background-color: white;"
5. save changes and check your post
If the background still exist then follow these steps:
1. click on HTML button.
3. Press Ctrl + F and type
4. Delete
6. Save changes.
If your post is very lengthy then you might find too many "background-color: white" statements.
To remove them all follow these steps:
1. Select and cut the whole HTML content and paste it in Microsoft word.
2. In MS word, click on replace button. you will find it to the top right corner.
3. In FIND field type "background-color: white;"
4. Leave the REPLACE field blank.
5. Click replace all.
6. now cut the whole content and paste it in HTML text editor of your blogger.
7. save change.
To avoid this problem from happening in future all you have to do is:
Copy the texts from where ever you want and paste it in a plain text editor like notepad.
then copy the content from the notepad and paste it in your blogger's text editor.
Comments
Post a Comment