View Full Version : Help on entry borders


purplafoxy
01-29-2006, 12:49 PM
how do ppl make such cool borders for their entries? :hamster:

allie
01-29-2006, 01:23 PM
how do ppl make such cool borders for their entries? :hamster:

If you're talking about each individual entry it's done like this:

Put this into the tag that you want to have a border:

style="border: 1px solid #000000;" (instead of solid you can use dashed or dotted)

It should work with <table> <input> <body> <img> <div> <a>.

To have a border around all your entries, try putting this wherever you put body tags:

<body style="border: 10px outset #ffcc00;">

You can change the style and the color.