What's new

Welcome to the forum 👋, Visitor

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

Wanting to know how to use iframe in image mapper

2hearts1lovedesignz

Junior Member
Joined
Apr 14, 2013
Messages
2
Reaction score
0
HTML Coins
0
II use to see this image map on some sites while back never could find the code to use to make it work on my own site.
what I want to do is make the introduction of the site or small description show up in the frame which is surrounded with elements I have used to decorate it along with the links to home, contact, guestbook etc...
I use paint shop pro 8 to make my image mapper I know how to do the links in the image mapper just don't know how to fix it where the intro will to show up
any help on this is greatly appreciated.
Thanks
Robyn Lewis
 
An iframe is used to display a web page within a web page.
Syntax for adding an iframe: <iframe src=&#8221;URL&#8221;></iframe>
The height and width attributes are used to specify the height and width of the iframe.
The attribute values are specified in pixels by default, but they can also be in percent
<iframe src=&#8221;demo_iframe.htm&#8221; width=&#8221;200&#8221; height=&#8221;200&#8221;></frame>
And you can get more information about iframe from W3Schools.com.
 

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back