Mandarin Logo
MainBlogFAQsBox TipsText TricksColor ChartFree GalleryCSS Opacity
TWO CENTS CURRENT ISSUE 2006 WEST SACRAMENTO CALIFORNIA

Faded Background Image
Flip-flop the thought . . .

How can I make the background image fade using CSS opacity filters?

Flip-flop the thought and put the opacity on top. Put the fade over the background, not on the background.

YOUR TEXT GOES HERE



image is 200 x 159


The full color background image we start with is 200 x 159 pixels.

There is one div to hold the full color background image, and another div to contain the text and apply the opacity to the image. Both divs are defined the same width and height as the image, 200 x 159.

Copy and paste this in your Blog or Web page.

It will look like this (image included).

YOUR TEXT GOES HERE

To make the background image fade code work with your image change the following:

  1. monday.jpg to the name of your image
  2. width:200px; to your image width
  3. height:159; to your image height
Saturday, July 31, 2004     Permalink   EMAIL  

picture of grapes

Happy Birthday Mandarin Rob...

Friday, July 30, 2004     Permalink   EMAIL  

it's Wednesday now but why waste a perfectly good image... let's break out of the box and play with code...

Now that we have a spare image we can explore opacity filters with a background image. There are two divs in action here. The first div contains a background image that is 200 x 159. It is a simple div, used as a container for the rest of the code. The second div is inside of the first div. For simplicity it is the same width as the image.

DIV 400px Wide
The first div, where we put the image as a background, is defined as 400 pixels wide. Why? We just doubled the width of the image to make it simple. The width and the height both are required for Mozilla.

This is what the first div does.
Background Image: 200 x 159
The image is 200 pixels wide.
The right side text is 200 pixels wide.
200 + 200 = 400

The image is automatically repeated with the repeat-x. We could use no-repeat.

Same div with no-repeat

The second div is the workhorse. It's applying the opacity and floating the text. To force the appearance that I want I'm defining the height on the right side opacity filtered text as 275px.

Copy and paste this in your Blog or Web page.

It will look like this.

it's Wednesday now but why waste a perfectly good image... let's break out of the box and play with code...

Now that we have a spare image we can explore opacity filters with a background image. There are two divs in action here. The first div contains a background image that is 200 x 159. It is a simple div, used as a container for the rest of the code. The second div is inside of the first div. For simplicity it is the same width as the image.

Or like this if you change repeat-x to no-repeat.

it's Wednesday now but why waste a perfectly good image... let's break out of the box and play with code...

Now that we have a spare image we can explore opacity filters with a background image. There are two divs in action here. The first div contains a background image that is 200 x 159. It is a simple div, used as a container for the rest of the code. The second div is inside of the first div. For simplicity it is the same width as the image.


The dotted borders are there so that we can see what the code is doing. Changing the color pink to transparent creates yet another effect. Opacity and transparency are fun to play with.


Copy and paste this in your Blog or Web page.

It will look like this.

it's Wednesday now but why waste a perfectly good image... let's break out of the box and play with code...

Now that we have a spare image we can explore opacity filters with a background image. There are two divs in action here. The first div contains a background image that is 200 x 159. It is a simple div, used as a container for the rest of the code. The second div is inside of the first div. For simplicity it is the same width as the image.

For some reason Mozilla is demanding that this have a border. Otherwise, it misplaces the paragraph text and lays it over the left side image. A cool effect, but not what I want. The border on this one is 1px solid white.

Sightings: SusanJayne used smaller images while Shirl did it in the sand.

Sunday: We made a code correction here. There was a .50c opacity that should be .50
Wednesday, July 28, 2004     Permalink   EMAIL  

Monday

Monday without a border

Add a triple border with inline CSS style.
A right-click on the image to view the properties tells us that this image is 200 x 159. To make the triple border, the width and height of the image is included in both the img tag and the div. The div surrounds the image to make the matted frame look.

Copy and paste this in your Blog or Web page.

It will look like this.

Add a triple border using named colors.
It's easier to see how the triple border works when we use color names instead of the hex color code. The color gold is a border that works well for a variety of pictures.

Copy and paste this in your Blog or Web page.

It will look like this.

We made this image with TypoGenerator. For a Monday I think she looks good without a border. More border options are here.

Sunday, July 25, 2004     Permalink   EMAIL  

Sunday

The Morning Glory is blooming while everyone is still sleeping.

This Land is Your Land
Campaign Update

