Title: Adding Dynamic Content From External Website.
Last modified: August 19, 2016

---

# Adding Dynamic Content From External Website.

 *  [SWC76801](https://wordpress.org/support/users/swc76801/)
 * (@swc76801)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-dynamic-content-from-external-website/)
 * My blog’s address is [http://www.LittleIndianConstruction.com](http://www.LittleIndianConstruction.com).
 * I want to have a section in my sidebar where I will display dynamic data from
   another website ([http://www.bcwid.org/mobile/](http://www.bcwid.org/mobile/)).
   The data is the water level of a Texas Lake.
 * I have used an iFrame to successfully display the information, but it looks terrible.
   Is it possible to re-format the fonts contained in the iFrame? Or is there better
   way to pull the information.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-dynamic-content-from-external-website/#post-1338928)
 * It should be possible to style the iframe’s contents using CSS such as `iframe
   p` etc.
 *  Thread Starter [SWC76801](https://wordpress.org/support/users/swc76801/)
 * (@swc76801)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-dynamic-content-from-external-website/#post-1338977)
 * Thanks for your suggestion! I’ve spent the last hour searching google for information
   on “iframe p” but haven’t found anything. My CSS skills are poor to non-existent.
   My ignorance appalls me. Can you send me to a good tutorial or help explain what
   I need to do so even a dummy like me can understand?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-dynamic-content-from-external-website/#post-1338980)
 * It’s just simple basic CSS. If you don’t know much about CSS a good place to 
   start is:
 * [CSS Tutorials](http://www.w3schools.com/css/)
    [Learning CSS](http://www.w3.org/Style/CSS/learning)
 *  Thread Starter [SWC76801](https://wordpress.org/support/users/swc76801/)
 * (@swc76801)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-dynamic-content-from-external-website/#post-1339089)
 * I’ve spent the last several hours reading through both of the tutorials trying
   to find the answer. My ignorance is keeping me from even finding the correct 
   topic, much less being able to figure out how to resolve the problem. Sorry that
   I’m such a dumbass.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-dynamic-content-from-external-website/#post-1339134)
 * Try adding:
 *     ```
       .sidebar .textwidget iframe p {
       	color:#333;
       	font-size:11px;
       }
       ```
   
 * to the bottom of your stylesheet.
 *  Thread Starter [SWC76801](https://wordpress.org/support/users/swc76801/)
 * (@swc76801)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-dynamic-content-from-external-website/#post-1339220)
 * I’ve added the css to the stylesheet but it doesn’t seem to have changed anything.
   I’ve tried changing the setting for “font-size” to a ridiculously high value 
   like “72” and still can’t see any changes.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Adding Dynamic Content From External Website.’ is closed to new replies.

## Tags

 * [dynamic data](https://wordpress.org/support/topic-tag/dynamic-data/)
 * [external website](https://wordpress.org/support/topic-tag/external-website/)
 * [iframe](https://wordpress.org/support/topic-tag/iframe/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 2 participants
 * Last reply from: [SWC76801](https://wordpress.org/support/users/swc76801/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/adding-dynamic-content-from-external-website/#post-1339220)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
