I need to screen scrape a web page and change its style to match the look and feel of the site where it will be displayed in. Is this possible? I’ll be using asp.net to do the screen scraping.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
yes, absolutely. once you scrape the HTML and add it into your DOM, you can write up your CSS to target this HTML.