Epub anchor links opens a browser - epub3

I am creating an epub with 2 pages.
I have page_1.xhtml and page_2.xhtml
From page_1.xhtml I created a link to page_2.xhtml with this code
Page 2
But it opens a browser. I only need to redirect to page_2.xhtml
They are in the same folder OEBPS

Related

When I share a link with the editor it shows the system URL and share URL both in Laravel 8

When I share a link with the editor it shows the system URL and share URL both in Laravel 8.
Please see the attachement.
I want to share only real links (like www.facebook.com) I add a link with my editor when it shows my website it pulls with my current Url /
base URL (like
'http://127.0.0.1/lara_hypermix/post-details/www.facebook.com'). I
want only 'www.facebook.com')
I want to remove 'http://127.0.0.1/lara_hypermix/post-details/' from my created link.

Modify index.html in hugo

I'm just getting started in the hugo quickstart tutorial.
Looking here, it suggests I ought to be able to modify the home/default/root index.html by creating an _index.md file.
$ hugo new site quickstart
Congratulations! Your new Hugo site is created in ~/quickstart.
Just a few more steps and you're ready to go:
1. Download a theme into the same-named folder.
Choose a theme from https://themes.gohugo.io/, or
create your own with the "hugo new theme <THEMENAME>" command.
2. Perhaps you want to add some content. You can add single files
with "hugo new <SECTIONNAME>/<FILENAME>.<FORMAT>".
3. Start the built-in live server via "hugo server".
Ok, let's try to modify the home page!
[~/quickstart]$ hugo new index.md
[~/quickstart/content/index.md created
[~/quickstart]$ hugo new _index.md
[~/quickstart/content/_index.md created
I've edited both of those, to the effect of:
---
title: "Welcome"
date: 2017-10-13T20:31:39-05:00
draft: false
---
# This is a website!
Why nothing appears?
But when I run
[~/quickstart]$ hugo server -D
Started building sites ...
Built site for language en:
0 draft content
0 future content
0 expired content
1 regular pages created
6 other pages created
0 non-page files copied
0 paginator pages created
0 tags created
0 categories created
total in 5 ms
Watching for changes in ~/quickstart/{data,content,layouts,static}
Serving pages from memory
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
I see this, no content:
Is there anything else I need to do? A build or markdown or render step or something?
You don't need the index.md but you do need the _index.md. You can delete it.
In your layouts folder create a file named index.html. That's your template html file for the site's root page. Now add your basic boilerplate doc/html markup. That allows the the server to inject a Javascript auto-reload script. Now refresh your browser to pickup the script.
Now you are ready to play. in the body tag add {{.Title}} and watch the browser update.

Translating urls of subpages of magento site

I have a multi store site, I have created multi stores according to languages when user opens www.domain.com/en the site opens in ENGLISH when user opens www.domain.com/pt then site opens in PORTUGUESE language. Also I want that when user opens a subpage of site for ex. www.domain.com/pt/contactus then it should open www.domain.com/pt/Contate-nos.
What solution can I prefer for this?
Because if I will try to open my link then it will give me 404 error.
Thanks In Advance.

How to show google ajax content of the root page ? (no '#!')

Google says if you want to show the ajax content of your page to google, you need to put #! in your link . then google will replace it with _escaped_fragment_ when it visits the site. then you can show them the preloaded page. but what about the root of the site ? we have a websites made with angularjs which has ajax content in the root page. while the address of the root page of every website is www.****.*** with no '#!', how can we manipulate seo for that page ?

ScriptManager error while loading a page

I just put an ASP:scriptmanager within my login page and for the use of a tag cloud. And after login providing uname and pword redirect to home page.
My home page consists of a master page and I put an ASP:scriptmanager within the master file. But when the home page loads, the following error appears:
"The control with ID
'AutoCompleteExtender1' requires a
ScriptManager on the page. The
ScriptManager must appear before any
controls that need it. "
My home page has several controls used with Ajax.
Can any one help me?
first thing you should test wethere you have created an script manager or not
test it by viewing the page source in html if there is any entry not speciting the scriptmanger then its seems that your page is not have any scripmanger on the parent page or the child page.

Resources