Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 428
Search took 0.53 seconds.
Search: Posts Made By: Jutlander
Forum: HTML & CSS 10-23-2007, 03:34 PM
Replies: 8
Views: 854
Posted By Jutlander
My blog is valid HTML 4.01 Strict and so is the...

My blog is valid HTML 4.01 Strict and so is the CSS. I have set a color on several occasions without setting a background color and it doesn't complain at all.
Forum: PHP 10-16-2007, 09:22 PM
Replies: 5
Views: 851
Posted By Jutlander
I'm not looking for you to do any work for me....

I'm not looking for you to do any work for me. I'm only asking if anyone has a script already made that they would care to post here and share.

And if you look at the posts I've made before,...
Forum: PHP 10-16-2007, 07:11 PM
Replies: 5
Views: 851
Posted By Jutlander
Anyone got a simple, but secure mail script?

Hi there.

I'm after a simple, but secure contact script. I've tried a lot of contact plugins at this point, but all of them has been overkill or the HTML was hardcoded in the PHP, making it very...
Forum: HTML & CSS 10-11-2007, 04:29 PM
Replies: 15
Views: 1,705
Posted By Jutlander
You can show the code here by putting it in code...

You can show the code here by putting it in code tags.

The reason I said just to view the source was actually to yeti. :)
Forum: HTML & CSS 10-11-2007, 08:51 AM
Replies: 15
Views: 1,705
Posted By Jutlander
Just view the source. Ctrl + U in FF.

Just view the source. Ctrl + U in FF.
Forum: HTML & CSS 10-10-2007, 08:53 PM
Replies: 3
Views: 803
Posted By Jutlander
This is something I find a bit annoying about WP....

This is something I find a bit annoying about WP. That one isn't able to completely control what code is generated via the theme. Some of the core files generate code too and although you can just...
Forum: HTML & CSS 09-26-2007, 08:11 PM
Replies: 11
Views: 1,029
Posted By Jutlander
I see you've edited this later on. Yes I assumed...

I see you've edited this later on. Yes I assumed you hadn't validated it because if you did, the validator would have picked up the error... :rolleyes: So it doesn't really matter if I assumed this...
Forum: HTML & CSS 09-26-2007, 05:00 PM
Replies: 11
Views: 1,029
Posted By Jutlander
I don't think the people who've helped you ever...

I don't think the people who've helped you ever claimed that they were good teachers or wanted to be so. But please correct me if I'm wrong.

I'll just rephrase that quote you gave: "It's not what...
Forum: HTML & CSS 09-26-2007, 04:37 PM
Replies: 11
Views: 1,029
Posted By Jutlander
I don't see where I state that in my post before?...

I don't see where I state that in my post before? :confused: I'm just saying that if you validated it, it would have caught it and you would have figured out this very simple problem by yourself...
Forum: HTML & CSS 09-26-2007, 03:57 PM
Replies: 11
Views: 1,029
Posted By Jutlander
You missed it because you didn't validate the...

You missed it because you didn't validate the page... Something you've been encouraging others to do before.
Forum: HTML & CSS 09-24-2007, 09:28 PM
Replies: 5
Views: 1,015
Posted By Jutlander
Frank, have you looked at it in Firefox and IE 6?...

Frank, have you looked at it in Firefox and IE 6? In FF, the second column goes down below the other but it is still over to the right. In IE 6, I get a horizontal scrollbar and a blue rectangle to...
Forum: HTML & CSS 09-20-2007, 09:00 PM
Replies: 6
Views: 1,026
Posted By Jutlander
Do you know how to find one, or several...

Do you know how to find one, or several stylesheets for a given page?
Forum: HTML & CSS 09-19-2007, 09:17 PM
Replies: 8
Views: 1,074
Posted By Jutlander
I don't. ;)

I don't. ;)
Forum: General web building 09-19-2007, 04:14 PM
Replies: 3
Views: 1,221
Posted By Jutlander
http://www.browsershots.org

http://www.browsershots.org
Forum: HTML & CSS 09-13-2007, 04:54 PM
Replies: 3
Views: 674
Posted By Jutlander
Perhaps you're best off hiring one to do it then?...

Perhaps you're best off hiring one to do it then? You can get it done in a few hours and most people don't charge a lot for it.
Forum: HTML & CSS 09-13-2007, 04:52 PM
Replies: 4
Views: 571
Posted By Jutlander
As to your question on setting the overall font...

As to your question on setting the overall font size on the body selector. I do this, because it saves me from having to define a font-size to each element I'm going to use, e.g. ol, ul, p, dl, etc....
Forum: HTML & CSS 09-12-2007, 05:14 PM
Replies: 6
Views: 650
Posted By Jutlander
With pixels, IE users are not able to resize the...

With pixels, IE users are not able to resize the text...
Forum: HTML & CSS 09-12-2007, 01:43 PM
Replies: 2
Views: 669
Posted By Jutlander
I've quit support for IE 5 and 5.5. Nobody use...

I've quit support for IE 5 and 5.5. Nobody use them anymore. Just a thought.
Forum: HTML & CSS 09-11-2007, 09:18 PM
Replies: 5
Views: 835
Posted By Jutlander
Add a class to the image and float it left. You...

Add a class to the image and float it left. You might want to add some margin to the class also.

.image-left {
float: left;
margin-right: 8px;
}
Forum: HTML & CSS 09-11-2007, 07:04 PM
Replies: 5
Views: 685
Posted By Jutlander
Just skimming through it I can spot one error on...

Just skimming through it I can spot one error on that site on semantics. He misses the fact that the text in a blockquote must be wrapped inside a <p> element like this:
...
Forum: General web building 09-11-2007, 06:15 PM
Replies: 18
Views: 2,230
Posted By Jutlander
You're a mindreader. I'm not talking about...

You're a mindreader.

I'm not talking about this code now, because I haven't looked at it, but it is quite annoying working with large masses of code that could be reduced 80% or something like...
Forum: HTML & CSS 09-11-2007, 04:06 PM
Replies: 7
Views: 988
Posted By Jutlander
I recall trying it once and it didn't work. Long...

I recall trying it once and it didn't work. Long time ago though. Well you never stop learning.
Forum: HTML & CSS 09-11-2007, 02:48 PM
Replies: 7
Views: 988
Posted By Jutlander
I think he meant what ahallicks suggested. And I...

I think he meant what ahallicks suggested. And I recommend not to use the justify value, since it isn't supported by IE (at least not 6).
Forum: HTML & CSS 09-11-2007, 02:44 PM
Replies: 5
Views: 802
Posted By Jutlander
Post your code. We can't look at your code...

Post your code. We can't look at your code through an image. ;)
Forum: HTML & CSS 09-09-2007, 08:50 PM
Replies: 11
Views: 1,728
Posted By Jutlander
No, but you can use a background image instead,...

No, but you can use a background image instead, although only one background image is allowed per selector. The CSS3 specification will support images on borders though, but it isn't supported yet....
Showing results 1 to 25 of 428

 
Forum Jump

All times are GMT +1. The time now is 11:36 PM.