Steve-vfp9user
Programmer
Hi all
By my own admission, I'm no php coder but after extensive searching, I've found the file that displays an event description on a website we are putting together.
The only problem is that even though we have entered a lengthy description, only part of it shown on the web page.
I might be wrong, but here is the line that I am asking if someone could please advise, what do I need to remove so the full line shows?
I appreciate any guidance.
Thank you
Steve Williams
VFP9, SP2, Windows 10
By my own admission, I'm no php coder but after extensive searching, I've found the file that displays an event description on a website we are putting together.
The only problem is that even though we have entered a lengthy description, only part of it shown on the web page.
I might be wrong, but here is the line that I am asking if someone could please advise, what do I need to remove so the full line shows?
Code:
<div class="event-description"><?php echo $namept.(trim($namept) ? ' <span>...</span>' : ''); ?></div>
I appreciate any guidance.
Thank you
Steve Williams
VFP9, SP2, Windows 10