473,698 Members | 2,557 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Fill in the blank



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
Jun 2 '08 #1
10 2331
On Sun, 27 Apr 2008 19:30:39 +0200, Cosmic programmer
<no**********@n owhere.comwrote :
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)
Ask in comp.infosystem s.www.authoring.stylesheets, or just look into the
CSS specs. Nothing to do with PHP.
--
Rik Wasmus
Jun 2 '08 #2
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.
--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===

Jun 2 '08 #3
G&T
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

--

Jun 2 '08 #4
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.

Jun 2 '08 #5
G&T
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.
Well I *hate* to say I told you so, but...

--

Jun 2 '08 #6
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.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===

Jun 2 '08 #7
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.

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.dt d">
<html>
<head>
<title>Borderle ss 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="backgrou nd-color: #dff;">
<form action="#" method="get">
<div>
<input id="nobbis" type="text" name="nobbis" value="Sample text" />
</div>
</form>
</body>
</html>
Jun 2 '08 #8
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

Jun 2 '08 #9
Twayne wrote:
>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.
No, you're being asinine. PHP doesn't create the text box in the
browser, (X)HTML and CSS does. All PHP *might* do is echo the statements.

PHP running on the server cannot affect how the text box looks in the
browser - other than generating the proper (X)HTML and CSS. And PHP
does not run on the client's browser.
--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===

Jun 2 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2471
by: John J. Lee | last post by:
1. Why do I get this in my minibuffer when I do C-c C-c in a python-mode buffer containing the following valid Python code? Wrong type argument: sequencep, cpython ----START #!/usr/bin/env python print "hello, world" ----END
21
6654
by: simon | last post by:
From my previous post... If I have a structure, struct sFileData { char*sSomeString1; char*sSomeString2; int iSomeNum1; int iSomeNum2;
1
3190
by: Stephen H | last post by:
I'm a newbie to writing and running code in MS Access so the more detail the better for me when answering. Thanks. My Problem ( Or Challange , I should say ) is that I import a csv file into an access table called 'booked' ; one of these fields is called "job". Now when this import happens there are a lot of records that are blank. I need to populate these fields with the previous records' value. ie. ( I am substituting in a "-" for a ...
0
1795
by: alienstudios | last post by:
We have a table that has a multi-line per person record Here are the fields ID Gene1 Gene2 Gene3 Each person usually has two records (IE two Rows have ID 1) However in one row Gene 1 is AA, Gene2 is blank, Gene 3 is bb.
30
3299
by: Raymond Hettinger | last post by:
Proposal -------- I am gathering data to evaluate a request for an alternate version of itertools.izip() with a None fill-in feature like that for the built-in map() function: >>> map(None, 'abc', '12345') # demonstrate map's None fill-in feature The motivation is to provide a means for looping over all data elements
0
1092
by: Jean-François Michaud | last post by:
Hello, I was wondering how we could expand a block or anything else for that matter to fill all the available space in the body. I am working with XSLT generating XSL:FO and I need my "blank pages" to say BLANK PAGE in the body of the document instead of being blank. Instead of forcing blank page parity, I was thinking of using a
2
16883
by: Adrien Reboisson | last post by:
I'm trying to build a basic DB explorer using C# & Visual Studio 2005. I installed SQL Server 2005 Express, created a blank project, dropped a TreeView, a ListView and a DataGridView : DB objects (Databases, tables, SPs, and so on) are displayed in the tree, table colums definitions in the list and I want to display the selected table content in the DataGridView. So far so good. Currently, I succedded in loading the treeview and the...
1
3708
by: Mar72Vin | last post by:
Hi All, If a datagridview only has a few records the grid looks very untidy because there is is lot of blank space in the grid. Is there anyway to tell a datagridview to fill the entire viewable area with blank rows? cheers, Tim
4
2633
by: Terry | last post by:
I am trying to figure out if there is a way to get a regular asp.net TextBox to fill the screen, both height and width. When I drop a TextBox onto a blank asp.net page and set the height="100%", width="100", and the TextMode="MultiLine", the TextBox will fill the width of the page, and will adjust the width dynamically as the page changes size, but the height of the textbox is not full screen as I would like. It remains at 2 lines high....
0
8683
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8610
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9031
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8873
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7740
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4372
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4623
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2339
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.