wow!<p>This is a simple HTML code for code pan</p>
is tarha ke code pan ke liye ye code ko html view me paste kare
<div style="border: 4px solid #000; padding: 10px; font-family: monospace;">
<p>This is a simple HTML code</p>
</div>
How to remove "powered by Blogger at the bottom of the post"
Access Blogger Dashboard:
Log in to your Blogger account.
Go to the "Layout" Section:
On the left-hand sidebar, select the "Layout" or "Theme" option (the specific wording might vary based on your Blogger version).
Identify the Widget or Element:
Locate the specific widget or element "Footer" in the layout from which you want to remove the attribute.
Edit HTML/CSS:
If there's no direct option to remove the attribute, you might need to access the HTML/CSS of your template. Look for an "Edit HTML" or "Edit Theme" option within the "Layout" section.
Find and Modify the Code:
in html tag search =
<b:section
in the footer b:section
here change fasle to true and true to false
<p>showaddelement='false'> = showaddelement='true'>
locked='true' = locked='false'
visible='true' = visible=false'</p>save
open layout remove attribute gadget from footer
"add a gadget" in the footer "html/java script gadget"
add this code
<footer><p>"site name"</p>
</footer>
<p>"site name"</p>
</footer>
save it
remove attribute keep only html/java script gadget
done
Save Changes:
After making the changes, ensure to save the template or HTML modifications.
Preview and Verify:
Preview your blog to see if the attribute has been successfully removed from the layout element.
<p>This is a simple HTML code</p>
Comments
Post a Comment
BLOG_CMT_createIframe('https://www.blogger.com/rpc_relay.html');