Quantcast Forum:Another coding problem - request help - Wikis from Wikia - Join the best wiki communities
Recent changes Random page
GAMING
more wikis
 
Gaming
Entertainment
Hobbies
Sports
Biggest wikis
see all...
See more...

Forum:Another coding problem - request help

Wikia - creating communities

Jump to: navigation, search
Forums: Index Help desk Another coding problem - request help

The Psychology Wiki has recently been awarded the seal of approval by an internet health organization and to maintain our status they require us to display some text. The code for this in in HTML and does not display tidily. Could someone with the skills help improve it. The snippet is:

<table cellspacing="2" cellpadding="2" border="0"> <tr>
<td>
<a href="http://www.hon.ch/HONcode/Conduct.html?HONConduct248816" onclick="window.open(this.href); return false;" > <img src="http://www.hon.ch/HONcode/Seal/HONConduct248816.jpg" width="49" height="72" style="border:0px" title="This website is accredited by Health On the Net Foundation. Click to verify." alt="This website is accredited by Health On the Net Foundation. Click to verify.">
</a>
</td> <td align="left" style="width:160px;font-size: 14px;" >We comply with the <a href="http://www.hon.ch/HONcode/Conduct.html" onclick="window.open(this.href); return false;"> HONcode standard for trustworthy health</a>
<br />information:<br /> <a href="http://www.hon.ch/HONcode/Conduct.html?HONConduct248816" onclick="window.open(this.href); return false;">verify here</a>. </td> </tr> </table>
Any help would be appreciatedDr Joe Kiff 22:51, 8 August 2007 (UTC)
Here it is in wikicode (the javascript above can't be put in, except by more site-wide javascript, nasty business):
{| cellspacing="2" cellpadding="2" border="0" class="plainlinks"
|-
|| <span title="This website is accredited by Health On the Net Foundation. Click to verify." alt="This website is accredited by Health On the Net Foundation. Click to verify.">[http://www.hon.ch/HONcode/Conduct.html?HONConduct248816 http://www.hon.ch/HONcode/Seal/HONConduct248816.jpg]</span>
| align="left" style="width:160px;font-size: 14px;" | We comply with the [http://www.hon.ch/HONcode/Conduct.html HONcode standard for trustworthy health] <br />information:<br /> [http://www.hon.ch/HONcode/Conduct.html?HONConduct248816 verify here]
|}
Just pop it on your main page? If you need it on every pageview, then you need some javascript insertion (let us know here). --Splarka (talk) <Staff> 07:54, 9 August 2007 (UTC)
Thanks again Splarka. They only needed it on front page Dr Joe Kiff 22:10, 10 August 2007 (UTC)