CODE
#imageleft {
float:left;
padding-right:7px;
padding-bottom:7px;
}
#imageright {
float:right;
padding-right:7px;
padding-bottom:7px;
}
float:left;
padding-right:7px;
padding-bottom:7px;
}
#imageright {
float:right;
padding-right:7px;
padding-bottom:7px;
}
CODE
<img src="Jpeg%27s/costa-blanca-pics/calpe-beach.jpg" width="160" id="imageleft" height="97" alt="Calpe beach" border="0">
With the css code above the picture floats to the left or right. I know this is probably very simple but I have searched and found conflicting answers.
Question: How do I add a title below the picture that floats with it?
Also, does this method have cross brouser problems?
Thanks...









