diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/empty_div_element.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/empty_div_element.mdwn b/doc/bugs/empty_div_element.mdwn index 938db3eec..7e28730fd 100644 --- a/doc/bugs/empty_div_element.mdwn +++ b/doc/bugs/empty_div_element.mdwn @@ -29,3 +29,7 @@ This can then be used to move things around. For instance, I have on my website' which adds my hackergochi to the bottom left of the webpage, with some margin. I tried looking for something like this, but I couldn't find it. Perhaps I just didn't look in the right places, though; apologies if that is the case. + +> This can easily be achieved by modifying [[templates]]. Simply copy the default page template to the template directory of your wiki, and modify it to add your empty divs. +> +> -- [[Louis|spalax]] |