sunny
11-19-2005, 07:30 AM
hi ,just see the code
<html>
<head><title>MUTUAL FUNDS</title>
</head>
<body>
<table><td BGCOLOR=RED>HDFC CAPITAL BUILDER--DIVIDEND</TD></TABLE>
<IFRAME SRC="http://messageboard.moneycontrol.com/mf/mfinfo/snap.php?im_desc=HDFC%20Capital%20Builder%20(D)&ff_desc=HDFC%20Asset%20Management%20Co.%20Ltd.&im_id=MZU018&im_ffid=HD" width="100%" height="50%">
<BR><BR>
<HR>
<table><td BGCOLOR=RED>HDFC CAPITAL BUILDER--GROWTH</TD></TABLE>
<iframe src="http://messageboard.moneycontrol.com/mf/mfinfo/snap.php?im_desc=HDFC%20Capital%20Builder%20(G)&ff_desc=HDFC%20Asset%20Management%20Co.%20Ltd.&im_id=MZU016&im_ffid=HD" WIDTH="100%" HEIGHT="50%">
<br><br>
<table><td BGCOLOR=RED>UTI MASTER SHARE--DIVIDEND</TD></TABLE>
<iframe src="http://messageboard.moneycontrol.com/mf/mfinfo/snap.php?im_desc=UTI%20Mastershare%20(D)&ff_desc=UTI%20Asset%20Mgmt%20Company%20Pvt.%20Ltd.&im_id=MUT094&im_ffid=UT" WIDTH="100%" HEIGHT="50%">
<BR><BR>
<table><td BGCOLOR=RED>TATA DIVIDEND YEILD FUND--DIVIDEND</TD></TABLE>
<iframe src="http://messageboard.moneycontrol.com/mf/mfinfo/snap.php?im_desc=Tata%20Dividend%20Yield%20Fund%20(D)&ff_desc=Tata%20Asset%20Management%20Limited&im_id=MTA130&im_ffid=TA" WIDTH="100%" HEIGHT="50%">
<BR><BR>
<TABLE><TD BGCOLOR=RED>TATA DIVIDEND YEILD FND--GROWTH</TD><TABLE>
<IFRAME SRC="http://messageboard.moneycontrol.com/mf/mfinfo/snap.php?im_desc=Tata%20Dividend%20Yield%20Fund%20(G)&ff_desc=Tata%20Asset%20Management%20Limited&im_id=MTA129&im_ffid=TA" WIDTH="100%" HEIGHT="50%">
</body></html>
my problem is that i want a heading<td> before every iframe .but in my explorer it's showing only the first one.Also do tell me why my <br> tags ignored.I am very new with iframes.thanks.
<html>
<head><title>MUTUAL FUNDS</title>
</head>
<body>
<table><td BGCOLOR=RED>HDFC CAPITAL BUILDER--DIVIDEND</TD></TABLE>
<IFRAME SRC="http://messageboard.moneycontrol.com/mf/mfinfo/snap.php?im_desc=HDFC%20Capital%20Builder%20(D)&ff_desc=HDFC%20Asset%20Management%20Co.%20Ltd.&im_id=MZU018&im_ffid=HD" width="100%" height="50%">
<BR><BR>
<HR>
<table><td BGCOLOR=RED>HDFC CAPITAL BUILDER--GROWTH</TD></TABLE>
<iframe src="http://messageboard.moneycontrol.com/mf/mfinfo/snap.php?im_desc=HDFC%20Capital%20Builder%20(G)&ff_desc=HDFC%20Asset%20Management%20Co.%20Ltd.&im_id=MZU016&im_ffid=HD" WIDTH="100%" HEIGHT="50%">
<br><br>
<table><td BGCOLOR=RED>UTI MASTER SHARE--DIVIDEND</TD></TABLE>
<iframe src="http://messageboard.moneycontrol.com/mf/mfinfo/snap.php?im_desc=UTI%20Mastershare%20(D)&ff_desc=UTI%20Asset%20Mgmt%20Company%20Pvt.%20Ltd.&im_id=MUT094&im_ffid=UT" WIDTH="100%" HEIGHT="50%">
<BR><BR>
<table><td BGCOLOR=RED>TATA DIVIDEND YEILD FUND--DIVIDEND</TD></TABLE>
<iframe src="http://messageboard.moneycontrol.com/mf/mfinfo/snap.php?im_desc=Tata%20Dividend%20Yield%20Fund%20(D)&ff_desc=Tata%20Asset%20Management%20Limited&im_id=MTA130&im_ffid=TA" WIDTH="100%" HEIGHT="50%">
<BR><BR>
<TABLE><TD BGCOLOR=RED>TATA DIVIDEND YEILD FND--GROWTH</TD><TABLE>
<IFRAME SRC="http://messageboard.moneycontrol.com/mf/mfinfo/snap.php?im_desc=Tata%20Dividend%20Yield%20Fund%20(G)&ff_desc=Tata%20Asset%20Management%20Limited&im_id=MTA129&im_ffid=TA" WIDTH="100%" HEIGHT="50%">
</body></html>
my problem is that i want a heading<td> before every iframe .but in my explorer it's showing only the first one.Also do tell me why my <br> tags ignored.I am very new with iframes.thanks.