It's the Bush-Kerry singing parody that that got 5 million hits in the first week and is still making national and international news.




Lyrics to JibJab Political Music

Deaf Translation

the best I can do right now...
To the tune of the song

THIS LAND IS YOUR LAND

Bush:
This land is your land
This land is my land
I'm a Texas Tiger
You're a Liberal wiener,
I'm a great crusader,
You're a Herman Munster
This land will surely vote for me

Kerry:
This land is your land (pointing to the trailer trash)
This land is my land (pointing to the green grass)
I'm an intellectual
You're a stupid dumbass
I'm a PURPLE HEART WINNER.
And yes, it's true I won it thrice (blows up waving people)
This land will surely vote for me

Bush:
You have more waffles than a House of Pancakes (pointing to a Waffle house)
You offer flip flops, I offer tax breaks.
You're a UN pussy (where pussy means wimp, baby, sissy, ???)
And yes, it's true that I KICK ASS! HA!
This land will surely vote for me.

Kerry:
You can't say NUCLEAR,
That really scares me (for the deaf, Bush pronounces it incorrectly as nuCUlar)
Sometimes a brain can
Come in quite handy
But it's not going to help you
BECAUSE
I WON THREE PURPLE HEARTS
This land will surely vote for me
Bush: You're a liberal sissy
Kerry:you're a right-wing nut job
Bush: You're a pinko commie
Kerry:You're as dumb as a door knob.

Bush: You got that Botox.
Kerry:But I still won three purple hearts
TogetherThis land will surely vote for me

Kerry:You're dumb as a door knob.
BUT I STILL WON THREE PURPLE HEARTS

Indian (speaks, not sings): This was my land (in serious Indian tone)
Crowd sings:But now it's our land!
Arnie: From CAL-e-for-n-ee-a

Clinton:
To the New York...
slap!
hey, what'd I do?

This land belongs to you and me
END
Bush: Oh, and Dick Cheney too (in a hushed tone out of the round hole as if he forgot to include Dick Cheney).
corrections and additions appreciated
Friday, July 23, 2004     Permalink   EMAIL  

Made with Typo Generator

image made at typogenerator

EBC Susan found the typogenerator where you enter some text then let the typoGenerator search images.google to create a background from the found images. It uses random effects for your text and the images.

deco image deco image deco image

Right-click to Save
It's easy to save your image. Right-click to save the large image you make or save it in the Gallery then copy the small version. The generator is slow but it's worth the surprise.

The link is good, just slow today.

Thursday, July 22, 2004     Permalink   EMAIL  

How to Post Multiple Free Images

For multiple images repeat the IMG tag. We put our squares inside of a DIV with a width of 165 pixels to get the squares to display 3 x 3.

Copy and paste this in your Blog or Web page.

It will look like this.

Tuesday, July 20, 2004     Permalink   EMAIL  

Tag Board Spyware and Popups?
We Don't Want Precision Time


Fake Message by Precision Time

I think we nearly got hit by the Gator. The Google Bar that eliminates pop-ups is in place and works so well we nearly forgot that there were popups. But working locally we were getting popups. Where? On our Tag Board instruction page (no link intentional). To get rid of the adware I followed the instructions at Maintaining Your Own PC and then went to Get Rid of the Gator.

The popups wouldn't stop. The next step was to delete all offline content and all cookies. Didn't work.

It appears that the spyware, adware, and popups were in the Tag Board itself; not on this PC. Someone left a buggy message? I typed my own messages, enough to clear the board and it is fixed for now.

Did everyone else already know that a Tag Board could be used to serve popups from your page?


Dragonfly Squares

Sunday in the Garden by Rob

d1 d2 d3 d4 d5 d6

Those Little Squares

We cut Rob's dragonfly into little squares. Why? Images add visual interest and you can never have too many squares. We like the way some writers include a thumbnail sized image with every post. If you need an image we have plenty to share in the Gallery. Instructions are included for grouping multiple squares, bordering the squares, and applying the shadow filter.

Copy and Paste Instant Square

YOUR TEXT GOES HERE Just keep typing after the image code is inserted. The text will automatically wrap around the image. Change the image name to any image here or from the Gallery. Hover over the square to see the name of the image. No link, no strings, just a bunch of free squares.

Copy and paste this in your Blog or Web page.

It will look like this.

