dejv
28 Oct 2007, 06:55 AM
i m doing a website for an assignment and i wish to remove the frame borders, i need to remove the using css
tried this :
-----------------
css file:
-----------------
#border {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
----------------------
index.html
---------------------
<head>
<div id="border">
framesets etc....
</div>
</head>
-----------------------------------------
and i have got these errors from the validation tool .. any suggestion how can i reduce/ remove them ?
click me (http://validator.w3.org/check?uri=http%3A%2F%2Fdave.xtremelimits.net%2Fassignment%2F&charset=%28detect+automatically%29&doctype=Inline&group=0)
edit:
how can i insert audio/video , cause i used the enbed tag and it works in internet explorer but doesnt work on firefox :S
tried this :
-----------------
css file:
-----------------
#border {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
----------------------
index.html
---------------------
<head>
<div id="border">
framesets etc....
</div>
</head>
-----------------------------------------
and i have got these errors from the validation tool .. any suggestion how can i reduce/ remove them ?
click me (http://validator.w3.org/check?uri=http%3A%2F%2Fdave.xtremelimits.net%2Fassignment%2F&charset=%28detect+automatically%29&doctype=Inline&group=0)
edit:
how can i insert audio/video , cause i used the enbed tag and it works in internet explorer but doesnt work on firefox :S