Hi all,
I'm trying to create a page that dynamically pulls in text for different divs from a text file.
Right now, I'm working in straight HTML/CSS with an announcements page, but I want it to be dynamic for others without coding experience to easily be able to update via a text file. I've considered include options, but want to keep it as simple as a txt.
Example:
I'm a novice when it comes to ASP, and I'm work with a learning management system whose only option for this would be ASP.
Thanks,
EB
I'm trying to create a page that dynamically pulls in text for different divs from a text file.
Right now, I'm working in straight HTML/CSS with an announcements page, but I want it to be dynamic for others without coding experience to easily be able to update via a text file. I've considered include options, but want to keep it as simple as a txt.
Example:
Code:
<p class="headline">Announcements</p>
<ul>
<!-- The number of these would also be dynamic -->
<li>DYMAMICALLY PULLED TEXT HERE</li>
<li>DYMAMICALLY PULLED TEXT HERE</li>
<li>DYMAMICALLY PULLED TEXT HERE</li>
<li>DYMAMICALLY PULLED TEXT HERE</li>
<li>DYMAMICALLY PULLED TEXT HERE</li>
</ul>
I'm a novice when it comes to ASP, and I'm work with a learning management system whose only option for this would be ASP.
Thanks,
EB