• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Super-Easy HTML question for the gurus

Originally posted by: Tarrant64
Some formatting would have been nice.

What are you trying to accomplish with this?

really not his fault. The stupid code button for posts doesn't work, and multi-spaces aren't allowed.
 
There's no frame. You've got a table which holds the first copy of the top bar. Then another table, which contains the left bar, the margin, the the data area, however, the data area has a second copy of the top and left bars.

Either remove the first table and the first cell of the second table, or remove the bars from the content area of the second table.

I'm not going to even try to do it myself - that html is too mangled. Do you have firefox and firebug? If not, get them. It's inspect feature is perfect for fixing this kind of trouble.
 
Originally posted by: PhatoseAlpha
There's no frame. You've got a table which holds the first copy of the top bar. Then another table, which contains the left bar, the margin, the the data area, however, the data area has a second copy of the top and left bars.

Either remove the first table and the first cell of the second table, or remove the bars from the content area of the second table.

I'm not going to even try to do it myself - that html is too mangled. Do you have firefox and firebug? If not, get them. It's inspect feature is perfect for fixing this kind of trouble.

Ah! Is that what's happening? I'll check it out and report back. Thanks!
 
Back
Top