post content is stored in the database.
OK, where’s the database?
How do I get at the code to edit it?
‘normally’ you edit the content of your posts in ‘dashboard’ ‘posts’ ‘edit post’
if you want to change some of the html structure, you would need to edit one (or more) of the template files of your theme:
http://codex.ww.wp.xz.cn/Editing_Files
to work in the database directly, you could for instance use the phpMyAdmin of your cpanel of your site (backup first, this needs expert knowledge)
but, you could also describe here what you want to change, so someone might be able to make some better suggestions.
‘you could also describe here what you want to change’
Yeah, someone else made a small table for one of my pages and I need to copy it to other pages.
When I try Copy/Paste from the Edit Page view, I only get the table data, the boundaries and colors of the table are not copied.
So I figured I’d be able to grab all the table code from the actual code page and paste it into the other pages – as long as I can find the other pages!
Is there an easier way to copy the table and all it’s properties, boundaries, colors, size, etc?
More:
I managed to copy the table to Word, then turn on the display of boundaries, then paste it into my page so I think I’ve solved my problem.
Thanks!