Menu

Word WRAP is not proper

2007-12-13
2012-11-14
  • Nobody/Anonymous

    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'")."&nbsp;"      
    ."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'")."&nbsp;"      
            ."Previous"."</a>";

    Thanks

     
    • Nobody/Anonymous

      I posted the message with the spaces but it removed all the spaces
      hope you will understand my problem thanks