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 ofCode:$items = mysql_query($query); if ( ! $items ) die ("Cannot execute $query, contact your Help Desk");to a lighter color as it is hardly visible with the background image.Code:die ("Cannot execute $query, contact your Help Desk");
so is there any type of code to change it?? what i have tried to do is;
p class being pre-defined to a set font and color.Code:$items = mysql_query($query); if ( ! $items ) die <p class="important">("Cannot execute $query, contact your Help Desk");</p>
Thanks all!




Reply With Quote