Search found 1 match

by l0ve2hat3
Mon Mar 31, 2008 11:50 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: cant stop double spaces!
Replies: 1
Views: 2040

cant stop double spaces!

Eveytime I open a file through the open from ftp option it opens the file and displays it double spaced.

this is in WebBuilder 2007 version 8.31

ex.
[code]
<?

line 1

line 2

?>
[/code]


while it should be:

[code]
<?
line 1
line 2
?>
[/code]