Blogger - HTML code not copied

(FW 5.5)
After uploading the page I created with the Blogger actions content I found that when I clicked on the “copy to clipboard” button in the Blogger Posts action settings nothing is copied. I see the alert box telling me that the code has been copied to the clipboard but the clipboard is empty. The paste menu item is grayed out.

Any suggestions?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On occasion you have to click the “Copy to Clipboard” button twice for it to work. Also, wait for the uploading to completely finish.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Okay. It took a while for the code to be moved to the clipboard (a good 30 seconds). The Freeway template displays properly in preview and in Safari.

I went to Blogger, selected all the HTML and pasted in the clipboard contents. I then tried to preview the template but I ended up with the following error (parentheses substituted for carets):

Could not load template preview: Error parsing XML, line 417, column 3: The element type “link” must be terminated by the matching end-tag “(/link)”

I couldn’t find what this is referring to in the code. The only instances of “link” are up near the header. I’m curious about how this error came to be.

Here’s a link to the HTML: http://ohair.com/_blogger_error_code_text.txt


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I went to Blogger, selected all the HTML and pasted in the clipboard contents. I then tried to preview the template but I ended up with the following error (parentheses substituted for carets):

Could not load template preview: Error parsing XML, line 417, column 3: The element type “link” must be terminated by the matching end-tag “(/link)”

I tried finding any link tags (they were listed in a group of booleans) and dropping in /link tags. When I tried to preview it then, I received a similar message but this time it told me that the /head tag was missing (it isn’t).

I have no idea why this is happening or what to do next. Should I change the page from XHTML strict to transitional?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Here’s your issue:

<...Oxygen:300,400' rel='stylesheet' type='text/css'>

You need to add a / (forward slash) before the closing >:

<...Oxygen:300,400' rel='stylesheet' type='text/css'/>

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Caleb. You truly are a steely-eyed warrior.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Caleb. You truly are a steely-eyed warrior.

I don’t waste time with superfluous words. :slight_smile:

Trust me, I’ve fought that exact error before. It’s just that the code that Google Web Fonts supplies is valid HTML, not XHTML.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hello good day like this? I am writing to see if I can help with a problem I have with a code to insert into blogger I am new to the codes and the system …
Download the template and all well but when the load on blogger download I get this error 3 specimens from the same page where you download the link below I leave and I get the same error.
Failed to load the preview of the template: Error parsing XML, line 53, column 3 “link” element type must be resolved by the matching end-tag “</ link>”
What does that mean? What I have to do?
thanks in advance
this is the link of the template in which you can see the code file :confused: / / C :confused: Users / PERSONAL / AppData / Local / Temp / Rar $ EXa0.275/web/index.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Romer,

I probably know what the problem is. Could you paste the template code from the Blogger action onto https://gist.github.com and share the link of the gist? The link you gave us will only work from your own computer, as we don’t have access to your computer’s file system.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options