How do you force a page break in your Advanced PDF/HTML template to print content on another page?
Tag: CSS
How To Create A Responsive Nav Bar Without Using JavaScript
Have you ever liked those responsive navigation bars at the top of some sites and wanted to know how to create your own? Want to do it without needing to write any fancy-pants JavaScript? Well in this post we look at writing some fancy navigation bar in pure HTML and CSS only!
5 Things You Need To Know Before You Migrate From WordPress To A Static Site
Are you considering the move from Wordpress to a Static Site? These are five aspects I discovered once I had already made the move, you may want to consider these 5 things before you make the jump.
How To Manage WordPress CSS Using Brackets & Dropbox
Before Dropbox made changes to publicly available documents this process worked well in effectively managing your Wordpress stylesheets and JavaScript code. This article may give you some ideas on how you manage your code effectively without Dropbox.
How To Manage Common StyleSheets for Multiple WordPress Sites
When you have multiple Wordpress installations that use the same theme, and you want to edit the theme’s stylesheet and reflect these styles across the rest of your Wordpress sites, doing so isn’t easy. Unless you try this one little trick.
How To Create A Simple jQuery Background Image Slider
How do you create a simple jQuery background image slider? As these elements within web pages, especially on the index page, are becoming popular this is something we can do with relative ease.
How To Write Fractions Using Only HTML & CSS
Is there a way where I can write math looking functions without the need of bringing in MathJAX or other heavy LaTeX renderers? Especially if the need is quite simple, such as writing a simple algebraic fraction. Thankfully there is!