Re: [Gambas-user] webpage editor
Brought to you by:
gambas
From: Benoît M. <g4...@gm...> - 2019-10-08 09:09:17
|
Le 08/10/2019 à 10:56, Mayost Sharon a écrit : > Hello > Thank you > > I guess because I'm translating through Google into English so I'm not well understood, I'm sorry. > > I'm not talking about the bold text > > I'm talking about, adding space character, and it spoils the HTML code > > For example: > <% > Dim sEnv As String > %> > <html> > </html> > > But if I lower the% at the end > For example: > <% > Dim sEnv As String >> > < html > > < / html > > > Look, this adds a space character > Of course, this is not HTML anymore, but Gambas code. But why do you want to remove the "%" in the first place, and then move the cursor to another line? -- Benoît Minisini |