RadiantThunder
New Member
Trying to set a page break in the page I'm working on but in the print preview I'm still seeing things on the page that aren't supposed to be there. Can't figure out why this isn't working.In my css style:\[code\].applicant-break hr {page-break-after:always;}\[/code\]In my ASP.NET code...partial view of code the start tags are there:\[code\]<b>Resume</b><br /><asp:Literal runat="server" ID="litResume"></asp:Literal><br /><br /> <hr class="applicant-break" /></ItemTemplate></asp:Repeater> </aspanel>\[/code\]Any help would be appreciated.