jonoc33 Posted November 7, 2007 Share Posted November 7, 2007 How would I get a vertical spacer which is like <hr>? Quote Link to comment Share on other sites More sharing options...
~n[EO]n~ Posted November 7, 2007 Share Posted November 7, 2007 There is no VR, you can use transparent gif 1px X 1px and give it a width. OR <SPACER TYPE=VERTICAL SIZE=50> VERTICAL inserts vertical space between lines of text. VERTICAL makes the space look like a really big paragraph break. (However, don't use VERTICAL when you mean <P ...>. If you really intend a paragraph break, use VERTICAL and <P ...> together). When you use VERTICAL, you must also use the SIZE attribute, not HEIGHT. from http://www.htmlcodetutorial.com/images/_SPACER_TYPE_VERTICAL.html Quote Link to comment Share on other sites More sharing options...
jonoc33 Posted November 7, 2007 Author Share Posted November 7, 2007 Made a 1 x 1 jpg with a white bg, made a TD with CSS saying the background image, and repeat-y. Worked well Quote Link to comment Share on other sites More sharing options...
~n[EO]n~ Posted November 7, 2007 Share Posted November 7, 2007 If you had made 1px X 1px transparent GIF, then you could use it in other places too. Anyway you did it Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.