PDA

View Full Version : Need some help with text


andr0087
Mar-04-2007, 07:35 AM
:scratch I am trying to build a table- (or is there a better way to cute the page in half and add text????)


http://andreabphotography.smugmug.com/gallery/2526358

How do I move "Busy Bee Package" over to the right more?

I did not know if there was any way to add Cell Padding to the columns, but I do not want cell padding for the rows.

Also- I still cannot figure out how to move the word "Packages" up the screen, and shrink the space below this word.

Thank You!!!!

corbosman
Mar-04-2007, 09:47 AM
:scratch I am trying to build a table- (or is there a better way to cute the page in half and add text????)


http://andreabphotography.smugmug.com/gallery/2526358

How do I move "Busy Bee Package" over to the right more?
Maybe not the most elegant method...change the table with the packages to have a 'width="100%"' like this:

<table width="100%" border="0">

Seems to do what you want.



Also- I still cannot figure out how to move the word "Packages" up the screen, and shrink the space below this word.

Thank You!!!!
You have a <br>, if you delete it the word packages will move up.

hope that helps,

Cor