I know how to add the style and how to use Firebug but I’m looking for it to add the border after submit to show users they is fields that need filling in.
More like an error style…
@rajasekharan I’m getting this error,
WordPress database error: [Access denied for user ‘web106-a-wor-150’@’%’ to database ‘web106-a-wor-150’]
CREATE TEMPORARY TABLE IF NOT EXISTS wp_wpr_subscribers_1 as SELECT a.nid nid, a.id id, a.name name, a.email email, a.date date, a.active active, a.confirmed confirmed, a.fid fid, a.hash hash FROM wp_wpr_subscribers a WHERE a.nid=1;
WordPress database error: [Table ‘web106-a-wor-150.wp_wpr_subscribers_1’ doesn’t exist]
select * from wp_wpr_subscribers_1 where id=3;
how would i go aroud fixing this ?
WPCSPHIL:
I think I know what you mean, you would like a default option like ‘Select Feature’, You have to use the * before the name
like ‘*Select Feature’.
Hope this helps.