Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Replacing div with br Re: Replacing div with br

#77035
PennySave
Member

Basicallly, here is the troublesome code it is giving me:

Code:
<?php 
$hello = 'Hello World';
echo $hello;
?>