YOUR TEXT GOES HERE Just keep typing after the image code is inserted. The text will automatically wrap around the image. Change the image name to any image from the Gallery. No link, no strings, just a bunch of free squares. Change the image name to any image here or from the Gallery. Hover over the square to see the name of the image. No link, no strings, just a bunch of free squares.


What does that code do?

1. Inserts an image named d1.gif
2. Aligns the image to the left.
3. Makes your text wrap around the image.
4. Puts space between the text and the image.

The horizontal space hspace is 10. The horizontal space keeps the text from bumping up next to the image.

Overhead
Stu got struck by lightning. Quit laughing. It's true.

Monday, July 19, 2004     Permalink   EMAIL  

Sunday in the Garden

Sunday in the Garden by Rob
Rob took the picture in the garden just a few minutes ago. His vision is good, eh? And he found that little bitty square that tells people (who can see) how to upload an image. He thought kimnet might like this dragonfly picture.

Sunday, July 18, 2004     Permalink   EMAIL  

Steal This Code!
Things You Can Do With Coke
1. Put it in a CSS Bordered Box:Dashed Border

COKE
Coke bottle

Copy and paste this in your Blog or Web page.

It will look like this.

C O K E
Coke Bottle
Saturday, July 17, 2004     Permalink   EMAIL  

testing blogger.com using manual post from Friday

When Blogger Goes Ouch!

This post was manually entered and the post below was manually corrected. The Blogger tool is not working today.

There's a new look in Blogger today. It must be a test version in the very early stages. If you have it you will know it.

...why wasn't simple good enough? It wasn't brokeand it's not fixed...

It inserts stray code, removes code (remember that trick from the last time, how it tried to correct your code?), spits out runtime errors, and the Blogger style sheet doesn't load if you use Mozilla so it's a wacky screen that spills all over itself.

Comment on the Blogger WYSIWYG
Blogger is hurting big time today. Even in IE it trashed our last post. When we retype it, the Blogger tool will just rearrange the code the way the Blogger programmers think it should be. Not a good thing. Leave the coding up to us Blogger.

...leave the coding up to us Blogger...

Blogger Problems? The Blogger Status mentions only the Firefox problems. They either aren't recognizing the problems with Blogger inserting code and removing code or are ignoring the problem for those who hand code or customize the HTML and CSS.

If you are having problems let Blogger know. We can only report the problems we had with one single post and can't name all of them in one feedback form. It used to be so simple and easy to use. The complexities are commensurate with the errors it throws. Why wasn't simple good enough?


More?

The comments for this post are down one post - the glow filter post
Friday, July 16, 2004     Permalink   EMAIL  

Stupid Web Tricks
The Shadow Filter

You can shadow your text in Internet Explorer. The shadow filter looks a lot like the glow filter. And, it's just as easy to code.

YOUR TEXT GOES HERE

Copy and paste this in your Blog or Web page.

It will look like this.

YOUR TEXT GOES HERE

What does this code say?

Here are the details about this Table that you don't have to know.

  1. <TABLE> says we are using a table for our layout.
  2. COLOR="gold" says use the color gold for the shadow.
  3. <TR> and <TD> say that we are starting a new row and a new column.
  4. <BIG> says make the text that follows big.
  5. </BIG>says close the big text.
  6. </TD> and </TR> say to end the table column and the row.
  7. The </TABLE> says end our table
Thursday, July 15, 2004     Permalink   EMAIL  

Frequently Asked Questions

Check out the new visual Frequently Asked Questions index.

Tuesday, July 13, 2004     Permalink   EMAIL  

Magazine Pullquote
with Opacity .75

Fixing for ie... Fixing for ie in progress...a little spill was noticed in IE.I'm leaving the test fix code in so that you can see what is going on behind the curtain. The solution for IE was to explicity tell it the width (for this left column). To fit it neatly about 400px would work but for the copy and paste the <div style="350px;"> was added. Nearly everyone has at least that width in the post area. Increase or decrease as needed. Right now both browsers are happy.

...it only looks like a rigid inflexible grid but you can break out of the grid look...

We are using the color named black with an opacity of 75%. Copy and paste the code and replace Black with any named color. It only looks like a rigid inflexible grid, but you can break out of the grid. Say what you want the way you want to say it.

Change the color, change the words.

You can type as much as you want here. We are defining the line-height, what we called Leading (prounounced like a "lead" pipe) as in Col. Mustard in the kitchen with a lead pipe, or maybe that was Col. Mustard in the Library with a Hammer.

