simple link won't show [message #185404] |
Wed, 26 March 2014 18:51  |
Mr Oldies
Messages: 241 Registered: October 2013
Karma: 0
|
Senior Member |
|
|
$t=$row['title'];
echo "<td>";
echo "<a href='#'>.$t.</a>";
http://mroldies.net/dailyplayer.php
I have tried numerous combinations of single and double quotes and I the
link still will not show up.While on my main page, and elsewhere, they show
up just fine. What am I missing?
It's time to laugh and bash stupid.
So go for it boys. Give it your best.
|
|
|
|
|
|
|
Re: simple link won't show [message #185409 is a reply to message #185406] |
Thu, 27 March 2014 02:53  |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 3/26/2014 6:23 PM, richard wrote:
> On Wed, 26 Mar 2014 13:04:21 -0700, Scott Johnson wrote:
>
>> On 3/26/14, 11:51 AM, richard wrote:
>>>
>>> $t=$row['title'];
>>> echo "<td>";
>>> echo "<a href='#'>.$t.</a>";
>>>
>>>
>>> http://mroldies.net/dailyplayer.php
>>>
>>>
>>> I have tried numerous combinations of single and double quotes and I the
>>> link still will not show up.While on my main page, and elsewhere, they show
>>> up just fine. What am I missing?
>>>
>>> It's time to laugh and bash stupid.
>>> So go for it boys. Give it your best.
>>>
>>
>> look at your source code in the browser and it may become evident.
>>
>> Scotty
>
> The big problem for me was the damned caching.
> I deleted the code for the table, uploaded the page and I was still seeing
> the old table.
>
Been there... Done that... :)
--
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex(at)attglobal(dot)net
==================
|
|
|