473,396 Members | 2,023 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

problem with HTML tags

Hi..
Im have designed a webpage which contains a table that contains 8 rows, each row will contain S.No, ColA, IP Address, ColB, ColC, ColD, ColE, ColF.
IP Address contains internally 4 textboxes to fill the IP Address. Now I have fixed the size of each column to 50 and IP Address column to 200 px as it contains 4 textboxes.
I have desgined the page with Medium, the 4 textboxes are displayed in a single line when the text size is normal, but when the text size is changed to Largest or Larger, the 4 text boxes in displayed in 2 lines. I have tried a lot to solve but couldnt. Can anyone please tell me why this happens. I want it very urgently.

Thanks in advance
Dec 5 '08 #1
1 1519
clain
79
simple give nowrap="nowrap" in the <td> of ip address column.. see the example

<td nowrap="nowrap"> <input ... >192.16.0.01</input ... ><input>192.16.0.01</input>...</td>


nowrap="nowrap" will make the contents of the column in one single line..

Enjoy coding!!!
Dec 5 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: steve | last post by:
I need html tags in my forum pages to show up, but not to be active. I have tried to change the tags to html equivalent code using php, but still they are active. How do I go about chaning them...
13
by: nobody | last post by:
Hello all, I've searched just about everything and although I can see that other people are having problems, but theirs don't seem to relate, so in a last ditch attempt, my posting! Script...
6
by: ima | last post by:
http://www.kencoffman.com/templates.htm I've been experimenting with float:left and I've been able to clear those floats as far as Opera 8.02 and Firefox 1.0.6 but IE6 is a problem. I've...
32
by: Cornel Bicutzi | last post by:
Hello, What is the difference between HTML and XHTML... Thanks, ------------------------------------------------------------------------ IT Interview Questions :...
6
by: samikdut | last post by:
Cannot view the output of ascx file in Netscape but can view all in IE and Opera. Please suggest ! Thanx in advance Samik.
4
by: dwergkees | last post by:
Hi, Got a litte problem here. I'm trying to create a XSLT file that will do a transformation from WordML format (MS Word XML format, see...
1
by: Max Power | last post by:
HTML reprocessor: how do you get rid of the obese MS-Word (normal or filtered) HTML? I just want all the fancy MS tags removed and replaced with basic ones, or if applicable -- stripped entirely...
1
by: since | last post by:
I figured I would post my solution to the following. Resizable column tables. Search and replace values in a table. (IE only) Scrollable tables. Sortable tables. It is based on a lot...
6
by: pkchandra999 | last post by:
My Server OS : Centos 64 bit Apache version is Apache v2.2.9 Php Version : 5.2.5 I am providing feeds to my forum through RSS. The feeds are in html and those feeds will be parsed to bbcode...
7
by: neovantage | last post by:
Hey All, i am using InnovaStudio WYSIWYG Editor. It shows html tags like <body> <p> <span> at the bottom bar of InnovaStudio WYSIWYG Editor when i write some text on it. I want to omit that html...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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...

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.