Hello Stuart!<br><br>If you are using a theme that uses the PHPTemplate engine find the file: node.tpl.php and copy it. <br>(If you are using a theme that comes with the standard Drupal install such as Garland/Minelli, Pushbutton or Bluemarine --but NOT Chamelion or Marvin-- then you can override the theming for an individual node fairly easily.<br>

<br>Find the node.tpl.php file inside the theme folder (themes/themename for a core theme or sites/all/themes/themename for a contributed theme).<br><br>Copy the node.tpl.php file and rename it: node-1.tpl.php where &quot;1&quot; = the node id. (so if your welcome node as at <a href="http://example.com/node/4" target="_blank">example.com/node/4</a> you would rename the node.tpl.php file: node-4.tpl.php.<br>
<br>Remove the link from the code now in your new node.tpl file.<br><br>In addition. You also need to add a function to your template.php file for the same theme. Copy and paste that function from here:<br><a href="http://drupal.org/node/136647">http://drupal.org/node/136647</a><br>
<br>Another totally differernt approach would be to put that welcome in a block, as long your theme had a region that you think the welcome would look good in.<br><br>Good luck,<br><br>Shai<br><a href="http://content2zero.com">content2zero</a><br>

<br><br><br><div class="gmail_quote">On Tue, May 13, 2008 at 2:19 PM, Stuart Lawler &lt;<a href="mailto:stuart.lawler@visionline.ie" target="_blank">stuart.lawler@visionline.ie</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi,<br>
<br>
I&#39;m currently developing a website and I created a static page called<br>
&#39;Welcome&#39; and promoted it to the front page.<br>
<br>
However, this is appearing as both a Heading Level 2 and a link, I only want<br>
it though, to be a heading level 2, as there is no point in having it as a<br>
link as well, if it already exists on the front page.<br>
<br>
Is there away I can remove the link attribute?<br>
<br>
Regards,<br>
<br>
Stuart.<br>
<font color="#888888"><br>
<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></blockquote></div><br>