• if ($link->type!="-") $replacement = $replacement.'target="'.$link->type.'"';
    					if ($link->rel!="-") $replacement = $replacement.'rel="'.$link->rel.'"';
    					$replacement =	$replacement.'title="'.$link->anchortext.'" >'.$isFind[0].'</a>';

    This code has problems with validation w3c, how to validate it? 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with validation, change little codes’ is closed to new replies.