I just need the code for a small info bucket on a page that feeds in text from a client-changeable .txt file. Oh, and it needs to respond to CSS formatting.
Yes, I know I should learn PHP but i'm too damn lazy...
Cheers.
| SitePoint Sponsor |
I just need the code for a small info bucket on a page that feeds in text from a client-changeable .txt file. Oh, and it needs to respond to CSS formatting.
Yes, I know I should learn PHP but i'm too damn lazy...
Cheers.
www.steigerdesign.com
Bless your FRGL. LTTL. MNDS.
Yes, this really needs to be done server-side. Do you have PHP support? I'm not a PHP guru, but it could be as simple as this:
Trying to do this on the client-side is going to be much more complicated, and not completely cross-browser.Code:<div class='userText'> <?php include('userfolder/usertext.txt'); ?> </div>
Cross-Browser.com, Home of the X Library
Bookmarks