News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Quotes in .css file (assistance)

Started by Mick., November 22, 2007, 11:32:18 AM

Previous topic - Next topic

Mick.

I added a .gif for quoting posts


.css file:


/* A quote, perhaps from another post. */
.quote
{
   color: #FFC300;
   background: #272727 url(images/startquote.gif) 4px 4px no-repeat;
   border: 1px solid #CFCFCF;
   margin: 15px;
   padding: 15px;
   font-size: x-small;
   line-height: 1.4em;

But as you can see,the post is right on top of the image.

http://www.midwestavalancheclub.com/mods-exterior-misc/tailgate-cup-mod-on-yndio's-ride/15/

How is this fixed?   

Mick.

Fixed.



Quote/* A quote, perhaps from another post. */
.quote
{
   color: #FF9900;
   background: #272727 url(images/startquote.gif) 4px 4px no-repeat;
                white-space:wrap;
                border: 1px solid #666666;
   margin: 30px;
   padding: 30px;
   font-size: x-small;
   line-height: 1.4em;
}

MinasC

looks good , gonna try it out , thnx !

Advertisement: