HTML, marquee borde NO CSS plz help !!!?

buffman

New member
in school we are creating personal websites, and i need to create a #00ff00 border around a marquee. I soon discovered that this task is quite hard to do without using css (at least it is for me i rely on css too much then i should XD) i was wondering if this is possible to do with html only. and if so how would i create it?.....heres my code if it helps.......
<center>
marquee bgcolor="black"
align="absmiddle"
width="500"
vspace="50"
hspace="500"
scrollamount="4"
direction="right"
width="250"
class="textgreen"
bgcolor="#000000">Welcome to Flashtotext.com</marquee><center>
 
******************************************************
First off:
tell your Teacher/Instructor that teaching you to use depreciated and/or obsolete HTML is extremely poor practice!
******************************************************

As for your reliance on CSS?!
I think it's awesome that you rely on it as much as you do!
I encourage you to gain better knowledge of CSS, and work on your HTML/XHTML skills.
You really should be learning how to code a multi column layout with pure CSS in todays classroom!

Good luck teaching your teacher something new!
:)
 
******************************************************
First off:
tell your Teacher/Instructor that teaching you to use depreciated and/or obsolete HTML is extremely poor practice!
******************************************************

As for your reliance on CSS?!
I think it's awesome that you rely on it as much as you do!
I encourage you to gain better knowledge of CSS, and work on your HTML/XHTML skills.
You really should be learning how to code a multi column layout with pure CSS in todays classroom!

Good luck teaching your teacher something new!
:)
 
Back
Top