The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Tab Text Not Changing
Tempo
post Apr 26 2017, 11:34 AM
Post #1





Group: Members
Posts: 1
Joined: 26-April 17
Member No.: 26,383



Hello, first time using this forum, and any forum tbh!!

Im new to HTML. New website and it came with sample copy, which Im changing. The copy includes tabs on one page. Two tabs with different text, however, I noticed today both tabs are displaying the same text, despite the code being different. I have made changes to tab 2, but nothing changes. I have made changes to tab 1, and the changes are shown on tab 1 and 2.

Ive checked the code with other tabs on other pages, and I cant see any differences. The code is as follows;

<a name="services"></a>
<h2>Levels of Service offered</h2>
<ul class="nav nav-tabs" role="tablist" id="servicesTab">
<li role="presentation" class="active"><a href="#full" aria-controls="full" role="tab" data-toggle="tab">Full Management</a></li>
<li role="presentation"><a href="#letting" aria-controls="letting" role="tab" data-toggle="tab">Letting Only</a></li>
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="full">
<p>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</p>
<p>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.</p>
</div>
<div role="tabpanel" class="tab-pane" id="letting">
<p>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.</p>
<p>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.</p>
</div>

Any help appreciated!! Thank you
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 10:12 PM