English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

that will let me put some type of background around a picture with words?
like.. theres words under the picture, and it want it all to look like one..like a black background?

2007-08-30 02:46:52 · 2 answers · asked by Tina 2 in Computers & Internet Programming & Design

2 answers

Not following you 100%, but you could either...

place the image and the words below it in a table cell that is set to have a black background

or place the image and the words inside a div tag that has been styled to have a black background

Add some padding to either the table cell or div so that there is some space around the content.

2007-08-30 04:00:52 · answer #1 · answered by joyaz711 5 · 1 0

Use css!



[words...]

...then in your css
#outercell { background-color: #000; padding: 5px; }
#imgcell img { border: 1px inset #666; margin 2px; }
...whatever for words ...
...
and whatever in the css you want to provide for alignment, and whatever you want to adjust there...

2007-08-30 04:24:47 · answer #2 · answered by fjpoblam 7 · 0 0

fedest.com, questions and answers