musher
09-01-2006, 02:39 AM
is there a way to a line feed in a line like this (I'm trying to put a line feeds inbetween the two div closes and dive spacer)
print ($i % 2) ? ' </div> </div><div class="spacer"> </div>' : ' </div>';echo"\r\n";
normal I would code something like this makes it a bit easer when looking at source to debug.
echo ' <div class="general_section">'."\n";
echo ' <h5>Module Maintenance Sections</h5>'."\n";
print ($i % 2) ? ' </div> </div><div class="spacer"> </div>' : ' </div>';echo"\r\n";
normal I would code something like this makes it a bit easer when looking at source to debug.
echo ' <div class="general_section">'."\n";
echo ' <h5>Module Maintenance Sections</h5>'."\n";