User Profile
Collapse
-
only text for the left column ("lc") - nothing else whatsoever -
PHP problem, or is the CSS at fault?
This is driving me crazy... I've spent, literally, a week trying to solve this (probably very silly) problem – to no avail. Help please!
The code below shows the PHP with the relevant CSS for structuring the left and right columns of a standard 3-column fluid layout. The problem is that the left column is simply not appearing. Any theories will be received with eternal gratitude; any solutions – with a million dollar cash award... -
php and unicode
Font nightmare!
I'm aware of PHP's limitations in supporting Unicode, but I'm getting some inconsistent results that are baffling me...
All my web pages are .php files, though the majority are saved as type ANSI. A few are saved as type UTF-8 (as my site requires several world alphabets on certain pages). So far, so good: everything displays like a charm in IE6. (Though not in Mozilla!)
I'm confused,... -
Thanks Ronals,
All points duly noted. :-)
I need to avoid javascript for sensing the click for accessibility reasons though.
Can you point me in the right direction regarding any other approach? Perhaps I could direct each click to its own page, rather than to the glossarytemplat e, but then each of these pages would be a mere include to the template, then, using PHP, I could ask what the filename was...Leave a comment:
-
carrying over string value to other pages
Thanks for help on my first post about the glossary entries guys. I've run into a bigger problem on the same topic though. (Forget anything I said in the last post, this is a separate point).
OK, here's the deal: I've got a page with hundreds of technical terms on it, and I want each term to link to a glossary
entry on a separate page.
That would be simple, except I want the printed data of each glossary... -
-
-
if pathname query
Hi all,
I'm trying to find a command that will echo a string IF the filename starts with an underscore. Effectively, I'm looking for a wildcard symbol.
I'm imagining something like the following:
(the 'class' commands are accessing CSS)
<?php
$big_warp_graph ic = "<td class=\"warp-big\">";
$warp_graphic = "<td class=\"warp\"> ";...
No activity results to display
Show More
Leave a comment: