Hi all,
Can I use css to format the out put of a variable. The content of the variable produces a list. i.e <li> - </li>
If I have
<?php echo $_POST['course_itinerary']; ?>
can I do something like
<?php echo "\\""class="bookingformrowbg"\"" $_POST['course_itinerary']; ?>
I know the above does not work, but how do you do it.
Many thanks