ok, so i am playing around with firing a bunch of stuff into wordpress, and i'm having a whole lot of issues with what i can and can't put into my posts. i was under the impression that i could fire pretty much an html i wanted into my posts, but i can't seem to use any tables without everything looking completely haywire. this totally fucks up the format i had planned for my posts. whats going on? is this not going to work for me or what?
using html and tables in wordpress posts?
Collapse
X
-
Tags: None
-
Well, I never use tables in my posts so i tested this code
<table width="80%" border="2" align="center">
<tr>
<td><div align="center">Test</div></td>
<td><div align="center">Test</div></td>
</tr>
</table>
And it looked perfect. I dont know man, any specific example? -
-
it seems as though typing all my html in one continuous string and just letting it wrap, takes care of all the formatting issues, just took a little screwing around. it doesn't make much sense to me, but it works, so be it.
can let this thread sink...Comment


Comment