Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi i have a DNN site and dnn is adding ids on items like
<a id="dnn_ctr446_item_A1" href=" __doPostBack('dnn$ctr446$PartsOrder$A1','')">Click</a>
then when i want to fix that item i add a css class on module.css as
#dnn_ctr446_item_A1 {
}
my question is that a good thing will the id of that item remain that always?