changing the how much space <br> makes, I am pretty sure |
changing the how much space <br> makes, I am pretty sure |
Nov 19 2008, 08:22 PM
Post
#1
|
|
![]() Sex, Blood, & RocknRoll ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: People Staff Posts: 5,305 Joined: Nov 2007 Member No: 596,480 |
I am pretty sure there is a code for this right? To edit how much space the br makes between words and such.
I think this was already asked but I couldn't find the old topic so I wasn't sure. |
|
|
|
![]() |
Nov 21 2008, 07:25 AM
Post
#2
|
|
|
the 1&only Danny Dahl ![]() ![]() ![]() ![]() Group: Member Posts: 149 Joined: Apr 2007 Member No: 518,959 |
I would use <hr /> in place of <br />
and then adjust the height with: <style type="text/css"> hr { height: 20px; } </style> ... play around with the 20px value until you get the desired spacing. |
|
|
|
Nov 21 2008, 04:41 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 5,880 Joined: Nov 2007 Member No: 593,382 |
I would use <hr /> in place of <br /> and then adjust the height with: <style type="text/css"> hr { height: 20px; } </style> ... play around with the 20px value until you get the desired spacing. Hr? Wouldnt that only work if it were invisible. I dont think she wants to have a big line. just invisible space. |
|
|
|
Nov 22 2008, 04:18 AM
Post
#4
|
|
|
the 1&only Danny Dahl ![]() ![]() ![]() ![]() Group: Member Posts: 149 Joined: Apr 2007 Member No: 518,959 |
Hr? Wouldnt that only work if it were invisible. I dont think she wants to have a big line. just invisible space. Ahh , yes.. Well you can use border:none; but Internet Explorer is lame and doesn't let that work. It works in all other major browsers, Firefox, Google Chrome, Opera, etc. Ya again, I'm used to working with mainly Firefox so I forget about the stupid little things here and there you have to find workarounds for to get them to work in IE. If you wanted something that worked in all browsers, you could use: <div class="hr"><hr/></div> and do something like this... <style type="text/css"> div.hr { height: 20px; } div.hr hr { display: none; } </style> I dunno... usually this isn't an issue or need, because things are separated into paragraphs/sections with <p></p> and the bottom/top margin is set to adjust your spacing between sections/paragraphs/etc. |
|
|
|
Drama changing the how much space <br> makes Nov 19 2008, 08:22 PM
JosephCohen123 Well this isnt actually br but if your trting to c... Nov 21 2008, 12:51 AM
itsmattadams Use a horizontal rule. Here's some HR graphics... Nov 21 2008, 01:28 AM
Aberisk <br> is the most space (like 3 spaces) <b... Nov 21 2008, 10:16 AM
mipadi QUOTE(Aberisk @ Nov 21 2008, 10:16 AM) ... Nov 21 2008, 01:35 PM
--DANNY-- QUOTE(mipadi @ Nov 21 2008, 10:35 AM) ... Nov 21 2008, 03:35 PM
Mikeplyts ^I agree. Nov 21 2008, 09:10 PM
Drama Thanks guys, must of been mistaken about the br th... Nov 22 2008, 12:36 PM
fixtatik a little late and whatnot, but if you still want t... Nov 25 2008, 06:53 AM![]() ![]() |