Skip navigation

Search Results for: html

WordPress School: HTML and CSS References and Resources

In “9 Truths That Computer Programmers Know That Most People Don’t” by Macleod Sawyer, he quotes Ben Cherry and adds the following after: “Under the hood, most critical software you use every day (like Mac OS X, or Facebook) contains a terrifying number of hacks and shortcuts that happen to barely fit together into a […]

WordPress School: HTML and CSS – Identifying IDs and Classes

As we round up the mini-series on HTML and CSS basics as part of the ongoing Lorelle’s WordPress School free online course, and to prepare you for working with WordPress Themes, it is important to understand how to find the right design element to change on a website, specifically within a WordPress Theme. We’ve been […]

WordPress School: HTML and CSS Positioning

In Lorelle’s WordPress School free online course we’ve been exploring HTML and CSS basics to help you prepare for working with WordPress Themes coming soon. The information in these tutorials is essential for the WordPress user to learn for the most simple of tasks, from controlling how content displays in your posts to adding HTML […]

WordPress School: HTML and CSS Parent-Child Relationship

So far in this mini-series on HTML and CSS for Lorelle’s WordPress School, we’ve covered the basics and gave you a test HTML file to experiment with, explored the basics of HTML tags, inline styles with CSS, HTML embedded styles where the styles are removed from the HTML and placed in a <style> HTML tag […]

WordPress School: HTML and CSS Embedded Styles

In the next part of this mini-series for Lorelle’s WordPress School, we’re moving deeper into understanding how CSS works with HTML. These easy tutorials will give you the basic tools you need to learn to customize your WordPress site and work on WordPress Themes. We will be working more on the test HTML file and […]

WordPress School: HTML Inline Styles

In this mini-series for Lorelle’s WordPress School , we’re learning about HTML basics. I shared a little history and information to help you get started and gave you an HTML file that you will use in this tutorial. In the next tutorial, I covered some very basic HTML elements found in the test HTML file. […]

WordPress School: HTML Tags

The last lesson was the HTML and CSS Tutorial, another mini-series on Lorelle’s WordPress School. This is a very basic tutorial on HTML and CSS to prepare you for WordPress site customization and WordPress Themes. This tutorial in the series will help you understand the basics of an HTML tag, the architectural code wrapped around […]

WordPress School: HTML and CSS Tutorial

Over the past week we’ve been learning about the web browser, your gateway to WordPress and the web. This was a precursor to the next mini-series of tutorials in Lorelle’s WordPress School free online course. We are going to learn HTML and CSS. Learning WordPress from the inside out means learning the basic fundamentals of […]

WordPress School: All the HTML You Need to Know

In my WordPress community class the other night, we had 15 minutes left when I told the class I was about to teach them how to speak HTML before class ended – well, enough HTML to publish in WordPress. They didn’t believe it. Believe it. It took about 6 minutes. I hope to do the […]

Web Writing HTML Entities Cheat Sheet

Over the years I’ve copied and saved HTML Character Entities that I use on a regular basis, and I thought I’d share my cheat sheet. These are important to me as a technical web publisher specializing in writing blogging and WordPress tutorials, so I’ve explained why and how I use them in the table below. […]

HTML, CSS, PHP, and More Cheat Sheets Updated

Next to my article on horse sex, the consistently most popular post on Lorelle on WordPress is HTML, CSS, PHP, and More Cheat Sheets, and I just updated it with new links and resources. If you are looking for cheat sheets to help you with PHP, CSS, HTML/XHTML, search engines, Ruby, Rail, rewrite and htaccess, […]

Wrapping Text Inside PRE HTML Tags

Tyler’s “Wrapping Text Inside PRE Tags” is a life saver bit of CSS for those like me who include code markup in your blog pages. The <pre> HTML tag wraps around text and makes it look like typewriter text. It also has an annoying feature to display text EXACTLY as it is written. Lines break […]

Free Text Only Editors for Templates, PHP, HTML, CSS, and More

Over and over again on the WordPress Support Forum and WordPress Codex, I and other volunteers keep saying “Use a TEXT ONLY editor to edit your files.” A text editor is one that only works with raw text. But what does that really mean? When you are working with Word, WordPerfect, or any word processing […]

HTML, CSS, PHP, and More Cheat Sheets

If you are into tweaking your WordPress Theme or designing one from scratch, here are some HTML/XHTML and CSS Cheat Sheets you might want to add to your resources. * UPDATED * HTML/XHTML Cheat Sheets HTML Cheat Sheet HTML Tags Cheat Sheet HTML Tag and Code Cheat Sheet The HTML Source – HTML Cheat Sheet […]

10 Steps to Valid HTML

A few years ago, we slowly started adding ads to our main site. Proud of the work I’d done in the design and layout, I was furious when these new ads caused my carefully designed pages not to validate. I dug around the web for years trying to find out why and how to fix […]