I have to add a message to show the user that he has made some changes but i do not want it in a seperate box. I have a summary page in which i want to add this info, but i want to make sure that the reader sees it. SO i want the message in a yellow background, and a warning image with it, and no button. I dont want it as a box, i just want it as a plain message without any buttons and i want to add it add the end of my summary-view. Please tell me the html and css code to use for it. Or if there’s any option with which i can make an advanced component thats displayed like this and i can just render that component.
Share
You can use HTML5 validations
for an example:
or
you can use javascript/jquery validations.
if you want to use success,warning and error message you need to use server side languages such as php, java or c#
for the styling you can check this link