QUOTE(aspmkt @ Oct 30 2009, 02:20 PM)

can you open the page in code view and copy and paste that text up? Or attach both the file and css as attachments? Really without seeing how your page is set up (tables, frames, divs) there isn't a good way to explain it. The only thing you can try, is in the code side depending on what you're doing click right after the item <table> <frame> <frameset> <div> type in width and see if that gives you the option to set the width. Then enter a number such as 800px (I've found that's a good number for most screen resolutions). Here are some examples from my pages...
<table width="99%" border="0" align="left" style="vertical-align:top">
<table width="830" border="0" align="left" cellpadding="0" cellspacing="0" id="noborder">
You should be able to change pretty much anything this way, but sometimes it's not like this. It will have to be changed somewhere else, in css or in styles or something. If you post your code, someone maybe able to give you the exact code to change and what to change it out with.
Hi,
I think this is the code. The img src=" Images/Heading...is my background image. It's pretty much the same size as the table.
<table width="2385" border="0" cellspacing="0" cellpadding="0" cool gridx="16" gridy="16" height="1742" showgridx showgridy usegridx usegridy>
<tr height="1741">
<td width="2384" height="1741" valign="top" align="left" xpos="0"><a onMouseDown="changeImages( /*CMP*/'HeadingNewsPaper',/*URL*/'(EmptyReference!)');return true" onMouseUp="changeImages( /*CMP*/'HeadingNewsPaper',/*URL*/'(EmptyReference!)');return true" onMouseOver="changeImages( /*CMP*/'HeadingNewsPaper',/*URL*/'(EmptyReference!)');return true" onMouseOut="changeImages( /*CMP*/'HeadingNewsPaper',/*URL*/'Images/HeadingNewsPaper.jpg');return true" href="http://www.aaadvertising.com/"><img src="Images/HeadingNewsPaper.jpg" alt="" name="HeadingNewsPaper" height="1739" width="2384" border="0"></a></td>
<td width="1" height="1741"><spacer type="block" width="1" height="1741"></td>
</tr>
<tr height="1" cntrlrow>
<td width="2384" height="1"><spacer type="block" width="2384" height="1"></td>
<td width="1" height="1"></td>
</tr>
</table>