I am using perch to install a smiple content on a website for my client. My problem is that the text in the second block (text) is dropped beneath the image. I can't seem to see why this is happening. I have two block of php in a right hand column.
the right hand col. is controled by the following code:
- Code: Select all
#rightcol{
padding-top: 20px;
text-align: left;
width:220px;
margin-right: 5px;
float:right;
position:relative;
background-color:#fff;
}
The first block of php is an image 90 pix x 105 pix the second block of php is the text for the image.
The text is controled by css to display properly in a <div id="txt"> the code for this .txt is:
- Code: Select all
.txt{
padding-left:5px;
font-size:9px;
font-weight:bold;
text-align:left;
height:90px;
vertical-align:middle;
}
Can anyone help me please?
Paul

