Question : How Do I remove the header in a links list?

I have a links list web part and it is just how I want it except... How do I remove the column headers? I dont want users to see the column headers.
 
Highlighted column headers I want to remove
327038
 

Answer : How Do I remove the header in a links list?

105881#
I am asking to hide the CEWP in page & simply add the html code to that source code. then it will work fine.
<style>
.ms-viewheadertr{ display:none; }
</style>
Random Solutions  
 
programming4us programming4us