That helped! progress, thank you. I saw the full height but not the full width of the image. I added a width, which worked.
Then I noticed that removing the height: 100% had no effect.
I resized as it was showing too wise in IE. Final code:
#fullheighttable
{
border:0;
padding:0...
I am drawing text on an image in the top left corner. I want the code to be XHTML. The text shows fine but only a little bit of the image shows as opposed to the whole amount. I've experimented for ages with this and my current code is:
<table id="fullheighttable">
<tr><td class="photoHeight"...
I have easyphp running on my windows ny server working great.
Previously I was able to do
http://192.168.1.1/mysql//server_databases.php
form my machine to access phpmyadmin.
I have now moved to a new xp prp sp 2 box and when I do
http://192.168.1.1/mysql//server_databases.php
I get a 403 ...
interesting, ta for the post. we display the above list in a listview which allows them to navigate through players in the system. If they choose delete on one of the entries, we have a separate mapper that deals with deletes so this wouldn't be a problem for us methinks. cheers, tom.
Thanks a lot for the extra info. In this case if all the returned values are equal i'm happy with either row. I'm curious what your argument against distinst is... is it because it's just not exact enough and not "pure"...?
Thanks again, tom.
Thanks for the tips. I tried :
LEFT JOIN (Conditions D
INNER JOIN (
SELECT distinct Owner_Oid, MaxCond = Max(Cond_TrainingStatusRO)
FROM Conditions
GROUP BY Owner_Oid
) DMax ON D.Owner_Oid = DMax.Owner_OID AND...
Panacing i was at the end of the day when i thought it had all been solved and then saw this example!
yep duplicate LastUpdated fields.
Actually I only started using LastUpdated because sometimes there are (legitimatly) duplicate Cond_TrainingStatusRO and I only want one record per person -...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.