Free Links On the Web - HOW TOs / BLOGGER
Question: How to remove the dashed line in blogger?
Answer :
On your blogspot's home page:
Click Design
On your blogspot's dashboard:
Click Template (always make a backup of your template before any changes)
Click Edit HTML
On your Template's HTML:
Click Edit template
Click in the HTML template area
Press Control+F on the keyboard and, on the "Search" blank space, type: "dashed" (without quotes) and press enter - you will jump to the relevant highlighted text in the following script:
border-top: $(footer.bevel) dashed #bbbbbb;
Delete the word "dashed"
Click Preview template to see the result on blogger
Click Save template
Question: How to remove the dashed line in blogger?
Answer :
On your blogspot's home page:
Click Design
On your blogspot's dashboard:
Click Template (always make a backup of your template before any changes)
Click Edit HTML
On your Template's HTML:
Click Edit template
Click in the HTML template area
Press Control+F on the keyboard and, on the "Search" blank space, type: "dashed" (without quotes) and press enter - you will jump to the relevant highlighted text in the following script:
border-top: $(footer.bevel) dashed #bbbbbb;
Delete the word "dashed"
Click Preview template to see the result on blogger
Click Save template