<code>...</code> for inline code snippetsuse
<pre>...</pre> for block code snippetsdesign your
internal css stylingref: http://w3schools.com/html/html_css.asp
for example, mine is
<style>
code {background:lightgrey;padding:0px;color:black;}
pre {width:99%;background:lightgrey;padding:0px;color:black;}
</style>
test in
w3schools sandboxhttp://w3schools.com/tags/tryit.asp?filename=tryhtml_pre
edit your blogspot template, and insert your
internal css styling within the <head>...</head> tagsblogger -->
Template --> Edit HTMLparse your code, if you see it interpreted
http://blogcrowds.com/resources/parse_html.php
No comments:
Post a Comment