Problem with InvestorWord code on my Blog
-
I want an investor word glossary to appear on my blog but the code they gave me has not produced the desired results. The code they gave me is as follows, and it requires some tweaking, which I have done but to no avail.
<Frameset rows=”100,*” border=no frameborder=0 framespacing=0>
<– HELP: The value “100” above is the size, in pixels, of your
frame. If you want to increase or decrease the size of your frame,
adjust this number–> <Frame Name=”YOUR NAME HERE”
src=”http://www.yourpagename.com” scrolling=no Marginwidth=0
Marginheight=0> <!– HELP: The line of code above sets the
content of your frame. The value for “YOUR NAME HERE” is a simple title
for that frame. You probably want to call it “COMPANY Frame” or
something like that. More important is the value of
src=”http://www.yourpagename.com”. This is where you set what is being
put into your frame. You most likely will want to create a new HTML
page to place here. This page should contain what you want to appear to
users as they use the glossary. It may be your logo, links to other
parts of your site, or an advertisement. Make sure that this new page
is not larger than the parameters you set for the frame rows above (in
this code, 100 pixels). You will want to put the URL of this new page
into the src=”” area. Note: If you want users to be able to scroll in
your frame, change “scrolling=no” to “scrolling=yes” –> <Frame
name=”InvestorWords” src=”http://www.investorwords.com” scrolling=yes
Marginwidth=1 Marginheight=1> <!– IMPORTANT: This line above
creates our part of the frameset. It fills in whatever space is left on
the page with InvestorWords.com. DO NOT CHANGE THIS CODE. CHANGING THIS
CODE IS A VIOLATION OF THE CO-BRANDING AGREEMENT –>
</Frameset>Is there something I am missing?
Kind Regards
-
Frames (as well as forms, javascript, and flash) are not allowed in wp, for security reasons. No matter what the “tweaking”, this code will get stripped out once you paste it.
- The topic ‘Problem with InvestorWord code on my Blog’ is closed to new replies.