Iframes

brianspl

New Member
Messages
3
Reaction score
0
Points
1
Hey everyone fairly new here, I'm getting back into some html coding, and I'm having an issue with iframe's when I preview my page I get this code on he Iframe page itself {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1515;}\viewkind4\uc1\pard\f0\fs20 \pa any thoughts on what it is???? and how to fix it. Thanks
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
That's an RTF document. It's likely you coded your HTML in something like WordPad. That's possible, but you need to save as plain text before changing the extension to HTML.

It would be better all around if you used an editor that understands HTML (and UTF-8, CSS and JavaScript). There are a number of free and low-cost editors to choose from on every platform. Notepad++ isn't a horrible choice, but there are many others with varying capabilities.
 
Top