Difference between revisions of "Changing text on the home page"

From TITAN Wiki
Jump to: navigation, search
(Created page with "First, make sure to make a backup copy of all files that you want to modify. To change the text on the home page, open your Root directory and find default.aspx. The text...")
 
m
Line 1: Line 1:
 
First, make sure to make a backup copy of all files that you want to modify. To change the text on the home page, open your [[Root directory]] and find default.aspx. The text are located below the
 
First, make sure to make a backup copy of all files that you want to modify. To change the text on the home page, open your [[Root directory]] and find default.aspx. The text are located below the
  
<asp:Content ID="MainerContent" runat="server" ContentPlaceHolderID="MainContent">
+
<pre style="width: 650px;"><asp:Content ID="MainerContent" runat="server" ContentPlaceHolderID="MainContent"></pre> tag. You can modify the html according to your needs.
 
 
tag. You can modify the html according to your needs.
 
  
 
  <span style="color:red">Warning!</span> Do not remove the <titan:Countdown runat="server"></titan:Countdown> tags.
 
  <span style="color:red">Warning!</span> Do not remove the <titan:Countdown runat="server"></titan:Countdown> tags.

Revision as of 15:30, 24 August 2016

First, make sure to make a backup copy of all files that you want to modify. To change the text on the home page, open your Root directory and find default.aspx. The text are located below the

<asp:Content ID="MainerContent" runat="server" ContentPlaceHolderID="MainContent">
tag. You can modify the html according to your needs.
Warning! Do not remove the <titan:Countdown runat="server"></titan:Countdown> tags.