<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Create Table, and put the border</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/create-table-and-put-the-border/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/create-table-and-put-the-border/feed/</link>
		<description></description>
		<pubDate>Fri, 21 Aug 2026 02:01:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/create-table-and-put-the-border/#post-31492</guid>
					<title><![CDATA[Create Table, and put the border]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/create-table-and-put-the-border/#post-31492</link>
					<pubDate>Fri, 19 May 2017 15:45:27 +0000</pubDate>
					<dc:creator>cesargarcia</dc:creator>

					<description>
						<![CDATA[
						<p>Hie, I am working in the template, but I need add a table with border.<br />
This is my example (I put this code inside a text block), but is without the border. Thank you!<br />
&lt;table&gt;<br />
  &lt;tr&gt;<br />
    &lt;th scope=&#8221;col&#8221;&gt;Nombre producto&lt;/th&gt;<br />
    &lt;th scope=&#8221;col&#8221;&gt;Precio unitario&lt;/th&gt;<br />
    &lt;th scope=&#8221;col&#8221;&gt;Unidades&lt;/th&gt;<br />
    &lt;th scope=&#8221;col&#8221;&gt;Subtotal&lt;/th&gt;<br />
  &lt;/tr&gt;</p>
<p>  &lt;tr&gt;<br />
    &lt;td&gt;Reproductor MP3 (80 GB)&lt;/td&gt;<br />
    &lt;td&gt;192.02&lt;/td&gt;<br />
    &lt;td&gt;1&lt;/td&gt;<br />
    &lt;td&gt;192.02&lt;/td&gt;<br />
  &lt;/tr&gt;</p>
<p>  &lt;tr&gt;<br />
    &lt;td&gt;Fundas de colores&lt;/td&gt;<br />
    &lt;td&gt;2.50&lt;/td&gt;<br />
    &lt;td&gt;5&lt;/td&gt;<br />
    &lt;td&gt;12.50&lt;/td&gt;<br />
  &lt;/tr&gt;</p>
<p>  &lt;tr&gt;<br />
    &lt;td&gt;Reproductor de radio &amp; control remoto&lt;/td&gt;<br />
    &lt;td&gt;12.99&lt;/td&gt;<br />
    &lt;td&gt;1&lt;/td&gt;<br />
    &lt;td&gt;12.99&lt;/td&gt;<br />
  &lt;/tr&gt;</p>
<p>  &lt;tr&gt;<br />
    &lt;th scope=&#8221;row&#8221;&gt;TOTAL&lt;/th&gt;<br />
    &lt;td&gt;-&lt;/td&gt;<br />
    &lt;td&gt;7&lt;/td&gt;<br />
    &lt;td&gt;<strong>207.51</strong>&lt;/td&gt;<br />
  &lt;/tr&gt;<br />
&lt;/table&gt;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/create-table-and-put-the-border/#post-31497</guid>
					<title><![CDATA[Reply To: Create Table, and put the border]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/create-table-and-put-the-border/#post-31497</link>
					<pubDate>Mon, 22 May 2017 08:50:30 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>It&#8217;s advisable you use the default theme styling for tables, simply mod it to this:</p>
<pre><code>&lt;div class=&quot;responsive_table_container&quot;&gt;
&lt;table class=&quot;fortuna_table&quot; width=&quot;100%&quot;&gt;
&lt;tr&gt;
&lt;th scope=”col”&gt;Nombre producto&lt;/th&gt;
&lt;th scope=”col”&gt;Precio unitario&lt;/th&gt;
&lt;th scope=”col”&gt;Unidades&lt;/th&gt;
&lt;th scope=”col”&gt;Subtotal&lt;/th&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;Reproductor MP3 (80 GB)&lt;/td&gt;
&lt;td&gt;192.02&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;192.02&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;Fundas de colores&lt;/td&gt;
&lt;td&gt;2.50&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;12.50&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;Reproductor de radio &amp; control remoto&lt;/td&gt;
&lt;td&gt;12.99&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;12.99&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;th scope=”row”&gt;TOTAL&lt;/th&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;207.51&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;</code></pre>
<p>In the text editor. Clicking on the shortcodes dropdown under VIsual also let&#8217;s you add a table of that style preset. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/create-table-and-put-the-border/#post-31505</guid>
					<title><![CDATA[Reply To: Create Table, and put the border]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/create-table-and-put-the-border/#post-31505</link>
					<pubDate>Mon, 22 May 2017 14:30:02 +0000</pubDate>
					<dc:creator>cesargarcia</dc:creator>

					<description>
						<![CDATA[
						<p>It works! thank you!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