Anyway, when we used -1em the lines were too tight, and using -0.9em the letters were still too tight. So we tried not specifying a line height it just all runs together. So right now we are using font-size: 28px;line-height:26px;. You may notice that the word grid has no bottom to the g. There's a name for that in typography, it's called you fill in the ____. We cheated and changed the size of the last line. It has a bottom now. In our browser.

Copy and paste this in your Blog or Web page.

It might look like this.

...it only looks like a rigid inflexible grid but you can break out of the grid look...

This example uses the color named Black. Copy and paste the code and replace Black with another color. It only looks like a rigid inflexible grid, but you can break out of the grid. Say what you want the way you want to say it.

or brown . . .

Copy and paste this in your Blog or Web page.

It might look like this.

...it only looks like a rigid inflexible grid but you can break out of the grid look...

This example uses the color named brown. Copy and paste the code and replace Brown with another color. It only looks like a rigid inflexible grid, but you can break out of the grid. Say what you want the way you want to say it.

Some colors you might want to try...

Web Color Names Chart

aliceblue
#F0F8FF
antiquewhite
#FAEBD7
aqua
#00FFFF
aquamarine
#7FFFD4
azure
#F0FFFF
beige
#F5F5DC
bisque
#FFE4C4
black
#000000
blanchedalmond
#FFEBCD
blue
#0000FF
blueviolet
#8A2BE2
brown
#A52A2A
burlywood
#DEB887
cadetblue
#5F9EA0
chartreuse
#7FFF00
chocolate
#D2691E
coral
#FF7F50
cornflowerblue
#6495ED
cornsilk
#FFF8DC
crimson
#DC143C
cyan
#00FFFF
darkblue
#00008B
darkcyan
#008B8B
darkgoldenrod
#B8860B
darkgray
#A9A9A9
darkgreen
#006400
darkkhaki
#BDB76B
darkmagenta
#8B008B
darkolivegreen
#556B2F
darkorange
#FF8C00
darkorchid
#9932CC
darkred
#8B0000
darksalmon
#E9967A
darkseagreen
#8FBC8B
darkslateblue
#483D8B
darkslategray
#2F4F4F
darkturquoise
#00CED1
darkviolet
#9400D3
deeppink
#FF1493
deepskyblue
#00BFFF
dimgray
#696969
dodgerblue
#1E90FF
firebrick
#B22222
floralwhite
#FFFAF0
forestgreen
#228B22
fuchsia
#FF00FF
gainsboro
#DCDCDC
ghostwhite
#F8F8FF
gold
#FFD700
goldenrod
#DAA520
gray
#808080
green
#008000
greenyellow
#ADFF2F
honeydew
#F0FFF0
hotpink
#FF69B4
indianred
#CD5C5C
indigo
#4B0082
ivory
#FFFFF0
khaki
#F0E68C
lavender
#E6E6FA
lavenderblush
#FFF0F5
lawngreen
#7CFC00
lemonchiffon
#FFFACD
lightblue
#ADD8E6
lightcoral
#F08080
lightcyan
#E0FFFF
lightgoldenrodyellow
#FAFAD2
lightgreen
#90EE90
lightgrey
#D3D3D3
lightpink
#FFB6C1
lightsalmon
#FFA07A
lightseagreen
#20B2AA
lightskyblue
#87CEFA
lightslategray
#778899
lightsteelblue
#B0C4DE
lightyellow
#FFFFE0
lime
#00FF00
limegreen
#32CD32
linen
#FAF0E6
magenta
#FF00FF
maroon
#800000
mediumaquamarine
#66CDAA
mediumblue
#0000CD
mediumorchid
#BA55D3
mediumpurple
#9370DB
mediumseagreen
#3CB371
mediumslateblue
#7B68EE
mediumspringgreen
#00FA9A
mediumturquoise
#48D1CC
mediumvioletred
#C71585
midnightblue
#191970
mintcream
#F5FFFA
mistyrose
#FFE4E1
moccasin
#FFE4B5
navajowhite
#FFDEAD
navy
#000080
oldlace
#FDF5E6
olive
#808000
olivedrab
#6B8E23
orange
#FFA500
orangered
#FF4500
orchid
#DA70D6
palegoldenrod
#EEE8AA
palegreen
#98FB98
paleturquoise
#AFEEEE
palevioletred
#DB7093
papayawhip
#FFEFD5
peachpuff
#FFDAB9
peru
#CD853F
pink
#FFC0CB
plum
#DDA0DD
powderblue
#B0E0E6
purple
#800080
red
#FF0000
rosybrown
#BC8F8F
royalblue
#4169E1
saddlebrown
#8B4513
salmon
#FA8072
sandybrown
#F4A460
seagreen
#2E8B57
seashell
#FFF5EE
sienna
#A0522D
silver
#C0C0C0
skyblue
#87CEEB
slateblue
#6A5ACD
slategray
#708090
snow
#FFFAFA
springgreen
#00FF7F
steelblue
#4682B4
tan
#D2B48C
teal
#008080
thistle
#D8BFD8
tomato
#FF6347
turquoise
#40E0D0
violet
#EE82EE
wheat
#F5DEB3
white
#FFFFFF
whitesmoke
#F5F5F5
yellow
#FFFF00
yellowgreen
#9ACD32

