| Source Formatting [message #781540] |
Sat, 21 January 2012 10:36  |
Jose Hernandez Messages: 1 Registered: January 2012 |
Junior Member |
|
|
Currently if I have an embedded php tag in html and source format the page, it moves the embedded tag if the tag is a h1,h2, etc.. LI seems find.
Not sure where to go to stop this from happening.
<h1><?php echo "test"; ?></h1>
becomes
<h1>
<?php echo "test";?>
<h1>
if I hit format again it will add another line:
<h1>
<?php echo "test";?>
<h1>
Thanks.
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.10690 seconds