Hope this is the right forum for this question, sorry if it isn't
The website my webhost points to is at www.gallowtech.co.uk and everything works fine there :-)
My other website www.teamsurge.com is stored in a subdirectory on my webhost at www.gallowtech.co.uk/teamsurge
The source of...
Regarding the conformance to web content accessibility guidelines 1.0 on the w3c site
I've used the online validator webxact watchfire to go through my site to check for validity and it says that my site is fine. I've gone through the list of things I had to check manually it said and they're...
I've got a CSS controlling my layout while the HTML/ASP controls the content
I'm still using tables to show my tabular data though, think that's still allowed ;-), but while I can set the tables overall width using either the CSS or a "width=" directly, I can't contol the width of the "td"s by...
Been developing a website and being using a subdirectory of my mainsite to develop it online. I've just uploaded V1 of the code for approval to the customer site. There are no cookies in the site at all
Everything works fine if you "accept all cookies" on both sites, but if the privacy...
When the pages of my site are viewed in Firefox, the text wraps in the correct place, bout 1/4 of an inch to the left of the edge of the window, but in IE the wrap is about an inch to the right of the window.
The layout is done using CSS and I think i've narrowed it down to teh "content" div...
When searching through some code in .NET I noticed at the bottom the message "Passed the bottom of the document"
Is it "passed" or "past" in generel usage cause "passed" looks wrong somehow?
What are the conditions for getting the Text Size option in IE (and other browsers ???) working?
In tek-tips for example, changing the Text Size only affects some of the headings like "Member Moderated" and "Programmers" but headings like "HTML, XHTML & CSS (Cascading Style Sheets) Forum" are...
I'm trying to use CSS to it's fullest as everyone keeps telling me to ;-)
I've got a menu on the left with 5 buttons in a vertical block, with an image in the background of each "cell". The text in each "cell" acts as the hyperlink at the moment, but i want the whole "cell" to act as the...
I'm trying to create a page which gives you a download dialog box for a file as soon as you open the page
I've got the following code which when works fine as an ASP or html file downloading an .EXE but I'm trying to make an auto download for a .PDF and/or .TXT file.
Can you only autodownload...
select Users.* from Users
inner join Property on Users.UserID = Property.JAID
where Groupid = 24
order by Property.lot
This query brings back all the records I want but with some duplicate rows which I want to exclude.
I can get SELECT DISTINCT to work for 1 column queries, but not multiple...
All my sites have tables in to set the layout
I've read a few posts around various places about using CSS instead, tables being "dirty" as someone said in a post here :-)
What are the advantages/disadvantages of using CSS instead of <TABLE>?
Is there a FAQ or how-to guide someone can point me...
I've got the following combo box on my form
<select size="1" name="Location">
<option value="UK"> UK </option>
<option value="Europe"> Europe </option>
<option value="Americas"> Americas </option>
</select>
I've loaded the recordset fine, but how do I get...
Why is the 4th of July called that in dd/mm/yyyy date format and not July the 4th in american mm/dd/yyyy?
and where did the american date format come from, it's never made much sense as the time format hh/mm/ss is incrementing down, that the date format increment jumps around.
I have a janus gridex 2000b grid in one of my intranet systems which works fine on XP and Windows 2000 server but the customer wants their new server to run Windows 2003 Server.
I've cleared out most of the problems I've found porting it across and I'm left with 2 :-
A: When trying to refresh...
I need to pass from an html page to a cold fusion page a value either as a session variable (which I think cold fusion ignores) or as a querystring or however it's done.
How do I do a Request.QueryString in cold fusion
and then evaluate it?
I've got this as the syntax for a CF if statement, but...
got the following function to send emails which works peachy
only problem is I want a carriage return at the end of the line
I've tried <BR>, %0D%0A and vbCrLf in various guises and places and I always end up with <BR>, %0D%0A or vbCrLf in instead of a carriage return
It's called in an ASP...
I'm using an if-then-else statement, to check if a file exists before reading it in.
if (objFileSys.FileExists("C:\hello.txt")) then
Set objTextStream = objFileSys.OpenTextFile
("C:\hello.txt",1)
else
"File doesn't exist message"
end if
Whether the...
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.