Hi Guys,
I put the css file through a validator and there were like 35 errors. These were all just not having px after values.
I changed this and added the strict doctype and all is working like a dream now.
Thanks for all the input.
Best Regards
James Ellison
Ah, I see.
How do I know what doc type to add please? If I add the one as recommended
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
my site looks like this in all browsers...
So after designing my site testing in Firefox and Crome where it looks sweet, there are a few problems in IE. The first being the button bar which is just text ul and li positioned over the right part of the background image. But in IE it is too far to the left.
Any ideas please? Please see...
Hi Everyone,
Just learning CSS and have spet too long on this simple task already.
I want a fading background to be displayed so there is no white space on larger higher resolution screens.
I have created a 1px width and 581 high pixel which needs to epeat across the screen horizontally and...
All working now thanks, you really helped.
I was changing the wrong query.
This is what i now working :
$fres = mysql_query("SELECT * FROM {$prefix}projects, {$prefix}users WHERE project_status='O' AND {$prefix}users.user_acct_status='A' AND {$prefix}users.user_id =...
Hello Phil,
Thank you again for your help.
SO i now have :
$rt = mysql_query("SELECT COUNT(*) as total FROM {$prefix}projects, {$prefix}users WHERE project_status='O' AND {$prefix}projects.project_user_id = {$prefix}users.user_id")
user_id in the users table is the same as project_user_id...
Sorry about the lack of info, im struggling here im afraid.
The user_city field exist only in the {$prefix}users table.
BUT i want to call this in the projects page too.
Best Regards
James
Hello,
The user page works and calls user_city fine.
It is in the Projects page where this doesnt work.
<code>
<span class=smalltext><b>Category :</b> $f_art_row[project_cat_names].<b> City :</b> $f_art_row[user_city]</span>
</code>
Thanks
James
Hello All,
I have two pages which each display data from 2 different tables. Table projects on 1 page and users on the other. Now id like data from them both on the same page. Below is the code from each page.
This is the User page :
include "./init.php";
$sscript = ""...
Hello All,
I have two pages which each display data from 2 different tables. Table projects on 1 page and users on the other. Now id like data from them both on the same page. Below is the code from each page.
This is the User page :
include "./init.php";
$sscript = ""...
Good day all.
Sorry to be a pest but I have created a asp mail form. Now how can I have it so that if a option is selected from a drop down box then more options (ie checkboxes) are then shown?
EG, if PC Desktop is selected from the drop down box then some check boxes appear with options of...
Hello,
Thanks for the reply,
her si all the code:
<%
Dim Recordset1
Dim Recordset1_cmd
Dim Recordset1_numRows
Set Recordset1_cmd = Server.CreateObject ("ADODB.Command")
Recordset1_cmd.ActiveConnection = MM_tynans_mysql_STRING
Recordset1_cmd.CommandText = "SELECT * FROM...
Hello all,
I had the following code working fine using a mysql database and now I have changed it to MSSQL it is not displaying the data?
Does anybody have any ideas why please?
<% If UCase(Recordset1.Fields.Item("engineer_name").Value) = UCase(session("varuser")) Then %>...
It all seems to work apart from the actual writing of the text on its own now. If I take out the type="hidden" then it all works apart from then it is in a text field.
Must be something simple.
Thanks
James
Hi,
YES, that is what ive been trying to do but it still doesnt seem to work. Your code does not write the data as text when the else is executed- It is just blank.
im using
<% If UCase(Recordset1.Fields.Item("engineer_name").Value) = UCase(session("varuser")) Then %>
<textarea...
Or is it here?
<%If UCase(Recordset1.Fields.Item("second_engineer").Value) = UCase(session("varuser")) Then %>
<textarea name="secondary_engineers_notes" id="secondary_engineers_notes" cols="40" rows="5" value><%=(Recordset1.Fields.Item("secondary_engineers_notes").Value)%></textarea>...
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.