WebSite X5Help Center

 
Vahid B.
Vahid B.
User

Html And Widget Margin  en

Author: Vahid B.
Visited 2956, Followers 2, Shared 15  

I am trying to have a part of a web site displayed into my website ( like to have part of Yahoo on your left top corner of your web site) I can do this with a HTML and Widget function and type this code:

object data=http://www.web-source.net width="600" height="400"> </embed> Embedd a web page within another web page. -object

 And I will have 100% of the web page displayed on mine. My problem is, I don't want the whole website be displayed. I just want part of that website to be displayed so I need to type the right "FRAME" size. The sizes that I can give via the properties option is just for height and width of the frame, but I need a top, left, right margin as well to adjust the frame for the right look( with that I want to remove the Menu panel and information that I don't want to be displayed on my page from the another web page) I can open the read the ready HTML file in dream viewer and edit the HTML code, but I don't know where the frame sizes are and what should I add to the codes. Please Advise

Please note: I'm not talking about the margin settings on my page, I'm asking the margins for the HTML and Widget Object.

Please Advise

Posted on the
3 ANSWERS
Pcssa .
Pcssa .
Moderator

. . . are you shure that your code is HTML 5 valid ?

Read more
Posted on the from Pcssa .
Vahid B.
Vahid B.
User
Author

Sorry, this is the right code :

<object data=http://yahoo.com/ width="783"height="1600"><embed src=http://yahoo.com'  width="780"height="16000"></embed>Embedd a web page within another web page.</object>

Please help

Read more
Posted on the from Vahid B.
Cheeky Man
Cheeky Man
User

Wink

You need an iFrame........ do this:

<center><iframe src ="http://www.yahoo.com" frameborder="0" width="100%" height="1600" scrolling="no">   <p>Your browser does not support iframes.</p> </iframe></center>

www.frankscybercafe.com

Read more
Posted on the from Cheeky Man