 GwellinPremium join:2004-05-31 Regina, SK Reviews:
·Access Communica..
| reply to Sentinel
Re: Possible to assign a "margin" to any element?Try using the [code][/code] pseudo-tags that most forums offer you. You could also enter it directly but replace the angle brackets with their meta-character equivalent; for example I can display angle brackets < > by entering this: < >
That combined with some previewing to make sure you got it right will give a more understanding post.
-
Anyways, about the horizontal rules you were trying to make. You can easily use negative margins in this case for your rule; make them equal to the body margins and that should be it.
<hr style="height: 0px; border-width: 1px 0px 0px; border-top: 1px solid #0000ff; margin: 10px -10px;" />
Assuming a body margin of 10px.
Also, horizontal rules are block elements, so you don't have to defined the width at all. In fact you shouldn't to prevent possible cross-browser incompatibilities.
-- Here to help all those in need, whenever I can. |