Color names are recognized by browsers but not all colors are recognized by all browsers. Serious developers may want to use the hex code for cross-browser compatibility. The color names in this chart were tested in current versions of Internet Explorer, Mozilla, and Netscape.

Saturday, July 10, 2004     Permalink   EMAIL  

Typographic Control
decor image decor image decor image

Leading and Kerning

CSS allows you to control Kerning and Leading by adjusting the line-height and the letter-spacing.


Leading

Leading and Kerning

Leading is the spacing between lines. If you want to make your font more readable you can adjust the CSS default spacing between lines. The default is 120% of the type size. Let's see this in action.

Leading Example 1: Line-height: 120%

This is a small font with the line-height set to 120%. The default is 120% of the type size. So, the line height here will be the same as the default. This text is easy to read for those with perfect vision.

Leading Example 2: Line-height: 140%

This is a small font with the line-height set to 140%. The default is 120% of the type size. So, the line height here will be a little more than the default and in many cases will be a little easier to read.

Leading Example 3: Line-height: 150%

This is a small font with the line-height set to 150%. The default is 120% of the type size. So, the line height here will be a little more than the default and in many cases will be a little easier to read.

Copy and paste Example 2: Line-height: 140%

Copy and paste (or type) this in your blog or Web page.

It will look like this.

This is a small font with the line-height set to 140%. The default is 120% of the type size. So, the line height here will be a little more than the default and in many cases will be a little easier to read.


decor image decor image decor image

Kerning

Leading and Kerning

Kerning is the spacing between letters. Adjust the kern for headlines, subheadings, or other special effects. If you want your letters spaced tighter than normal you can adjust the CSS spacing between letters using a negative number. Let's see this in action.

Kerning Example 1: Letter-spacing -1px

You can decrease the kern by specifying a negative number like letter-spacing:-1px;.

This is a line of large text with the letter-spacing defined as -1px.


This is a line of large text without the letter-spacing.

Copy and paste (or type) this in your Blog or Web page.

It will look like this.

Your Text Goes Here. The text will be tighter than usual.


Kerning Example 2: Letter-spacing 4px

The letter-spacing here is 4px

Copy and paste (or type) this in your Blog or Web page.

It will look like this.

YOUR TEXT GOES HERE


CSS

The line-height and letter-spacing can be specified in your external style sheet, internal style, or inline.

Friday, July 09, 2004     Permalink   EMAIL  

Mr PicassoHead

Mandarin Mr PicassoHead

Make your own graphics. You can make your own Mr. Picassohead at Mr PicassoHead. It's an easy drag and drop that comes with a gradient blue to green background.

Print the screen to your clipboard (press Print Screen) to save the image then paste it in your favorite graphic tool. We used the magic wand in Adobe to remove the background from this Mr. Picassohead.

Make your own logo or banner. Labelmaker doesn't look fancy at first glance but you can create some wild banners. It's quick and easy. Make your free banner text online then right-click to save it.

Copy and paste this in your Blog or Web page.

It will look like this.

Mandarin Mr PicassoHead

Make your own graphics. You can make your own Mr. Picassohead at Mr PicassoHead. It's an easy drag and drop that comes with a gradient blue to green background.

Tuesday, July 06, 2004     Permalink   EMAIL  

A Few Good Blogs . . .

