Does the word cloud work with tag?

12 years ago

I tried to put the word cloud with a table that's already running on my website but can't get them both to work at the same time. Could you check my codes to see what wrong? Thanks!

<html>
<body>

<table cellspacing="10">
<tr>
<td><!-- ProQuest Search Widget
This Search Widget was developed by ProQuest for use with ProQuest databases.
Access to ProQuest databases is limited to authenticated users only.
To create a ProQuest Search Widget visit: http://widgets.proquest.com . -->
<form name="searchform" target="_blank" action="http://elibrary.bigchalk.com/libweb/curriculum/do/search"&sourcetype1=checked&sourcetype2=checked&sourcetype3=checked&sourcetype4=checked&sourcetype9=checked&sourcetype5=checked&sourcetype7=checked&sourcetype6=checked&&clear=no&set=search&lastset=search&edition=&doasearch=true&&form=search&searchtype=natural&resource1=on&resource2=on&&submitButton=search&datetype=all&&sourcetype10=checked&sourcetype8=checked">
<div id="elibrary_widget_container" style="font:normal 11px Tahoma,Geneva,Arial,Helvetica,verdana,sans-serif;color:#484848;line-height:5px;">
<div id="elibrary_top" style="background:url(http://www.proquestk12.com/widgets/images/table_top_small.jpg) no-repeat;width:180px;height:35px;"></div></div>
<div id="elibrary_middle" style="background:url(http://www.proquestk12.com/widgets/images/table_middle_small.jpg) repeat-y; height:50px;">
<input type="text" name="keyword" id="eLibrarySearchInput" style="width:150px;border:1px solid #A5ACB2;padding:1px; margin:9px 0 0 12px;"/>
<input type="submit" value="Search" style="width:57px;height:21px;margin:15px 0 0 105px;background:url(http://www.proquestk12.com/widgets/images/button_bg.gif) no-repeat;border:0;"/></div></form>
<div id="elibrary_bottom"style="background:url(http://www.proquestk12.com/widgets/images/table_bottom_widget.jpg) no-repeat;width:180px;height:13px;"></div></div>
<!-- /ProQuest Search Widget -->
</td>
<td><a href="
http://www.tumblebooks.com/library/auto_login.asp?U=tiseagles&P=books "><img src="http://server.myspace-shack.com/d20/anim2238x60.gif" border="0" alt="Image Hosted At MyspaceGens"></td>
<td><img src="http://www.arbookfind.com/images/linktome_USRLEN.gif" border="0" alt="AR BookFinder" title="AR BookFinder">
</td>
<td><img src="http://support.renlearn.com/techkb/download/GoToHC.jpg"/></td>
<td> <img style="border:none;float:left;margin-right:10px;" src="http://widgets.jstor.org/wsearch/jstor_logo_small.gif"> <div style="float:left;width:400px;margin-top:10px;"> <!--"Your use of the JSTOR Search Widget indicates your acceptance of JSTOR's Terms and Conditions of Use available at http://www.jstor.org/page/info/about/policies/terms.jsp. In particular, please be aware of Sections 3.3 and 5.3 of our Terms and Conditions of Use as these pertain to Access Software."--> <label for="basicSearchBox" style="font-size:8pt; font-weight:bold; color:#444444; font-family:'lucida grande',tahoma,verdana,arial,sans-serif;">Search Articles in JSTOR</label> <form id="basicSearch" name="basicSearch" action="http://widgets.jstor.org/wsearch/searchredirect" method="get" target="_blank"> <input name="searchTerms" id="basicSearchBox" type="text" value="" maxlength="200"> <input type="submit" value="Search" style="background-color:#E5E3CB; border-color:#CAC594; border-style:solid; border-width:0pt 1px 1px 0pt; color:#71672D; font-size:.85em; margin:3px 2px; padding:0.0em; text-decoration:none;"/> <!-- --> <input type="hidden" name="proxyinfo" value=""/> <!--count specifies the number of results per page--> <input type="hidden" name="count" value="25"/> <!--sorigin “jstor.org” )--> <input type="hidden" name="sorigin" value="TIS"/> </form> </td>

</tr>

</table>

<object
width="600"
height="600"
type="application/x-shockwave-flash"
data="http://tagul.com/cdn/tagul.swf">
<param name="movie" value="http://tagul.com/cdn/tagul.swf"/>
<param name="flashvars" value="id=http://tagul.com/cdn/clouds/38558@1"/>
<param name="allowscriptaccess" value="always"/>
<param name="swfversion" value="10"/>
<param name="expressinstall" value="http://cdn.tagul.com/expressInstall.swf"/>
<param name="wmode" value="transparent"/>
<!--Embed svg if no flash installed-->
<object data="http://tagul.com/cdn/clouds/38558@1" type="image/svg+xml" width="600" height="600">
<p>
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</p>
</object>
</object>

</body>
</html>

12 years ago

Hi, could you please try this code:

<object

            width="600"

            height="600"

            type="application/x-shockwave-flash"

            data="http://cdn.tagul.com/tagul.swf">

               <param name="movie" value="http://cdn.tagul.com/tagul.swf"/>

               <param name="flashvars" value="id=http://cdn.tagul.com/clouds/38558@1"/>

               <param name="allowscriptaccess" value="always"/>

               <param name="swfversion" value="10"/>

               <param name="expressinstall" value="http://cdn.tagul.com/expressInstall.swf"/>

               <param name="wmode" value="transparent"/>

               <!--Embed svg if no flash installed-->

               <object data="http://tagul.com/cdn/clouds/38558@1" type="image/svg+xml" width="600" height="600">

                  <p><a href="http://www.adobe.com/go/getflashplayer">

                     <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />

                  </a></p>

               </object>

         </object>

If it still doesn't work for you please give the url on your site where your cloud is placed so I could see what is wrong.

12 years ago

It works! Thanks a lot!

Reply

Sign up or Login to post a reply.