View Full Version : Border Help! Pretty Please?


jesusismyhmboy
08-10-2004, 04:31 AM
how do u put everything on the right side: entries, left module, etc. with a dashed border.
i hope you know what i mean.

thanx in advance.

smileygurl119
08-10-2004, 06:19 AM
try this [change the hex color codes, if you want]:

<style type="text/css">
body {
}

div.blogheader, .caption {
/* edits the dates */
font-family:impact;
text-transform:uppercase;
font-size:16px;
line-height:10px;
font-weight:bold;
color:#C991AE;
letter-spacing:0px;
background-color: #ffffff;
text-align: left;
border: 1px dashed #FCCEBF;
}

a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#B991C9;
font:normal 11px arial;line-height:10px;
text-decoration: none;
}

//blogring.document.write
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#B991C9;
font:normal 11px arial;
line-height:10px;
text-decoration: none;
}

a:hover {
/* edits when user mouseovers the links */
color:#9D91C9;
font:normal 11px arial;
line-height:10px;
cursor: ne-resize;
text-decoration: none;
}

input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px dashed #c0c0c0;
font:normal 11px arial;
background-color: #FFFFFF;
letter-spacing:0px;
}

table.left {
/* this edits the menu module */
border: 1px dashed #c0c0c0;
width:160px;
background-color: #FCEBFF;
}

table.blogbody {
/* this edits the other the place where the blog is */
border: 1px dashed c0c0c0;
background-color: #ffffff;
width:400px;
}

table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FCEBFF;
font: bold 11px arial;
text-transform: uppercase;
color: #C991AE;
border: 1px dasdhed #FCEBFF;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FFFFFF;
border: 1px dashed #FCEBFF;
}

table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #FCEBFF;
border: 1px dashed #c0c0c0;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px dashed #c0c0c0;
}
hr {
/* horizontal divider */
border: 1px dashed #FCEBFF;
}
</style>

jesusismyhmboy
08-11-2004, 02:11 AM
hmm thats not i was looking for but thanx for helping me... i really appreciated it!

smileygurl119
08-11-2004, 02:16 AM
oh..okay..sorry.

JiNgLeBeLLz77
08-11-2004, 05:16 AM
can you show an example jesusismyhmboy?