I have this php output
<?=($event ['Field'])?>:
<?=($event['Value'])?>
If i surround it with a div the line seams to break making these two outputs apear on separate lines on the doc.
How would I make the field bold without effecting the positioning of the value?
<?= $event['Value'] ?>works too