I'm trying to create a form that submits this table into a joomla article. For some reason when I try to include any table no matter how basic it does not work. Thanks for any help you guys can offer.
I've narrowed it down to this...
If I use
my table will show up in my article,
but if I try to use
it does not work.... I tried replacing all " with "." but that doesn't work.... Anyone have any ideas?
I've narrowed it down to this...
If I use
<table border="."0".">
in replace of <table border="0">
my table will show up in my article,
but if I try to use
<table class="news_item_f" style="background-color: #f5f2e1; border: 2pt solid #4D270C;" border="1" cellpadding="5" cellspacing="5" frame="border">
it does not work.... I tried replacing all " with "." but that doesn't work.... Anyone have any ideas?