Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Fill in the blank

84 views
Skip to first unread message

Cosmic programmer

unread,
Apr 27, 2008, 1:30:39 PM4/27/08
to

How do I make a input text box appear like a fill in the blank line. i.e.

1. is it possible to hide some of its borders and display only the bottom
border?
2.to place is just above a sereies of underscore charactors and have it
borderless? (how)

any other way?

--
When you argue with a fool, chances are he's doing the same


Jerry Stuckle

unread,
Apr 27, 2008, 1:48:09 PM4/27/08
to

This has nothing to do with PHP.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================

G&T

unread,
Apr 27, 2008, 3:51:01 PM4/27/08
to
Jerry Stuckle wrote:

> Cosmic programmer wrote:
> > How do I make a input text box appear like a fill in the blank
> > line. i.e.
> >
> > 1. is it possible to hide some of its borders and display only the
> > bottom border? 2.to place is just above a sereies of underscore
> > charactors and have it borderless? (how)
> >
> > any other way?
> >
> > --
> > When you argue with a fool, chances are he's doing the same
>
> This has nothing to do with PHP.

I'm sure 'cosmic' is grateful for your helpful answer, you retard

--

Preventer of Work

unread,
Apr 27, 2008, 6:15:39 PM4/27/08
to

Stuckle is right this time.
But what the heck. Try this:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Borderless Input</title>
<style type="text/css">
#nobbis {
border: 3px solid red;
border-top-style: none;
border-left-style: none;
border-right-style: none;
}
</style>
</head>
<body style="background-color: #dff;">
<form action="#" method="get">
<div>
<input id="nobbis" type="text" name="nobbis" value="Sample text" />
</div>
</form>
</body>
</html>

Twayne

unread,
Apr 27, 2008, 8:02:17 PM4/27/08
to
> Cosmic programmer wrote:
>> How do I make a input text box appear like a fill in the blank line.
>> i.e. 1. is it possible to hide some of its borders and display only
>> the
>> bottom border?
>> 2.to place is just above a sereies of underscore charactors and have
>> it borderless? (how)
>>
>> any other way?
>>
>> --
>> When you argue with a fool, chances are he's doing the same
>>
>>
>>
>
> This has nothing to do with PHP.

You don't know that. You look more and more like a troller the more you
post lately.

G&T

unread,
Apr 27, 2008, 8:19:17 PM4/27/08
to
Twayne wrote:

Well I *hate* to say I told you so, but...

--

Jerry Stuckle

unread,
Apr 27, 2008, 8:44:12 PM4/27/08
to

Yes, I DO know that. PHP is server-side, and has nothing to do with how
the data is displayed. All of that is HTML or CSS - which should be
followed up in the appropriate newsgroups.

But if you knew ANYTHING - you would understand that.

Cosmic programmer

unread,
Apr 27, 2008, 9:45:58 PM4/27/08
to

"Preventer of Work" <not_...@nospam.xxx> wrote in message
news:fW6Rj.97073$rd2.57317@pd7urf3no...

Thanks really!

I'm working on a PHP project so added this group. will be carefull next
time.

The Natural Philosopher

unread,
Apr 28, 2008, 5:45:13 AM4/28/08
to
Preventer of Work wrote:
> Cosmic programmer wrote:
>> How do I make a input text box appear like a fill in the blank line. i.e.
>>
>> 1. is it possible to hide some of its borders and display only the
>> bottom border?
>> 2.to place is just above a sereies of underscore charactors and have
>> it borderless? (how)
>>
>> any other way?
>>
>> --
>> When you argue with a fool, chances are he's doing the same
>>
>
> Stuckle is right this time.

Right, but pedantically unhelpful.

And not right to act like its HIS NG.

Twayne

unread,
Apr 28, 2008, 10:55:26 AM4/28/08
to
> Twayne wrote:
>>> Cosmic programmer wrote:
>>>> How do I make a input text box appear like a fill in the blank
>>>> line. i.e. 1. is it possible to hide some of its borders and
>>>> display only the
>>>> bottom border?
>>>> 2.to place is just above a sereies of underscore charactors and
>>>> have it borderless? (how)
>>>>
>>>> any other way?
>>>>
>>>> --
>>>> When you argue with a fool, chances are he's doing the same
>>>>
>>>>
>>>>
>>> This has nothing to do with PHP.
>>
>> You don't know that. You look more and more like a troller the more
>> you post lately.
>>
>>
>>
>>
>
> Yes, I DO know that. PHP is server-side, and has nothing to do with
> how the data is displayed. All of that is HTML or CSS - which should
> be followed up in the appropriate newsgroups.
>
> But if you knew ANYTHING - you would understand that.

No, you're obviously being myopic, maybe on purpose. PHP is executed
server-side, but ... it can be written/implemented by either side,
depending. When PHP executes, I can only wonder where you think its
output may go.
--
Regards,

Twayne

Open Office isn't just for wimps anymore;
OOo is a GREAT MS Office replacement
www.openoffice.org

0 new messages