Click to See Complete Forum and Search --> : eliminating unnecessary CSS elements


Taurus
11-23-2005, 09:27 AM
I just need make page mirror, just copy some material from the necessary page and insert code in into my pages.
Original code designed for specific website, with it own css, formatting, etc.
So need just eliminate from original page source site-specific tags, which connected to it CSS file.
More clear, I need get plain html code that keep main formatting, i.e. paragrafs, tables, bold fonts -but without connecting to CSS.


For example, page:
http://www.phonakcom.ch/english/vhf_empfanger/invisity.htm

I need copy the middle column, just copy source code starting from line

<table width="465" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<th width="15" align="left" scope="col">&nbsp;</th>
<th width="450" align="left" class="titelBlau Stil5" scope="col"><span class="titelBlau Stil12">invisity</span></th>

and ending with word:
..A specific designed interface with USB adapter for the programming of invisity and remote control.

I see, that I need eliminate various unnecessary attributes, like class="titelBlau Stil5", probably scope="col"..? What else?

When I just removed attributes "titelBlau Stil5", scope="col" I got all fonts bold. Something was wrong.

The same question for this sample:
http://www.phonakcom.ch/english/tarnfunk/induktionsempfanger.htm

Could someone help and show cleared sample, how it need be?