Does anyone know how many pixels are in a <br /> tag? The CSS that I use needs to imitate a <br /> tag but I can't find any information on the match.
padding-bottom: 4px;
That is how I am trying to replicate it.
pixels in a <br />
Started by drotar, Nov 19 2007 05:26 AM
3 replies to this topic
#1
Posted 19 November 2007 - 05:26 AM
|
|
|
#2
Posted 19 November 2007 - 12:49 PM
What are you trying to make? if you want a space, I think you can use a table with fixed height and leave it empty (make )
#3
Posted 23 November 2007 - 10:50 AM
The <br /> tag doesn't have any pixels, it's used for creating a breaking line. Here's an example.
The <br /> tags purpose is to push things down to the next line.
Thanks, Death
<html> <body> Here's some text. <br /> Here's some text on the next line. </body> </html>
The <br /> tags purpose is to push things down to the next line.
Thanks, Death
#4
Posted 24 November 2007 - 08:55 AM
It's just a direction, it's not anything with width or depth or substance of any kind. If you want space between your lines using CSS, I suppose you can control it down to the pixel.


Sign In
Create Account

Back to top









