javascript - Styling TripAdvisor widget -


i've been asked attach travel advisor widget existing project. problem can't find way of styling it. searching google has proved negative , i've tried various ways change style myself each time i'm getting nowhere.

it seem (by using developer tools) script adding other div tags within below code when it's called , it's these newly added div need style.

any ideas?

<div id="ta_linkingwidgetwar281" class="ta_linkingwidgetwar">   <ul id="7veu3ebbe54" class="ta_links i3ekq4as">     <li id="p1w6bwtqjemy" class="m0qrzat">       write review of <a target="_blank" href="http://www.tripadvisor.co.uk/restaurant_review-g1217951-d2315832-reviews-peking_chinese_takeaway-bradley_stoke_gloucestershire_england.html">peking chinese takeaway</a>     </li>   </ul> </div>  <script src="http://www.jscache.com/wejs?wtype=linkingwidgetwar&amp;uniq=281&amp;locationid=2315832&amp;lang=en_uk&amp;border=true">   </script> 

this easy right?

all have use browser inspector , check current apply styles , edit @ own will...

enter image description here

as example: http://jsbin.com/ivebet/2/edit

all had was:

#cdswidlnkr .widlnkrinner {     margin: 30px  !important;     padding: 14px 16px 12px !important;     background-color: #bada55 !important; } ul li img {     display: none; } 

but, careful, you breaking widget agreement.

2.1 you may not directly or indirectly change, edit, add to, copy or extract content or produce summaries of tripadvisor widgets or content on tripadvisor website. in particular, not display tripadvisor ratings or reviews on website outside of tripadvisor widgets.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -