tpo@tpo.net
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: calling an external .txt or .htm file from a text box widgetYay!! resolution: http://wordpress.org/plugins/php-code-widget/
plugin and then using<?php include (‘../TPOsBanners.htm’); ?> since all my domains are on the saame server, otherwise it would need the full path, something like:
/var/www/mysite.com/public_html/script.php
works like a charm! I appreciate your help, Caustic one 😉
tpo
Forum: Fixing WordPress
In reply to: calling an external .txt or .htm file from a text box widgetmy bad… I read your first note in the email & did not see the link… I’ll check that out, thanks!
thing is w/ this, is I have some 18-20 banners,each linking to a different website…
on an old school website I just used:
<!–#include virtual=”http://tpo.net/TPOsBanners.htm” –>and the entire file of code would appear.
the other methods in my first post were suggestions in other posts on the forum…I will check out your widget making link 😉
Be well!
Forum: Fixing WordPress
In reply to: calling an external .txt or .htm file from a text box widgetthe code isn’t PHP though, and it DOES work in text boxes:
<IMG SRC=”http://tpo.net/Small Banners/Tomo Small banner.jpg” WIDTH=”300″ class=”aligncenter” BORDER=”0″ >
<HR width = ‘150’ color = ‘#067300’ >
and I haven’t a clue how to ‘create a widget…’ perhaps there already is one for this, but I’ve not found it…
Thanks anyway!!