PDA

View Full Version : help with a page


mmastation
01-18-2007, 05:33 PM
I have this page I am trying to add to the site www.mmatoday.com/Rich_Franklin.php (http://www.mmatoday.com/Rich_Franklin.php) and I was wondering how to get the the text of the page to stay inside the borders of the header, and how to get the white background there like on the rest of the directory.

David
01-18-2007, 08:20 PM
It looks like you just need to enclose the text with a table and give it a width.

mmastation
01-18-2007, 08:35 PM
Ok I added in the table from the source code for the main page. and here http://www.mmatoday.com/Rich_Franklin.php is what is looks like. any idea why the text is being shifted to the left and not overing the whole page? and also why the top background image is shifter over?Content visible to registered users only.

Thats the code for the page

James
01-18-2007, 10:32 PM
<td width="262" valign="top"> <<<<change the 262 to 718

mmastation
01-18-2007, 11:10 PM
that worked. now what part is calling for that top background piece to be offset

mmastation
01-19-2007, 04:04 AM
got it all working right, thank you guys for helping me out, it is greatly appreciated.