WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Adding a image to the quote message. Empty Adding a image to the quote message. Sat Oct 30, 2010 4:21 pm

Emilio

Emilio
Registered Member
Registered Member
I want to add a image in the quote message...
On the right top how do i add this?

http://www.graphilicious.forumotion.Com

2Adding a image to the quote message. Empty Re: Adding a image to the quote message. Sun Oct 31, 2010 3:38 pm

Guest


Guest
Code:
blockquote {
  margin: 1em 1px 1em 25px;
  padding: 5px;
  background: #fafafa url("http://i69.servimg.com/u/f69/14/29/05/13/quote10.gif") 6px 8px no-repeat;
  }

3Adding a image to the quote message. Empty Re: Adding a image to the quote message. Sun Oct 31, 2010 7:30 pm

Emilio

Emilio
Registered Member
Registered Member
i want it on the left bottom side

http://www.graphilicious.forumotion.Com

4Adding a image to the quote message. Empty Re: Adding a image to the quote message. Sun Oct 31, 2010 10:18 pm

Guest


Guest
Code:

blockquote {
  margin: 1em 1px 1em 25px;
  padding: 5px;
  background: #fafafa url("http://i69.servimg.com/u/f69/14/29/05/13/quote10.gif") 6px 8px;
background-repeat:no-repeat;
background-position:left;
margin-top:-5px;
}

5Adding a image to the quote message. Empty Re: Adding a image to the quote message. Mon Nov 01, 2010 12:10 am

Emilio

Emilio
Registered Member
Registered Member
Doesn't work , its placed on the left middle side

http://www.graphilicious.forumotion.Com

6Adding a image to the quote message. Empty Re: Adding a image to the quote message. Mon Nov 01, 2010 6:04 am

Matti

Matti
Registered Member
Registered Member
What forum version are you using?

http://csshelp.forumotion.net/

7Adding a image to the quote message. Empty Re: Adding a image to the quote message. Mon Nov 01, 2010 6:06 am

Emilio

Emilio
Registered Member
Registered Member
PUNBB

http://www.graphilicious.forumotion.Com

8Adding a image to the quote message. Empty Re: Adding a image to the quote message. Mon Nov 01, 2010 6:30 am

Matti

Matti
Registered Member
Registered Member
Try this.

Code:
blockquote{
margin-top: 20px;
color: black;
border: 1px solid #666 !important;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 10px;
background: #ccc !important;}

blockquote div{
margin-top: -10px;
padding-bottom: 15px;
background: url(http://i69.servimg.com/u/f69/14/29/05/13/quote10.gif) no-repeat bottom left !important;}

http://csshelp.forumotion.net/

9Adding a image to the quote message. Empty Re: Adding a image to the quote message. Mon Nov 01, 2010 10:45 am

ankillien

ankillien
Administrator
Administrator
Hi,

This code would do that trick...


Code:
blockquote {
background: URL(IMAGE URL HERE) no-repeat bottom;
}

10Adding a image to the quote message. Empty Re: Adding a image to the quote message. Mon Nov 01, 2010 4:57 pm

Emilio

Emilio
Registered Member
Registered Member
Hey , anki it works but its centered , its need to be on the right bottom side Smile

http://www.graphilicious.forumotion.Com

11Adding a image to the quote message. Empty Re: Adding a image to the quote message. Mon Nov 01, 2010 6:19 pm

ankillien

ankillien
Administrator
Administrator
In previous post you said it should be in left bottom.

Here is code for right bottom...

Code:
    blockquote {
    background: URL(IMAGE URL HERE) no-repeat bottom right;
    }

12Adding a image to the quote message. Empty Re: Adding a image to the quote message. Tue Nov 02, 2010 8:29 pm

Emilio

Emilio
Registered Member
Registered Member
Sorry , i thought i said Right
Thanks its done Smile

http://www.graphilicious.forumotion.Com

13Adding a image to the quote message. Empty Re: Adding a image to the quote message. Wed Nov 03, 2010 9:41 am

ankillien

ankillien
Administrator
Administrator
Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum