Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > HTML
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website.

Google
Reply
 
LinkBack Thread Tools Display Modes
Old 07-01-2007, 1:25 PM   #11
Elliot Lewis
 
Elliot Lewis's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Form elements not same size (text / textarea)

> <snip the rest as it obviously was not understood>
>
> I've gotten back to the group and find that I am an idiot.
>
> Thank you very much. Thanks to the other posters who already have said
> everything I would want to say. My websites are very professional looking,
> and all validate xhtml 1.0 strict with valid css as well.
>
> Why not go curl up with a good book? Perhaps even one about usenet
> guidelines?


That's the kind of comment that made me reply and call you an idiot. Your
reply had more intention of showing how clever you are about the web rather
than being helpful. I was after advice from other web developers that could
help me with a question I posted, not a lesson on how you cannot guarantee
that all people will have the same browser (which of course I am aware of).
Actually in this case I can guarantee they will, as the site is for an
intranet and the standard is I.E. 6. It would have been more helpful to have
answered the question or not posted a reply at all.

As per my original post a text element set to 18 : <input name="newCostUnit"
type="text" id="newCostUnit" value="0" size="18">
and a text area underneath :<textarea name="newInfo" cols="18">, are the
same width on some machines under I.E.6 and different with others (in the
same browser version).

It seems from the other 'helpful' replies my 'expectations are quite
unrealistic'? But why? Isn't that the whole point of designing a layout?
Items set to the same char length with the same font should align.



 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Advertisements
Old 07-01-2007, 1:25 PM   #12
Beauregard T. Shagnasty
 
Beauregard T. Shagnasty's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Form elements not same size (text / textarea)

Elliot Lewis pounced upon this pigeonhole and pronounced:
> > <snip the rest as it obviously was not understood>
> >
> > I've gotten back to the group and find that I am an idiot.
> >
> > Thank you very much. Thanks to the other posters who already have said
> > everything I would want to say. My websites are very professional looking,
> > and all validate xhtml 1.0 strict with valid css as well.
> >
> > Why not go curl up with a good book? Perhaps even one about usenet
> > guidelines?

>
> That's the kind of comment that made me reply and call you an idiot. Your
> reply had more intention of showing how clever you are about the web rather
> than being helpful.


I am no more clever than all the others who replied.

> I was after advice from other web developers that could
> help me with a question I posted, not a lesson on how you cannot guarantee
> that all people will have the same browser (which of course I am aware of).


It wasn't evident that you were aware.

> Actually in this case I can guarantee they will, as the site is for an
> intranet and the standard is I.E. 6.


An intranet? That does make a difference. You should have stated that.

Even on an intranet, all using IE6, you will have users with varying
default browser font sizes. Does the entire company consist of employees
with perfect eyesight? Is every monitor set to 800x600 with 96dpi?

> It would have been more helpful to have
> answered the question or not posted a reply at all.


I did provide an answer to your question. I suppose it wasn't the one you
wanted.

....

--
-bts
-This space intentionally left blank.
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 1:25 PM   #13
Steve Pugh
 
Steve Pugh's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Form elements not same size (text / textarea)

"Elliot Lewis" <elewis@pixel-kit.com> wrote:

>As per my original post a text element set to 18 : <input name="newCostUnit"
>type="text" id="newCostUnit" value="0" size="18">
>and a text area underneath :<textarea name="newInfo" cols="18">, are the
>same width on some machines under I.E.6 and different with others (in the
>same browser version).


Running on the same OS? IE is part of the Windows operating system and
items such as form elements are inherited from the OS. So different
versions of Windows can give different effects. Or even the same
version of Windows with different settings.

And then there are the user settings within the browser itself.

>It seems from the other 'helpful' replies my 'expectations are quite
>unrealistic'? But why?


HTML is about marking up content. Once the content is marked up
browsers will display it in a number of ways. You can't expect
different elements with different attributes to display identically
just because you've given them the same value? The fact that one
element uses size and the other uses cols may have been a clue that
they are different.

>Isn't that the whole point of designing a layout?


'designing a layout' sounds like a job for CSS to me, not HTML.

>Items set to the same char length with the same font should align.


Is it the same font? By default my IE6 uses a proportional font for
input and a monospaced font for textarea.

Can you post a URL so that we can see the surrounding HTML and CSS?
These will obviously have an impact and the default situation I've
described above may be further complicated by your code.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 1:25 PM   #14
PeterMcC
 
PeterMcC's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Form elements not same size (text / textarea)

Elliot Lewis wrote:
<snip>
I was after advice from other web
> developers that could help me with a question I posted, not a lesson
> on how you cannot guarantee that all people will have the same
> browser (which of course I am aware of). Actually in this case I can
> guarantee they will, as the site is for an intranet and the standard
> is I.E. 6. It would have been more helpful to have answered the
> question or not posted a reply at all.


A quick hint for future posts: it would have been more helpful to have
mentioned the intranet - that makes a huge difference to the nature of
likely replies since a great deal of what gets asked here does need a
response pointing out that the Internet is not a standardised environment.

The majority of posters asking the type of question posed by yourself are
not aware of the differences that browsers, monitors and personal
preferences can make - it is helpful to them and their visitors that replies
point out that it is impossible to get an exact duplication of a site's
appearance across all situations. As it happens, that didn't apply to you
but the respondents weren't aware of that.

There is a reasonable assumption hereabouts that questions refer to the
Internet unless othwise stated - had you been trying to get a match across
all platforms on the Internet, the advice given would have saved you hours
if not days of frustration.

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 1:26 PM   #15
William Tasso
 
William Tasso's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Form elements not same size (text / textarea)

Headless wrote:
> Please learn how to trim
>

How am I doing?

--
William Tasso - http://www.WilliamTasso.com


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 1:26 PM   #16
Headless
 
Headless's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Form elements not same size (text / textarea)

"William Tasso" <ngx@tbdata.com> wrote:

>Headless wrote:
>> Please learn how to trim
>>

>How am I doing?


Let's find out. There is only one correct answer, attempts to cheat
result in failing the exam, you have 1 minute to complete it. When you
have finished, get up from your desk (without disturbing any of the
other examinees) and turn in your work to the exam supervisor at the
front of the hall. Smoking is not allowed, answers in HTML will be
discarded.

This is your exam question: Which part of the following text should be
quoted in a usenet follow-up:

I shall quote only those parts of a previous post that are directly
relevant to my reply.
I shall quote only those parts of a previous post that are directly
relevant to my reply.
I shall quote only those parts of a previous post that are directly
relevant to my reply.
I shall quote only those parts of a previous post that are directly
relevant to my reply.
I shall quote only those parts of a previous post that are directly
relevant to my reply.
I shall quote only those parts of a previous post that are directly
relevant to my reply.
I shall quote only those parts of a previous post that are directly
relevant to my reply.
I shall quote only those parts of a previous post that are directly
relevant to my reply.
I shall quote only those parts of a previous post that are directly
relevant to my reply.
I shall quote only those parts of a previous post that are directly
relevant to my reply.
I shall quote only those parts of a previous post that are directly
relevant to my reply.
I shall quote only those parts of a previous post that are directly
relevant to my reply.
I shall quote only those parts of a previous post that are directly
relevant to my reply.


Headless

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Featured Websites
Free Space
Free Space
Free Space Free Space
Reply
Tags: , , , , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML Code for a FORM help please BORG HTML 2 07-01-2007 1:21 PM
Adjusting text box sizes without adjusting font size. How? BTinternet Graphics in general 2 06-11-2007 11:45 PM
Setting line size and column size in MySQL 4.1.1 Keith Lee Database 1 06-10-2007 12:23 AM
New Affordable Multilingual ASP Web Form Steve Bennett Building An Internet Business 0 05-29-2007 1:44 AM
Form basher1001 HTML 1 10-14-2006 10:47 PM


Featured Websites




All times are GMT +1. The time now is 4:01 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98