Today I have spend some time on figuring out how to get my code examples in boxes. Giving the code
-tags a style changes the output per line, but not per block.
The solution was to give the pre
-tag a style :
<style>
pre {
background-color:black;
color:#00FF00;
padding: 15px;
}
</style>
...
<pre>
<code>
...
the code example
...
</code>
</pre>
This week I mentioned to a colleague, that I now have a blog on my domain "wartbar.de". She laughed and said "Wart-Bar, the bar where you only wait but never get anything.". It's a joke which only works in German, "warten" means to wait...
The Blog
|
|
|
|
My Technical Blogs
|
|
|
|
|
|
|
|
|
|
|
|
Projects
|
|
|
|
Blogs Of Friends
|
|
|
|
|
|
CV/About
|
|
|