Code:
	    $items = mysql_query($query);
        if ( ! $items ) die ("Cannot execute $query, contact your Help Desk");
ok, so here is the code that i am using. theres nothing wrong with the code. what i am trying to do is set the color of
Code:
die ("Cannot execute $query, contact your Help Desk");
to a lighter color as it is hardly visible with the background image.

so is there any type of code to change it?? what i have tried to do is;

Code:
	    $items = mysql_query($query);
        if ( ! $items ) die <p class="important">("Cannot execute $query, contact your Help Desk");</p>
p class being pre-defined to a set font and color.

Thanks all!