jayeshj
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posting HTML code in WordPressHi HandySolo,
Yes you got me exactly.
I am trying out the plugin now. Will get back if any further help is required.
Thank you a lot all your guidance.
ladydelaluna, thank you for the update.
Forum: Fixing WordPress
In reply to: Posting HTML code in WordPressHi HandySolo,
Sorry for putting that.
I just want to put a blog post which has the above html code.
But when I create a post like that I am getting a blank page. So I was adviced by Karrde to put the code with a
block. I tried the same and it didn’t work. So for explaining the same I had put the above code.Hope to get your valuable guidance.
Forum: Fixing WordPress
In reply to: Posting HTML code in WordPressHi Karrde,
I have posted the below data in to the blog.
<html><head>
<title>abcd.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<script language="JavaScript">
document.write("<frameset rows=* frameborder=NO border=0 framespacing=0 cols=*>");
document.write("<frame name=main src=http://www.yahoo.com"+document.location.search+">");
document.write("</frameset>");
document.write("<noframes>");
document.write("< body bgcolor=#FFFFFF text=#000000>");
document.write("</body></noframes>");
</script>
</html>
And the output I got again is a blank page. What am I doing wrong here.
Forum: Fixing WordPress
In reply to: Posting HTML code in WordPressHi Karrde,
Thank you for the guidance.
It was really helpful. Thank you once again.