Switch to full style
HTML code examples
Post a reply

increase the number of bank lines by <br/>

Fri Dec 16, 2011 9:26 pm

Increase the <br> left while blank lines. These leave a longer line breaks.
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<
head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>longer break line </title>
<
style type="text/css" media="Screen">

*
 .myStyle {
  line-height: 15px;
}


</
style>
</
head>
<
body>
 
Man 
: Hi , how can i help you ?<br/>
Woman : Hi , am searching for a book ? <br/>
<
br />Man : What type of book ?<br/><br class="myStyle" /> 
Woman 
: The book is about HTML scripting 
<br class="myStyle" /> 
</body>
</
html>
 




Post a reply
  Related Posts  to : increase the number of bank lines by <br/>
 draw any number of lines on mouse clicks     -  
 a quematic system of a bank     -  
 How can I increase the PageRank of my website on Google?     -  
 here how to increase java heap size     -  
 convert integer number to octal,hexadecimal number systems     -  
 How to increase WordPress Blog speed-decrease Page load time     -  
 Lines on the plane     -  
 Sphere by Lines     -  
 Drawing Lines in php     -  
 convert octal number to decimal number     -