Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #213372

    I want to remove the CSS class from a text box so I can place my code without any change from the system.

    Current URL: Vest Domus

    What I want to do:

    <table border="0" cellpadding="0" cellspacing="0" align="center"> 
    <tr>
        <td><a href="#med"><img src="http://vestdomus.com.br/wp-content/uploads/2014/01/med_b.png" 
    onmouseover="this.src='http://vestdomus.com.br/wp-content/uploads/2014/01/med_c.png'" 
    onmouseout="this.src='http://vestdomus.com.br/wp-content/uploads/2014/01/med_b.png'"></a></td>
        <td><a href="#eng"><img src="http://vestdomus.com.br/wp-content/uploads/2014/01/eng_b.png" 
    onmouseover="this.src='http://vestdomus.com.br/wp-content/uploads/2014/01/eng_c.png'" 
    onmouseout="this.src='http://vestdomus.com.br/wp-content/uploads/2014/01/eng_b.png'"></a></td>
    </tr>
    <tr>
    	<td class="content"><a href="#adm"><img src="http://vestdomus.com.br/wp-content/uploads/2014/01/adm_b.png" 
    onmouseover="this.src='http://vestdomus.com.br/wp-content/uploads/2014/01/adm_c.png'" 
    onmouseout="this.src='http://vestdomus.com.br/wp-content/uploads/2014/01/adm_b.png'"></a></td>
        <td class="sidebar"><a href="#dir"><img src="http://vestdomus.com.br/wp-content/uploads/2014/01/dir_b.png" 
    onmouseover="this.src='http://vestdomus.com.br/wp-content/uploads/2014/01/dir_c.png'" 
    onmouseout="this.src='http://vestdomus.com.br/wp-content/uploads/2014/01/dir_b.png'"></a></td>
    </tr>
    </table>
    • This topic was modified 10 years, 2 months ago by Guilherme.
    #214128

    Hi Guilherme!

    Have you tried using a Shortcode (to display that table)?
    http://generatewp.com/shortcodes/

    Best regards,
    Josue

    • This reply was modified 10 years, 2 months ago by Josue.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘CSS Table’ is closed to new replies.