If you post the HTML, if thats possible here, some of us can help with the code. It doesn't take much effort to make that layout of yours work accross web browsers.
Maybe do this:
1) Make a Table with 2 Rows, place text in the upper row and pic on bottom row,
2) On the table properties popup, put in cellpadding as 5, and cellspacing 0
3) Close the properties popup
4) Right click on the top cell and choose from the menu Cell > Table Cell Properties
5) Go to the Advanced tab and at the Style field add in "background-color: #1c1c1c;" (without quotes)
6) Then centralise the frames texts if you prefer
7) Repeat 4-6 for bottom row
Scroll down for examples.
|
This here is a floating table. With style of: float: right; |
Note that all content here has some styles applied already from VGC's own style sheets, thats why in this example, the cellspacing is set to zero and individual styles are applied to each cell instead of the whole table, VG has a color defined for table cells and it will override your style if you style the whole table instead of each cell.
|
Like this, this should display properly in all browsers. This is a table 300px wide with 2 rows. This is the top row.
|
|
This is the bottom row |







