Hi

I actually got mine to work - trial and error again - but thank you for your comments and code.

Here is the code I am using:

<?php
if ($products_measurements != '') {
?>
<div id="productmeasurements" class="productGeneral"><strong>Measurements (in cm): </strong><?php echo $products_measurements; ?></div>
<?php
}
?>

<?php
if ($products_materials != '') {
?>
<div id="productmaterials" class="productGeneral"><strong>Materials: </strong><?php echo $products_materials; ?></div>
<?php
}
?>

<?php
if ($products_maintenance != '') {
?>
<div id="productmaintenance" class="productGeneral"><strong>Maintenance: </strong><?php echo $products_maintenance; ?></div>
<?php
}
?>

Now what I am wondering is whether I could put the data from the Measurements into a table ... so it looks like this:

http://www.gardenfurniturescotland.c...mentstable.jpg

Hope someone can help me .... you are all brilliant!

Gillian