ARIJEET
DIV ERROR
0 Answer(s)      3 years and a month ago
Posted in : Framework

I HAV FACING THE PROBLEM.....


when...i m fetching data from my data base using php...



if the data hav any space ....at that time the view is very good....but if there hav'nt any space at that time my div tag is strached....when i maintain max width....at that time...my web page dose'nt stretched ..but the data crossed my div tag.....


any body can give me solution......


i m devloping a social networking web site.....

in orkut or facebook....if you post any scrap....with space or widout space, you can view the post is siquencely.with number of lines ..the page is not stretched. i need this type of solution..
View Answers









Related Pages:
DIV ERROR - Framework
DIV ERROR  I HAV FACING THE PROBLEM..... when...i m fetching... ....at that time the view is very good....but if there hav'nt any space at that time my div... stretched ..but the data crossed my div tag..... any body can give me
Expand / Collapse form div when click on button
Expand / Collapse form div when click on button  Hi, I have a form integrated from Wufoo with iFrame code. If the user misses a field an error message appears but it takes more space than the DIV Formbox. How can I make the DIV
Struts2.2.1 Ajax div tag example.
Struts2.2.1 Ajax div tag example. In this section, we will introduce you to about the Ajax div tag. The div tag when used with Ajax refreshes the content... <html> <head><title>Ajax_Div_Tag_Example</title><
Div (Ajax Tag) tag Example
Div (Ajax Tag) tag Example       In this section, you will learn about the div tag. The div tag is an Ajax... without refreshing the entire page. The div tag when used with Ajax refreshes
DIV in HTML
DIV in HTML  What is DIV in HTML
Showing div at the center of the webpage
Showing div at the center of the webpage  Showing div at the center of the webpage
changing an image based on checking checkbox using HTML & JavaScript, Please put div blocks
put div blocks   Hello, PLease check the below code, and let me know the error. The answer should be like this - It has to display Desert.jpg once...'; } } </script> <div align="left" class
scrolling div ipad
scrolling div ipad   Please suggest me how to scroll the div in iPad UIWebView? Thanks
div background color in html
div background color in html   How to change the background color of DIV in HTML
class of div tag
class of div tag  How can i recognize the selected DIV class
div align left css
div align left css  Hi, How to align the div to left using the css in HTML page. Thanks
indent div css
indent div css  How can i indent with outer and inner margin?  .../answers/viewqa/HTML/17553-indent-div-css.html :Indent DIV in CSS
div overflow hidden
div overflow hidden  How to make div overflow hidden? Thanks   Hi, Here is the code: <div style="widht:200px; height:600px; overflow:hidden;"> </div> Thanks
div style background
div style background  How to add background color to a div? What is the code of div style background?   Hi, You can use the following code: <div style="background-color: #ccffcc;"> <p>Content</p> <
indent div css
Div file in css  How can i indent div with outer and inner margin... it in another div. For example, make the outer div margin: 0 auto; and the inner div.... Indent div in css <html> <head> <title>Indent div
div style float right
div style float right  How to align div to right? Share me the code for div style float right. Thanks   Hi, You can use following code: <div style="float: right; widht:300px; height:600px;"> <p>Content<
image on div or cell of table
image on div or cell of table  I am using ms access database and I... but it display on browser but I want to display on inside the div tag or table tag pls... is to display on div or table... thnx in advance
image on div or cell of table
image on div or cell of table  I am using ms access database and I... but it display on browser but I want to display on inside the div tag or table tag pls... is to display on div or table... thnx in advance
image on div or cell of table
image on div or cell of table  I am using ms access database and I... but it display on browser but I want to display on inside the div tag or table tag pls... is to display on div or table... thnx in advance
image on div or cell of table
image on div or cell of table  I am using ms access database and I... but it display on browser but I want to display on inside the div tag or table tag pls... is to display on div or table... thnx in advance
image on div or cell of table
image on div or cell of table  I am using ms access database and I... but it display on browser but I want to display on inside the div tag or table tag pls... is to display on div or table... thnx in advance
image on div or cell of table
image on div or cell of table  I am using ms access database and I... but it display on browser but I want to display on inside the div tag or table tag pls... is to display on div or table... thnx in advance
working of a div tag in html
working of a div tag in html   !DOCTYPE html PUBLIC "-//W3C//DTD...;body> <div style="width:100%; height:650px; background-color:#FF0000;"> <div style="background-color:#990066; width:100%; height:20
loading page in div
loading page in div  how to load another web page in div?   <div name="iframe" id="iframe"></div> <iframe id="foo" name="foo" src="http://www.w3schools.com/"></iframe> //and in Javascript
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
Unknown runtime error in Ajax - Ajax
Unknown runtime error in Ajax  Getting Unknown runtime error in Ajax... error in Internet Explorer.Any once please give me the solution. Div tag: calling the Ajax: Add State Script
Resize outer div when inner div's height increases
Resize outer div when inner div's height increases   How can I increase the outer div height automatically when inner div's height increases in javascript
div to scrollbar - Java Beginners
div to scrollbar  hi, thanks a lot for replying but my question is some what different let me make it more clear i have div which increases in size... that division but now the question is if i resize the window which means when the div
JavaScript Hide Div
JavaScript Hide Div...; In this section, we are going to hide div element on clicking the button using the JavaScript. In the given example, we have created a div element using <div>
JavaScript move div
JavaScript move div...; This section illustrates you how to move a div element on the window using JavaScript. In the following code, we have defined a div element consisting of text
JavaScript getElementById div
JavaScript getElementById div... example we have used document.getElementById() method to get access to a div element...() method on a div element. We have created a div with the id "myDiv"
Displaying error on the Same form
Displaying error on the Same form  I want to display the errors on the same form(Top of the form) after validation. I am used Div element and Table to display the error messages. It is working properly. But those error messages
jQuery To Hide the Div
jQuery To Hide the Div       In this JQuery tutorial we will develop a program that Hide of a Div Steps to develop the Hide of a Div . Step 1:       Create a new file
error
error  while iam compiling iam getting expected error
Drag from DIV overflow - Ajax
Drag from DIV overflow  Hello All, I have Two html DIVs to use. What i want to do is click and drag item from First DIV and drop in Second DIV... from First Div, this item which i drag did not go beyound from Frist Div. How
JSP Page Error
; </head> <body> <div class="header"> <...;/p></center> </div> <div class="nav"> <ul...; <div class="footer"> <center><strong>Copy Rights @ Arth
JSP Page Error
; </head> <body> <div class="header"> <...;/p></center> </div> <div class="nav"> <ul...; <div class="footer"> <center><strong>Copy Rights @ Arth
JSP Page Error
; </head> <body> <div class="header"> <...;/p></center> </div> <div class="nav"> <ul...; <div class="footer"> <center><strong>Copy Rights @ Arth
Error-
Error-   Hello, I would like to know about XSD file. I try to print XML file but I am getting error SAXException-- says Content is not allowed in prolog. Please help me
error
error  i have 404 error in my program plz tell me yhe solution about
error
error  i have 404 error in my program plz tell me yhe solution about
Error
Error  I have created ajax with php for state and city. When I change state then city will not come in dropdown list and it give me error as 'Unknown Runtime Error'. This error come only in IE browser, but in other brower
Logic error? HELP PLEASE! :(
Logic error? HELP PLEASE! :(  Hello Guys! i have a huge problem. What...;/head> <body class="tundra"> <div id="wrapper" style="margin: left...; <div align="center"> <img src="theme/images
PHP Trigger Error
. Example of PHP Trigger Error Handling: <?php $div=0; if($div==0...PHP Trigger Error PHP trigger_error generates an error, warning, notice message. Basic format of the trigger_error is as follows: boolean trigger_error
error
error  java.lang.unsupportedclassversionerror:bad major version at offset 6 how to solve this????   Hi, Please check the version of framework used and also the JDK version. This type error also comes when java file
error
error