How to align html tags in PHP sentence.

Hi. all.

I'm newbie in intelliJ IDEA.

I met the following problem using intelliJ IDEA.

The problem is what PHP's 'echo' and html tag's align is mismatch.

How to align these?

Please click following image or attached file.

mismatchAlign.PNG



Attachment(s):
mismatchAlign.PNG
0
1 comment

PHP plug-in does not align the text in echo tag at all because this would cause modification of the string inside (it would get extra alignment spaces). So it just leaves the string as is. And I don't think there is anything wrong with that.

0

Please sign in to leave a comment.