View Full Version : HTML HELP bordering
tonster91
01-07-2007, 07:47 PM
how can i create a border around some text, like in a table or something. or how can i take away the scroll bar?
props.
NineTwoZero
01-07-2007, 08:11 PM
in body (css) overflow: off; i think
djr33
01-07-2007, 09:57 PM
Not sure how the 'or' fixes the issue, since they seem unrelated to me.
As for a border, do any number of block elements (the ones that come to mind are tables/table cells, or divs), like this:
<div border="17">
mburt
01-08-2007, 12:10 AM
overflow:hidden
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.