just as it says. i have a seperate .html page (NO html tags used, simple page without title, tags..etc)
i want to put it into my main page, but when i put it inside of a table, then .css file of that page will overwrite my whole page and makes chaos.
how can i assign that .css file only inside of that table ?
i know that i should use class and stuff, but im not professional html/php coder and i dont understand where i put the class and how i select it.
here's example, what i need, is to leave everything in this table. if that html source i paste in there has .css, then it would only apply inside of that table, but not on whole site (page where i put this table).
Code:
<table width="800" border="1">
<tr>
<td>my html page source goes here</td>
</tr>
</table>