What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Iframe and HTML help

Iframe and HTML help
Author: Message:
banky
Senior Member
****

Avatar
Fwee

Posts: 546
Reputation: 19
34 / Male / –
Joined: May 2004
O.P. Iframe and HTML help
i was just wondering is it possible to change the color of the background in Iframe ????? heres the current code

code:
<body bgcolor="#000000" text="#FF8040" alink="#0000FF">
<iframe width=350 height=115 frameborder=0 scrolling="NO" src="sitelink"></iframe>
</body>
</html>


all the body bgcolor does is change the background of the page but the iframe is a white bg not black does anyone know how to make it black???

This post was edited on 10-02-2004 at 06:27 AM by WDZ.
10-02-2004 05:56 AM
Profile PM Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: Iframe and HTML help
well, what you should do is, create the page that you are going to put in the iframe, and make that black:


code:

<iframe src=link to page here sheight=115 frameborder=0 scrolling="NO" src="sitelink"></iframe>

10-02-2004 06:57 AM
Profile PM Find Quote Report
banky
Senior Member
****

Avatar
Fwee

Posts: 546
Reputation: 19
34 / Male / –
Joined: May 2004
O.P. RE: Iframe and HTML help
ok thanks now i have another question.

on this page http://thedon.toastednet.org/test2.php i have a lil drop-box to choose diffrent options how do i make them to where when u click them in the Iframe below it changes the pic to a diffrent one for each option:D if thats possible.
10-03-2004 06:03 AM
Profile PM Find Quote Report
Xero_Cool
Junior Member
**


Posts: 67
Reputation: -5
Joined: Oct 2004
RE: Iframe and HTML help
Howdi,

Heres the code i found and re-modified alittle:

quote:
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><form name="mygallery"><p><select
name="picture" size="1" onChange="showimage()">
<option selected value="http://www.mrfart.be/strip/mess/msn.jpg">Picture of me</option>
<option value="http://www.mrfart.be/strip/mess/msn.jpg">Picture of my aunt</option>
<option value="http://www.mrfart.be/strip/mess/msn.jpg">Picture of my brother</option>
</select></p>
</form>
</td>
</tr>
<tr>
<td width="100%"><p align="center"><img src="http://www.mrfart.be/strip/mess/msn.jpg" name="pictures" width="99"
height="100"></td>
</tr>
</table>

<script language="javascript">

/*Created by Xero_Cool
http://www.xerocool.zsxonline.com
Drop Down Box with pics.
*/

function showimage()
{
if (!document.images)
return
document.images.pictures.src=
document.mygallery.picture.options[document.mygallery.picture.selectedIndex].value
}
//-->
</script>



Change all of that to any image you like...Also:

quote:
<td width="100%"><p align="center"><img src="http://www.mrfart.be/strip/mess/msn.jpg" name="pictures" width="99"
height="100"></td>

Looks like that is the first pic that shows up so you will have to re-modify that too. Have fun!

Xero_Cool


Regards,
XeroCool

Acting dumb to you? My bad.

GameConnect++
Mess with MSN Messenger

10-03-2004 06:12 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On