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

From TITAN Wiki
Jump to: navigation, search
m
m
Line 3: Line 3:
 
<pre style="width: 635px;  display: inline-block;"><asp:Content ID="MainerContent" runat="server" ContentPlaceHolderID="MainContent"></pre>  tag. You can modify the html according to your needs.
 
<pre style="width: 635px;  display: inline-block;"><asp:Content ID="MainerContent" runat="server" ContentPlaceHolderID="MainContent"></pre>  tag. You can modify the html according to your needs.
  
<pre style="width: 635px;"><span style="color:red">Warning!</span> Do not remove the <titan:Countdown runat="server"></titan:Countdown> tags.</pre>
+
<pre style="width: 640px;"><span style="color:red">Warning!</span> Do not remove the <titan:Countdown runat="server"></titan:Countdown> tags.</pre>

Revision as of 14:32, 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.
<span style="color:red">Warning!</span> Do not remove the <titan:Countdown runat="server"></titan:Countdown> tags.