Thanks for your reply.
When I look in the style sheet I only see this code for the bubble in question:
div.bubble1 div {
background: url(../images/bub1-br.gif) no-repeat bottom right;
margin: 0;
width: 100%;
}
div.bubble1 div div {
background: url(../images/bub1-bl.gif) no-repeat bottom left;
}
div.bubble1 div div div {
background: url(../images/bub1-tr.gif) no-repeat top right;
}
div.bubble1 div div div div {
background: url(../images/bub1-tl.gif) no-repeat top left;
}
div.bubble1 div div div div div {
margin: 0;
padding: 10px 15px 20px;
width: auto;
}
which seems to be the four corners of the bubble. There’s no pointer there and in the image folder I don’t see the pointer either. So, what exactly do I need to change?
Thanks in advance.
Meek.