[Pro] Code

How in freeway 5.5 pro do I see the html code and edit direct
I’m sure its simple I just have never done this before and I need to add a meta tag in the head for Google to verify site


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

You can’t. FW is not an editor.

Todd

How in freeway 5.5 pro do I see the html code and edit direct


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

How do you edit or insert a meta tag


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

Please don’t cross-post to multiple lists with the same question.

Freeway generates HTML code when you publish, but a Freeway document does not contain or use HTML at all. There’s no “source view” where you can alter the HTML that Freeway will generate per se. What you do have access to are a large number of Markup areas, where you can insert code that will be interpolated into the Freeway-generated layout code.

To learn more about this, have a read through the manual (available free from the Help section of the softpress.com site). Read about the Page / HTML Markup dialog, and the Insert / Markup Item menu commands. Also look at the Item / Extended and Page / Extended dialogs, which offer further refinements in terms of getting code into the “nooks and crannies” between tags.

And if you post an example page, and ask a specific question related to that page about how to get a bit of code into a particular place, any number of us can help you out with that.

Walter

On Oct 21, 2013, at 12:57 PM, wjamer wrote:

How in freeway 5.5 pro do I see the html code and edit direct
I’m sure its simple I just have never done this before and I need to add a meta tag in the head for Google to verify site


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


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

Page / Meta Tags opens an editor where you can add or edit these.

Walter

On Oct 21, 2013, at 1:02 PM, wjamer wrote:

How do you edit or insert a meta tag


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


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

I tried this but Google did not find tag has to be in head section. Page is: http://icare4.org


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

Please check that URL – it redirects here to Webmail: access your OVH emails on ovhcloud.com | OVHcloud

Walter

On Oct 21, 2013, at 1:13 PM, wjamer wrote:

I tried this but Google did not find tag has to be in head section. Page is: http://icare4.org


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


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

sorry page is http://i-care4.org


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

Okay. This is easy to fix. In the page, you have the following code (literally):

<meta name="Google SIte Verification" content="google-site-verification: google86b6eb6958be80d6.html"> 

You need to change the Name value in the Meta Tag editor to be exactly google-site-verification and the Value field to be exactly google86b6eb6958be80d6.html.

Once you’ve done that and re-published, it should work.

Walter

On Oct 21, 2013, at 1:21 PM, wjamer wrote:

sorry page is http://i-care4.org


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


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

You appear to have added the site verification code as a text element in the body of your page.

	<table border=0 cellspacing=0 cellpadding=0 width=961>
		<colgroup>
			<col width=960>
			<col width=1>
		</colgroup>
		<tr valign=top>
			<td height=16><p class="f-lp">google-site-verification: google86b6eb6958be80d6.html</p>
			</td>
			<td height=16></td>
		</tr>
		<tr class="f-sp">
			<td><img src="Resources/_clear.gif" border=0 width=960 height=1 alt="" style="float:left"></td>
			<td height=1><img src="Resources/_clear.gif" border=0 width=1 height=1 alt="" style="float:left"></td>
		</tr>
	</table>

David


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