Posts: 725
Name: Matt
Location: England, north west
|
Here's part of a design I made:
Notice how the blue background of the paragraph is jagged at on the right edges.
I thought I'd be able to acheive this using something like:
Code:
p {
display:inline;
}
Aswell as setting the background and other styles etc. But unfortunately it doesn't work! I tried floating it too but no luck.
Is it possible to do this with CSS? I was sure I'd managed it one point in the past.
Last edited by pealo86; 03-09-2010 at 12:52 PM..
|