Resources For Starting A Home Based Web Design Business

Free Web Design Business Tips
RSS Blog Feed RSS Blog Feed

To receive emailed updates to this blog, enter your email address here:


Graphic Background with Whitespace for Text

This week I’m presenting a workshop, Creating an Impressive Writing Website, at the 2008 Muse Online Writers Conference. One of the participants wanted the code for a web page with a graphic in the background, and whitespace for the text area.

I am a whitespace fanatic, especially for professional websites.

Anyhow, here’s the code I gave her. I’m putting it here in case someone else might need it.

Click here to see the result of using this code

You’re welcome to take this and use it in any way that suits your needs:

<html>
<head>
<title>YOUR TITLE</title>
<style>
body {
 background: url(http://www.lindajomartin.com/images/ybg.gif)repeat;
 font-family: arial,helvetica,sans-serif;
 font-size: 1em;
}
div.whitespace {
 background-color:white;
 border: 2px #000000 solid;
 margin: 150px;
 padding: 30px;
}
</style>
</head>
<body>
<div class=”whitespace”>
<p>Put your main text here.</p>
</div>
</body>
</html>

Filed under: Design Process — Linda @ 3:27 pm

...

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

del.icio.us Digg it Earthlink Furl iFeedReaders ma.gnolia Maple.nu Netvouz Netscape RawSugar reddit Scuttle Shadows Simpy Spurl StumbleUpon Wink Yahoo MyWeb

Leave a comment





This blog has been favorited by 141 Technorati members.
Add to Technorati Favorites

del.icio.us del.icio.us





Blog Flux Directory

Blog Flux Pinger - reliable ping service.








Klamath Design: Starting A Home Based Web Design Business © 2007-2009 by Linda Jo Martin