Strike Through Text
in Tips
as CSS, del, how-to, HTML, strikethrough
A simple how-to for creating a strike-through text effect with an HTML tag or CSS.
Strike-through text using the <del> tag.
OK, that was really easy. Here is a reference at W3Schools that goes into all the details.
If you are using WordPress you will find the del button on the HTML editor screen. Of course the editor button conveniently drops a date and time stamp attribute into the <del> tag as well, so the above line looks like this under the page:
<del datetime="2010-04-15T13:41:32+00:00">Strike-through text</del>
The ABC button of the visual editor uses inline CSS to create the strike-through effect. Here is an example of what the above line would look like under the page:
<span style="text-decoration: line-through;">Strike-through text</span>
To see an example of how strike-through text can be used feel free to read the latest revision of WordPress 3.0 Navigation Menu Styles.
Dynamic Copyright
as bns_dynamic_copyright, dynamic_copyright, get_posts, WordPress
Add a dynamic copyright function to your WordPress theme. Just use the sample code and instructions in this post.
Your Username Can Be Changed
as change, how-to, login, username, WordPress
The login username for a WordPress self-hosted installation can be changed. Just follow these steps.
Plugin Installation
as how-to, option panel, plugin, settings, WordPress
Installing a WordPress plugin with step-by-step instructions and pictures.
Keep Check Mark in Checkbox
as checkbox, option panel, plugin, WordPress
A simple fix to the problem of the checkbox not staying checked in WordPress option panels.
Change the WordPress Tagline
as bloginfo, settings, tagline, WordPress
How to change the WordPress Tagline / Description and what makes it work.
Why Hard or Soft Refresh
How to perform a soft or hard page refresh with your internet browser.
Find WordPress ID
as WordPress
How to find the WordPress ID number of any of your WordPress content (Posts, Media, Links, Pages, or Comments) items.
WordPress Theme Downloads
as downloads, themes, WordPress
Always try to download your WordPress theme directly from the author, or the author’s preferred agent.





