Published on December 14, 2007
in Computer.
Hate the default font (Calibri) and 10 pt line-spacing that is set to default in Word 2007? Then change it!
How to :
- In the ‘Home’ tab left click the little light colored square at the bottom right of the ‘Styles’ group. This brings up the styles window.
- Click the ‘Manage Styles’ button at the bottom, third from the left. This brings upa dialog box.
- Click the ‘Set Default’ tab, select the button ‘New documents based on this template’
- Make desired changes in dialog box.
- Click OK.

You’re done!
Thanks Mary Ann Richardson.
How to get Xampp and WordPress to work together so that you can modify local WP files and view the results locally.
http://www.tamba2.org.uk/wordpress/xampp/
***note*** you must have the WP folder in the the Xampp directory, I used a old WP folder I found with only two posts.
It was not as easy as the other plug-ins but I did it, I can now browse my Coppermine database easily within Wordpress. I even installed a random image widget!
This is what to do:
Find “Coppermine Integration for Wordpress 2.3“– this is the modified version for WP 2.3…
Follow the instructions included with the .zip, THIS IS NOT A SIMPLE COPY-PASTE INTO PLUGINS FOLDER install!
The instructions are decent but lack one key part; Where to find the information to configure the plug-in. You’ll find it in the include/config.inc.php file of your Coppermine install.
Example:
EXAMPLES DISABLED, K2 DOES NOT WORK WITH COPPERMINE PLUGIN!
[ thumb:1524:l][ thumb:1665:l] [ thumb:179:l]
These are the files you must edit and the edits themselves if you want to resize your header to 150px and use an image instead of the text/gradient.
***note*** The white ‘page’ and curved borders are not css, they are a image. Open kubrickheader.jpg and you’ll see. I selected the blue, cleared it, then adjusted the selection to raise the bottom selection up about 2 px for a cleaner look for the border.
This is my new *150px* image:

changes I’ve made:
STYLE.CSS
#header {
background-color: #73a0c5;
margin: 0 0 0 1px;
padding: 0;
height: 150px;
width: 758px;
/* height: 200px;*/
}
#headerimg {
margin: 0;
height: 150px;
width: 100%;
}
HEADER.PHP
<?php wp_head(); ?>
</head>
<body>
<div id=”page”>
<div id=”header”>
<div id=”headerimg”>
</div>
</div>
<hr />
***I recommend Programmer’s Notepad for editing, free, fast, featureful, easy to use.  Yes, featureful is a word, just check the Bectionary