Fix for Code

  1. <div><img style="float:left; margin-right:10px" src="http://images.websnapr.com/?size=t&key=XXXXXXX&url=<?php print $fields['field_dfevman_url_url']->content; ?>"/> <?php print $fields['ops']->content; ?> <a class="df_linktitle" target="_blank" href="<?php
  2.   print $fields['field_dfevman_url_url']->content;
  3. ?>">
  4.   <?php
  5.   print $fields['title']->content;
  6. ?>
  7.   </a><br />
  8.   <span class="df_url">
  9.   <?php
  10.   $parse = parse_url($fields['field_dfevman_url_url']->content);
  11.   print $parse['host'];
  12. ?>
  13.   </span> - <?php print $fields['field_dfevman_description_value']->content; ?><br />
  14.   <?php print $fields['edit_node']->content; ?> | <?php print $fields['delete_node']->content; ?> | <?php print $fields['view_node']->content; ?> </div>
  15. <br />

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.