Search found 2 matches

by Negatron
Sun May 09, 2004 2:44 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: The Break Tab
Replies: 3
Views: 5831

<br /> is the 'proper' way to define a line-break. It's to do with the fact that all tags need to be closed under XHTML ( the latest standard ). <br> is technically open, the / just closes it straight away. btw there should be a space between the br and /, as there is the odd browser which doesn't ...
by Negatron
Sun May 09, 2004 2:33 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Tab spaces
Replies: 4
Views: 8032

I must agree, eight spaces is too much. I am getting tired typing 4 spaces every time I need to indent, but if I didn't, some of my PHP code would be off-screen. Of course viewing it in something like Notepad can really mess up the layout. I did have other ideas, which I forgot, but this is the one ...