I've been designing print books with InDesign (IDD) for years. When my partner, Peggy, and I completed our third book together a couple of months ago (Inside the Rainbow: Soul Connection in Nature), the steps to prepare it for print on Amazon's KDP platform were familiar to me. Then, I leapt into the eBook world for the first time. It was quite the adventure! First, I tried Amazon's publishing tool Kindle Create. Unfortunately, it wouldn't work on my old iMac. Next, I tried exporting my IDD … [Read more...] about Create an eBook via InDesign Export to HTML
CSS
Changing the Text Color in WordPress
There are 4 ways to change the text color in WordPress. You can change a single word or phrase, an entire paragraph, or all of the text throughout the site. Each method is easy! Method #1 - Use the Gutenberg editor Changing the text color with WordPress's visual editor has always been pretty simple. With the new Gutenberg editor, it's even easier. Place your cursor on a paragraph and look in the right-hand sidebar. Make sure the "Block" tab is selected (as opposed to the "Post" tab). Open … [Read more...] about Changing the Text Color in WordPress
Why and How You Create WordPress Child Themes
Why You Create Child Themes Child themes are customized versions of an original (“parent”) theme. If you make changes to the parent theme directly, you risk losing those changes whenever the theme is updated. The key benefit of a child theme is that you retain all of your customizations when the parent theme is updated. I usually create the child theme myself, but there are plugins that will do it for you. Furthermore, if you're using a framework like Genesis, you use child themes in addition … [Read more...] about Why and How You Create WordPress Child Themes
Introduction to Web Design
Key Design Principles and How to Implement Them! In November, I shared some of my web design knowledge at the WordPress Southwest Florida MeetUp. Below are my slides and the key topics from the evening's presentation. Overview Web design is the visual styling and layout of a website. It requires a good understanding of color, type, alignment, and harmony. With pleasing aesthetics, organized navigation, and sensible UX, visitors are more likely to stay on the site, view multiple … [Read more...] about Introduction to Web Design
How I Learned CSS in 3 Months
I first launched my website in 2002. At that time, CSS was in its infancy and didn't give me the kind of flexibility and control over the layout that I wanted. My site was constructed with tables and the results were exactly what I was looking for. I would revise my ImageReady files, save the images as GIFs or JPGs, export the table slices to html, and tweak the html in Dreamweaver. At the beginning of each year, I update my website with new samples of my graphic design and art work. Updating … [Read more...] about How I Learned CSS in 3 Months