how to html doctype?

Nitin Patil asked on April 28, 2016 14:06

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Correct Answer

Jan Hermann answered on April 28, 2016 14:29

Some tabs visibility is controlled by macros. Haven't you migrated recently or haven't you changed the web.config file? Anyway, go to the System -> Macros -> Signatures section, check both check-boxes and click the Update macro signatures button. Once the macro signatures are updated, you should see the tab again.

0 votesVote for this answer Unmark Correct answer

Recent Answers


Jan Hermann answered on April 28, 2016 14:13

This part is editable in Pages application when you select the root page and switch to Master page tab.

2 votesVote for this answer Mark as a Correct answer

Nitin Patil answered on April 28, 2016 14:26

Hey, Thank for quick reply! There is no Master page tab.

thanks

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on April 28, 2016 15:03

If there is no master page tab, then you aren't using the recommend development approach of Portal Engine. I'd suggest reviewing it again and changing it to Portal mode. Ask any Kentico Partner around who has been developing with Kentico since version 1, there is no need to do straight ASPX development mode. Learn how to use Webparts, Page Templates, Page Layouts, Widgets, etc to your advantage and not have ASPX work against you. ASPX mode WILL make ALL your upgrade paths much more difficult and typically cause problems.

1 votesVote for this answer Mark as a Correct answer

Nitin Patil answered on April 28, 2016 15:07 (last edited on April 28, 2016 15:15)

Hey Jan, Thanks its works. one more question i want to remove below line

<html xmlns="http://www.w3.org/1999/xhtml" >

can i remove this line?

0 votesVote for this answer Mark as a Correct answer

Jan Hermann answered on April 28, 2016 15:16

Well, yes, but not in the administration. You need to do this directly in the /CMSPages/PortalTemplate.aspx or clone this page and make the change in cloned file (recommended).

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.