-
AuthorPosts
-
August 19, 2013 at 5:51 pm #28057
Hello,
1. When I transferred the table from my previous site it put it in the table feature that comes with the site. I would like to put a regular normal table on my website with out the different boxes, colors, and outlines. Is there a way to deactivate the table functions?
2. Outlines around the images. I have been manually putting the frames/borders around my images, is there a short code or button that I am missing in the theme?
Thanks
Jen
August 21, 2013 at 5:02 am #136298Hey,
1.) What do you mean remove the functions? Or do you mean remove the style of the Enfold table? Please give us a link to your website.
2.) No, there is no option to add border or frames to the images. You need to manually edit them using CSS.
Regards,
Ismael
August 21, 2013 at 12:05 pm #136299Good Morning,
Yes remove the style, here is the page http://www.massagedevie.com/bare-treatments/
I currently have an image for the menu I created, I would like to create a table menu that looks exactly like this. Here is the table from my previous site too.
thanks
jenny
<tbody>
<tr>
<td style=”padding-left: 95px;” width=”200″>brow</td>
<td width=”100″>$24</td>
<td width=”200″>cheeks</td>
<td width=”100″>$24</td>
</tr>
<tr>
<td style=”padding-left: 95px;” width=”200″>upper lip</td>
<td width=”100″>$24</td>
<td width=”200″>chin</td>
<td width=”100″>$24</td>
</tr>
<tr>
<td style=”padding-left: 95px;” width=”200″>neck</td>
<td width=”100″>$34</td>
<td width=”200″>full face</td>
<td width=”100″>$54</td>
</tr>
</tbody>
</table>
<p style=”margin-bottom: 25px;”</p>
<p style=”padding-left: 95px;”>ladies body waxing</p>
<tbody>
<table>
<tr>
<td style=”padding-left: 95px;” width=”200″>hands/fingers</td>
<td width=”100″>$14</td>
<td width=”200″>feet/toes</td>
<td width=”100″>$14</td>
</tr>
<tr>
<td style=”padding-left: 95px;” width=”200″>half arm</td>
<td width=”100″>$34</td>
<td width=”200″>full arm</td>
<td width=”100″>$54</td>
</tr>
<tr>
<td style=”padding-left: 95px;” width=”200″>underarms</td>
<td width=”100″>$34</td>
<td width=”200″>shoulders</td>
<td width=”100″>$34</td>
</tr>
<tr>
<td style=”padding-left: 95px;” width=”200″>half back</td>
<td width=”100″>$44</td>
<td width=”200″>full back</td>
<td width=”100″>$64</td>
<tr>
<td style=”padding-left: 95px;” width=”200″>chest</td>
<td width=”100″>$34</td>
<td width=”200″>stomach</td>
<td width=”100″>$34</td>
<tr>
<td style=”padding-left: 95px;” width=”200″>half leg</td>
<td width=”100″>$44</td>
<td width=”200″>full leg</td>
<td width=”100″>$74</td>
<tr>
<td style=”padding-left: 95px;” width=”200″>bikini line/shape</td>
<td width=”100″>$34</td>
<td width=”200″>full bikini</td>
<td width=”100″>$54</td>
<tr>
<td style=”padding-left: 95px;” width=”200″>mini brazilian</td>
<td width=”100″>$54</td>
<td width=”200″>brazilian</td>
<td width=”100″>$74</td>
</tr>
</tbody>
</table>
<p style=”margin-bottom: 25px;”</p>
<p style=”padding-left: 95px;”>Gentleman Face Waxing</p>
<table>
<tbody>
<tr>
<td style=”padding-left: 95px;” width=”200″>brow</td>
<td width=”100″>$24</td>
<td width=”200″>ears</td>
<td width=”100″>$24</td>
</tr>
<tr>
<td style=”padding-left: 95px;” width=”200″>nose</td>
<td width=”100″>$14</td>
<td width=”200″>neck</td>
<td width=”100″>$34</td>
</tr>
</tbody>
</table>
<p style=”padding-left: 95px;”>Gentleman Body Waxing</p>
<table>
<tbody>
<tr>
<td style=”padding-left: 95px;” width=”200″>hands/fingers</td>
<td width=”100″>$24</td>
<td width=”200″>feet/toes</td>
<td width=”100″>$24</td>
</tr>
<tr>
<td style=”padding-left: 95px;” width=”200″>half arms</td>
<td width=”100″>$44</td>
<td width=”200″>full arms</td>
<td width=”100″>$64</td>
</tr>
<tr>
<td style=”padding-left: 95px;” width=”200″>underarms</td>
<td width=”100″>$34</td>
<td width=”200″>shoulders</td>
<td width=”100″>$44</td>
</tr>
<tr>
<td style=”padding-left: 95px;” width=”200″>half back</td>
<td width=”100″>$54</td>
<td width=”200″>full back</td>
<td width=”100″>$74</td>
</tr>
<tr>
<td style=”padding-left: 95px;” width=”200″>half leg</td>
<td width=”100″>$54</td>
<td width=”200″>full leg</td>
<td width=”100″>$84</td>
</tr>
<tr>
<td style=”padding-left: 95px;” width=”200″>chest</td>
<td width=”100″>$54</td>
<td width=”200″>stomach</td>
<td width=”100″>$54</td>
</tr>
</tbody>
</table>
August 22, 2013 at 2:11 am #136300Hey,
The css for the table element is located on css > base.css > #Table. You can edit those or remove them completely if you want your own modifications for the table element. You can also override them using the custom.css or Quick CSS. I notice that you have an inline css code for the table element, it will automatically override the table properties located on base.css.
Regards,
Ismael
-
AuthorPosts
- The topic ‘Deactivate table functions and borders around images’ is closed to new replies.