I am one of the User of Notepad++ when there are long line in any file we use word wrap functionality for e.g. following lines with word wrap
$previous_link = "<a href=\"$previous_URL\" class=\"listViewPaginationLinkS1\">" .get_image($image_path."previous","alt='"."Previous"."' border='0'align='absmiddle'")." " ."Previous"."</a>";
As you see it is when it is wrapped it is showing in the next line but it starts from 1st column which start from column in the above line sothat the view doesn't distorted . like this
Thanks
I posted the message with the spaces but it removed all the spaces hope you will understand my problem thanks
I am one of the User of Notepad++
when there are long line in any file we use word wrap functionality
for e.g. following lines with word wrap
$previous_link = "<a href=\"$previous_URL\" class=\"listViewPaginationLinkS1\">" .get_image($image_path."previous","alt='"."Previous"."' border='0'align='absmiddle'")." "
."Previous"."</a>";
As you see it is when it is wrapped it is showing in the next line but it starts from 1st column which start from column in the above line
sothat the view doesn't distorted . like this
$previous_link = "<a href=\"$previous_URL\" class=\"listViewPaginationLinkS1\">"
.get_image($image_path."previous","alt='"."Previous"."' border='0'align='absmiddle'")." "
."Previous"."</a>";
Thanks
I posted the message with the spaces but it removed all the spaces
hope you will understand my problem thanks