Click to See Complete Forum and Search --> : an alternative to <br>?


Conor
12-10-2003, 03:01 PM
im working on a webpage and i need something to post in a specific place but i cant get it to work using the <br> tag it is either to high or to low. is there an alternative.

pyro
12-10-2003, 03:02 PM
Use CSS for positioning.

Conor
12-10-2003, 03:12 PM
thats would go in a <style> </style> type of thing correct?. Know where i could find how to do this in css?

Paul Jr
12-10-2003, 03:27 PM
You can check out

W3 Schools (http://www.w3schools.com/css/css_positioning.asp)
Or
The W3C (http://www.w3.org/TR/REC-CSS2/visuren.html#absolute-positioning)

Conor
12-10-2003, 03:41 PM
thanks

Paul Jr
12-10-2003, 04:17 PM
You're welcome. ;)