I wanted to embed a live website to my wordpress page. here is the coed i use for embedding (this is a sample only)
<object data=http://www.cnn.com width=”1050″ height=”500″> <embed src=http://www.cnn.com width=”1050″ height=”500″> </embed></object>
The problem i have is, embedded site width is too small. in my child style sheet i have this code to change the width but is dose int work.
.page_id=87 .one-column #content {
width: 1050px;
}
http://ayyappa.ohm-qld.org/?page_id=87
would appreciate any help
thanks