Please look at the page title of http://www.locateahomebuilder.com/S...tate=NC&catid=3. I don't like how this is being displayed. I would like for it to only show Find Homes in North Carolina. Can someone please help me to fix this? Let me share my code with you.
Code For page title:
<HTML>
<HEAD>
<title><asp:Literal id="litTitle" Text="" runat="server" /> in <asp:Label id="lblShowState" runat="server"/></title>
</head>
More Code To Look at (Look at Bolded parts):
'---------------------------------------------
' name: Category()
' description:
'---------------------------------------------
Sub Category()
Dim strConnect As String
& ...
Go to the complete details ...