frank diana shirl golby jen Stu, our friend, who lives in Germany but blogs in English and German. Always a good read.  stephen DIPTA susan michael bill PLACEHOLDER MJ 2 Flower gary rieke ilana PLACEHOLDER shelly PLACEHOLDER punkclow dave cindy jmo tish Liz Cassie the breadmaker and more. A darn good blog. PLACEHOLDER riri Kane PLACEHOLDER Leslie grlinabox who now has a face. She is getting her own dot.com name soon. theo Col. Mustard in the Library with a Hammer PLACEHOLDER Crossing the Rubicon We like this place. Links reduced to only the interesting. Usually technical. Circadian Shift.  Not many images so it loads fast. Icon cut from Circadian site Brendyn paul doc Rayne Today' Halley BluEyes. Colin has a fun site.  Smiles to you Colin. Colins site is an ever-changing easel. New stuff daily and then some...we like Colins site a lot! Life in the present. Art and images and more... grillboy David Fletcher's Government and Technology Weblog. Utah. AKMA Angie! The mother of my Blogson. If you need straight talk visit Angie. Sweet Angie is the potty mouth of the South and proud of it. Gawd we love this chick. She can write up a storm. WTF does that mean?  Rita photo of Justin photo of dave letrascomgarfos PLACEHOLDER daisy PLACEHOLDER bryn

BLAST FROM THE PAST
Women and Tech Blog Prom

I'm nominating Jeneane Sessum, 
a woman who inspires other women. 
I would have nominated Frank Paynter 
but I think he is a dude. Shelly was invited of course. 
BurningBird. A good place for online reading by 
an excellent writer with opinions and convictions.
 It speaks for itself. Excellent reading and photography. Julie Lerman.
 Shelly invites Julie Lerman 
saying 'I figured after the shit I gave her today, 


she deserves it.' Cleverhack - Joy Larkin. Confessions of a G33K. 
Julie invited Joy Larkin.  Joy blogs about many 
things tech and about her life. It's a great 
example of a well rounded blog. Diana  at alt.nerd.obsessive. 
Diana was invited by Joy
 her IT support comrade-in-arms Shelly invites Halley 
--'because I gave Julie shit in Halley's comments. Michelle E. Goodrich (AKA meg)
 really did get invited by Jeanenne.
 Didn't even have to cheat. Jen of VeryBigDesign was invited to 
the Women and Tech Blog Prom by the Grillboy. Excellent. ARJ: Mr. Frank Paynter invited the Geek Iconographer herself, Ms. ARJ 
adding that 'There are so many I would invite if I could bring 
more than one date. Also, I think it is riciculous that neither 
Ashley nor I are welcome to wear a corsage and a little 
make-up just because we have that naughty Y chromosome'. Jean of Creativity Machine was invited by PunkClown
 who describes his picks as 'highly intelligent and very interesting bloggers' Meredith from Invisible Shoebox was invited by PunkClown 
who describes his picks as 'highly intelligent and very interesting bloggers' Jill Walker was invited to the The Women and Tech Blog Prom 
by mcb of invisibleshoebox who says Jill is smart and insightful PurseLipsSquareJaw.org was invited by Jean 
who says 'I also don't think it would be a party 
without Anne Galloway, especially if she brings her rather excellent brain' Esther Dyson was invited to the The Women and Tech Blog Prom
 by Gary who was reading her piece about the Russian
 mess and realized that Esther Dyson is certainly 
a top-flight tech blogger.

BLAST FROM THE PAST
Deaf Blogger Signin

Dave Fulmer Justin Michael Meryl Sam Alan deafscribbler chip Rita Jen Burninglight Larry Billy diana deafscribe
Sunday, July 04, 2004     Permalink   EMAIL  

Grapes of Wrath

picture of grapes

Rob just came in with this backyard photo of the grapes and caught me sucking the life out of it in Adobe®.

"You're stepping on my grapes..."

"The men were silent and they did not move often. And the women came out of the houses to stand beside their men to feel whether this time the men would break."

Friday, July 02, 2004     Permalink   EMAIL  

Archives

2006: J F M A M J J A S O N D

2005: J F M A M J J A S O N D

2004: J F M A M J J A S O N D

Mandarin Design
"For people who make mistakes"

HTML and CSS Examples
Popular Blog Code
TIPS and TRICKS

Magazine style is easy with simple copy and paste code for styled drop caps, small pullquotes, new orange pull quotes,
...this will look like some of the pullquotes and styles we see in magazinelayout...
opacity pullquotes, and easy pull quotes. A magazine cover and highlights are served cut and paste style in Text Tricks. Add Polaroid borders, triple borders, and float pictures left and right the easy way with tips and tricks in the Box Tips and FAQ sections.