Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 1.52 seconds.
Search: Posts Made By: SteveH
Forum: ASP 05-28-2013, 02:56 AM
Replies: 6
Views: 510
Posted By SteveH
Hello Old Pedant Thanks for your great...

Hello Old Pedant

Thanks for your great little script!

I tested it and the server time is 8 hours behind, so I just replaced your '6' with '8' in the main code and it works like a treat to show...
Forum: ASP 05-26-2013, 08:19 PM
Replies: 6
Views: 510
Posted By SteveH
That's very clever, OP. Thank you. Basically, I...

That's very clever, OP. Thank you. Basically, I need to ask the hosting service what time they are in (I don't know what state they are in) and then use the difference in hours as you have them.
...
Forum: ASP 05-25-2013, 01:50 PM
Replies: 6
Views: 510
Posted By SteveH
Hello Old Pedant Many thanks for your...

Hello Old Pedant

Many thanks for your comprehensive reply.

Eleven years ago?! We all get older!

That's a fairly in-depth article. It seems to me that you are making two important points...
Forum: ASP 05-25-2013, 03:17 AM
Replies: 6
Views: 510
Posted By SteveH
Date script

Hello

I have a date script in an include file which works just fine:

<%
Dim suffix
Select Case Day(Date())
Case 1,21,31: suffix = "st"
Case 2,22: suffix = "nd"
Case 3,23:...
Forum: HTML & CSS 05-23-2013, 11:56 PM
Replies: 2
Views: 158
Posted By SteveH
That's removed the error message in the validator...

That's removed the error message in the validator now, thank you, Felgall.
Forum: HTML & CSS 05-23-2013, 11:04 PM
Replies: 2
Views: 158
Posted By SteveH
HTML language declarations

Hello

At the top of my Web page I have:

<!DOCTYPE html>

<head>
<title></title>
list of meta names here
</head>
Forum: ASP 05-08-2013, 03:02 PM
Replies: 20
Views: 1,891
Posted By SteveH
Hello Anna In the Web page that my form is...

Hello Anna

In the Web page that my form is on I have:

<%
Response.Redirect "thank_you.asp?name=" & ContactUs_name
%>

(the 'ContactUs_name' is the variable that relates to the name field...
Forum: HTML & CSS 05-06-2013, 12:24 AM
Replies: 2
Views: 162
Posted By SteveH
I have just given you a 'thumbs up' - you are so...

I have just given you a 'thumbs up' - you are so right! THANK YOU!

I've just corrected it.

Cheers!

Steve
Forum: HTML & CSS 05-06-2013, 12:09 AM
Replies: 2
Views: 162
Posted By SteveH
Font colour query

Hello

I have a 'test' site here: http://www.bayingwolf.com. The heading is coded as follows:

<h1>bayingWolf <span>Productions</span></h1> and in my CSS I have span
{ color: #676767;
...
Forum: HTML & CSS 05-02-2013, 07:30 PM
Replies: 4
Views: 211
Posted By SteveH
Hello Jerry Just inserted the inverted...

Hello Jerry

Just inserted the inverted commas around 'News Cycle', uploaded the style sheet, and it all looks just fine now - THANK YOU!

Steve
Forum: ASP 05-02-2013, 12:43 AM
Replies: 20
Views: 1,891
Posted By SteveH
Hello OP Just to say thank you for helping...

Hello OP

Just to say thank you for helping me out the other day with my page redirection 'thank you + name' query.

Much appreciated.

Steve
Forum: HTML & CSS 05-02-2013, 12:13 AM
Replies: 1
Views: 164
Posted By SteveH
id="wrapper" problem

Hello

In my HTML validator I am getting the following error: Please see attachment.

Can I simply call the second wrapper something like wrapper1? In my CSS I currently have:

#wrapper {
...
Forum: HTML & CSS 05-01-2013, 08:57 PM
Replies: 4
Views: 211
Posted By SteveH
WOW! The hours I have spent trying to resolve...

WOW! The hours I have spent trying to resolve this problem!

Many thanks for that, hawk's eye Dave!

I owe you a beer.

Cheers

Steve
Forum: HTML & CSS 05-01-2013, 08:22 PM
Replies: 4
Views: 211
Posted By SteveH
HTML page ignores CSS properties

Hello

I hope someone can help me with this frustrating problem.

I have a page here: http://www.proofreading4students.com/Css_creator.asp

The CSS (style1.css) belonging to this page has this:...
Forum: HTML & CSS 05-01-2013, 12:48 AM
Replies: 4
Views: 188
Posted By SteveH
Many thanks to you both. All sorted! Cheers.

Many thanks to you both. All sorted!

Cheers.
Forum: HTML & CSS 04-30-2013, 01:08 PM
Replies: 4
Views: 188
Posted By SteveH
Page just won't centre

Hello

I can't work out why my page here just refuses to centre:

http://www.proofreading4students.com/CSS_creator.asp

Even the date, which I specifically right-align in my CSS, is against the...
Forum: HTML & CSS 04-30-2013, 03:53 AM
Replies: 10
Views: 292
Posted By SteveH
OK, I have understood now. The font is not here...

OK, I have understood now. The font is not here (as I have it):

http://www.proofreading4students.com/NewsCycle.eot

The font is in its own folder called 'fonts'. That's why they cannot be...
Forum: HTML & CSS 04-30-2013, 03:30 AM
Replies: 10
Views: 292
Posted By SteveH
Oh, sorry: ...

Oh, sorry:

http://www.proofreading4students.com/CSS_creator.asp
Forum: HTML & CSS 04-30-2013, 03:17 AM
Replies: 10
Views: 292
Posted By SteveH
Hello Patryk Thanks for all your help. I...

Hello Patryk

Thanks for all your help. I will focus on IE first. If I do this:

@font-face{
/*here you go IE. happy now?*/
font-family: MyFont;
src: url(NewsCycle-Regular.eot);
}...
Forum: HTML & CSS 04-30-2013, 01:52 AM
Replies: 10
Views: 292
Posted By SteveH
Hello Patryk I have tried this: @font-face {...

Hello Patryk

I have tried this: @font-face {
font-family: News Cycle;
src: url(http://www.mySite.com/fonts/NewsCycle-Regular.eot);
src:...
Forum: HTML & CSS 04-30-2013, 01:21 AM
Replies: 10
Views: 292
Posted By SteveH
Use of font stored on server

Hello

I have the following in my code:

font-face {
font-family: News Cycle;
src: url('/fonts/NewsCycle-Regular.eot');
src: local("News Cycle"),...
Forum: HTML & CSS 04-29-2013, 03:09 AM
Replies: 2
Views: 152
Posted By SteveH
Thanks for clearing that up, Felgall. Cheers

Thanks for clearing that up, Felgall.

Cheers
Forum: HTML & CSS 04-29-2013, 02:06 AM
Replies: 2
Views: 152
Posted By SteveH
HTML Validator question

Hello

From the HTML Validator I am using http://online.htmlvalidator.com/php/onlinevallite.php for this 'test' site

http://www.proofreading4students.com/projects_test.asp

I am getting the...
Forum: ASP 04-23-2013, 03:13 AM
Replies: 20
Views: 1,891
Posted By SteveH
Sorry, I will come back to you. Thank you

Sorry, I will come back to you. Thank you
Forum: ASP 04-19-2013, 02:23 AM
Replies: 20
Views: 1,891
Posted By SteveH
I saw 'The Killing' from there. Great 'cult'...

I saw 'The Killing' from there. Great 'cult' programme. Always raining in Seattle - almost as bad as here! Liverpool here. Port area.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 07:11 AM.