Hello, I am working on a widget that I need to create to allow affiliates to display it on their sites. It needs to highlight some of the points on one of our websites, and I do not know how to reference specific parts of the website, such as the sidebar, or specific pictures and text.
Here is my code so far, I am also not sure what to do on the server side for the AJAX widget.
Thanks so much.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN"> <html> <head> <title>WRNR Deal Of The Day</title> <link rel="stylesheet" type="text/css" href="wrnr_widget.css" /> </head> <body> <div class="header" width="280" height="65"> </div> <div class="wrnr" style="background-color:#000000"> <iframe src="BLANK" allowtransparency="true" bgcolor="black" frameborder="0" scrolling="no" width="260" height="375"></iframe> </div> </body> </html>
wrnr_widget.css
#MyWidget{ margin:2; padding:5; font:Arial; font-size:larger; font-weight:bold; }