We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

HTML / Widget Boxes Error | Forum

Fred
Fred Jan 7 '12
Hey all,

Really strange, but I tried to do a new contact us thing in html as usual, and this is after I did like 10 plugins upgardes; it just does not want to work... It erases like most of the html in those little custom html boxes after pasting...

Any clues what I'm missing here? Can't add any new html... Here's a code I am trying to do:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

<html>
<head>
  <title>Untitled</title>
  <meta name="GENERATOR" content="Evrsoft First Page">
</head>

<body>
  <p><font color="#0033CC" size="4"><strong><em>&nbsp; Follow Us On Facebook&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Look Us Up On
  YouTube&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;Send us an Email</em></strong></font></p>

  <p>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.facebook.com/SandRunChurch"><img style="WIDTH: 167px; HEIGHT: 169px" src="http://www.tricolumbia.org/...er/facebook_icon.png" width=
  "409" height="404"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.youtube.com/user/SandRunChurchChannel/videos"><img style=
  "WIDTH: 198px; HEIGHT: 153px" src="http://auntheather.com/...youtube_logo_red.png" width="517" height=
  "518"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:info@sandrunchurch.org"><img style="WIDTH: 182px; HEIGHT: 142px" src=
  "http://blog.graphicmail.com/ImageArchive/2011/4/email.jpg" width="373" height="393"></a></p>
</body>
</html>
Den Team
Den Jan 10 '12
Hello

Seems this issue caused by duplicate tags <html>, <head> and <body>. These tags are already rendered by oxwall on a page. Try to remove these tags from your custom code.