Community Central
Community Central
mNo edit summary
No edit summary
 
Line 28: Line 28:
 
</nowiki></pre>
 
</nowiki></pre>
 
:Just pop it on your main page? If you need it on ''every'' pageview, then you need some javascript insertion (let us know here). --[[w:User:Splarka|Splarka]] <small>([[w:User_talk:Splarka|talk]])</small> &lt;[[w:Wikia_Staff|Staff]]&gt; 07:54, 9 August 2007 (UTC)
 
:Just pop it on your main page? If you need it on ''every'' pageview, then you need some javascript insertion (let us know here). --[[w:User:Splarka|Splarka]] <small>([[w:User_talk:Splarka|talk]])</small> &lt;[[w:Wikia_Staff|Staff]]&gt; 07:54, 9 August 2007 (UTC)
  +
  +
::Thanks again Splarka. They only needed it on front page [[User:Dr Joe Kiff|Dr Joe Kiff]] 22:10, 10 August 2007 (UTC)

Latest revision as of 22:10, 10 August 2007

Forums: Index Help desk Another coding problem - request help
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 6095 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.

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)