Help - Search - Members - Calendar
Full Version: Divider help
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
JaredxSmith
I'm currently using this code for a divider:
CODE
<hr color="COLOR" size="3" width="100%">


but I was wondering if anyone knows how I can make it like this.

Thanks guys.
fixtatik
that divider is actually part of an image. if you want it thinner, you can set the size to 1, or you can play with some CSS. a way i usually do it is like this:

between your <style> tags:
CODE
span.hr {
  border-bottom:1px solid black; display:block; margin:10px 0; width:100%;
}

and where you want the divider to show up:
CODE
<span class="hr"></span>
JaredxSmith
Thank you!
This helped a bunch.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.