PDA

View Full Version : how to make text appear in between 3 images like this



vanskills
Sun 20th Apr '08, 2:09pm
hello

in a sample postbit like this



.newclass {
background: url(images/dark_vb/scrollback.gif) no-repeat top left;
url(images/dark_vb/scrollmiddle.gif) repeat top left;
url(images/dark_vb/scrollbottom.gif) no-repeat top left;

color: #080808

}

How do i make the text only appear in the scrollmiddle.gif ?

thanks

peterska2
Tue 22nd Apr '08, 3:08am
You would need to do this by editing the postbit template to split it up and using the different images as seperate classes to be used in the edited postbit to get the layout that you desire.