Forum Moderators: open

Message Too Old, No Replies

iframe to show weather dissapears rest of content

alternatives to iframe

         

silverbytes

3:53 pm on Oct 30, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm trying to show one of those city weather's info in my site but though weather appears, the rest of content disappears on same div....

Here's code


<iframe src="http://www.example.com" name="bla" width="120" marginwidth="0" height="125" marginheight="0" scrolling="No" frameborder="0" />

Is there any alternatives to show weather without using iframe? Or any css I must put to let it live with rest of content in div?

encyclo

4:01 pm on Oct 30, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



An iframe takes a closing tag, not a trailing slash:

<iframe src="http://www.example.com" name="bla" width="120" marginwidth="0" height="125" marginheight="0" scrolling="No" frameborder="0">[b][i]alternative content goes here[/i]</iframe>[/b]

silverbytes

4:03 pm on Oct 30, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks encyclo that was fast and brilliant!