I want to display captcha image and textbox in one line in razor page.It has <br> tags. is it possible to remove <br> tags using css or how can I resolve this ? (Package CaptchaMvc version 1.5)
login.cshtml -->
@using CaptchaMvc.Interface
@{
ICaptcha captcha = Html.Captcha("Refresh"...