HTML
-
I admit I don’t know HTML but I got the code from a website, added new post clicked on the HTML button and it does’nt work. You can see jibberesh. I’ve searced and searched this site for a solution and nothing works. Help Please. This is the code;
Robert
<style>
.GovTrackEmbed { font-size: 85%; color: black; border: px solid ; background-color: white; padding: 0px; width: 350px; height: auto; overflow: auto }
.GovTrackEmbedTable { font-size: 85%; color: black }
.GovTrackEmbedTitle { font-weight: bold; color: blue; }
.GovTrackEmbedTitle a { font-weight: bold; color: blue; }
.GovTrackEmbedFooter { font-size: 90% }
.GovTrackEmbedDate { font-size: 90%; }
.GovTrackEmbed a { text-decoration: none }
</style>
<script src=”http://www.govtrack.us/embed/billtext.xpd?bill=h111-2159&version=ih&nid=t0:ih:15″ type=”text/javascript”></script>The blog I need help with is: (visible only to logged in users)
-
I’m not sure exactly what you are trying to do, (to display code in these forums place it between backticks: the little mark on the same key as the tilde ~ next to the 1 ! key as backtick all your code backtick)
But I can see enough to know you are trying to use forbidden code. We can’t use javascript on WordPress.com. It will be stripped out. -
-
-
-
If your problem has been resolved all the better. If not, this is not the best time to start scripting. Normal posting will in essence hold your hand and auto-format by implementing tags for you. If you want to go a step further, HTML provides clicks for the tags you desire. When posting jpgs…, one must simply insert width and height numbers as necessary, otherwise front and closing tags are auto inserted. If that is what turns you on, once you post correctly, try going into edit on the previous post and cut and paste on new posts until it sinks in to the point where you can take the reins.
-
@burstupdates
What are you talking about?
At WordPress.com we can not directly embed codes which contain javascript.
See my link above. -
‘What are you talking about?’
Good question.Whoever you may be, I at one time designed and scripted sites, even did some programming. Since I have not yet been here for a few months, maybe you can tell us if the site incorporates jscript to create security passwords.
-
“I ’M nobody! Who are you?”
You did not read my link!
“WordPress.com is a type of shared environment, where all users are running off of the same software. … If you wrote some code or pasted it in from another web site and then it disappeared after publishing the post, the code is likely being stripped out. … If you are familiar with HTML, you’ll notice that codes such as embed, frame, iframe, form, input, object, textarea and others … are not allowed on WordPress.com for security reasons. … Users are not allowed to post JavaScript on WordPress.com blogs. … Flash and all other embeds are not allowed …
—summary from http://en.support.wordpress.com/code/
-
More interesting reading:
A shortcode is a WordPress-specific code that lets you do nifty things with very little effort. Shortcodes can embed files or create objects that would normally require lots of complicated, ugly code in just one line. Shortcode = shortcut.
—http://en.support.wordpress.com/shortcodes/
- The topic ‘HTML’ is closed to new replies.