Re: [css-d] Image -- text -- image

2006-01-23 Thread Zoe M. Gillenwater
Keith Kaiser wrote:

I want to put text between two images,

.
div id=wrapper
  img src=. width= 
Some kind of text herebr
with a a href=  too
  img src=. width= 
/div


I would like it to be fluid so that spacing happens by default and the
entire thing is already in my main content div set. It would be best if
wrapper were set to something like 80% or if necessary I can set it to a
fixed px size, each image has a width and height of 125, it would be really
great if the text was centered up and down and side to side between the
images.
  


Can you give us more information about what the real content is?  Are 
those images content images or decorative images?  Is that a paragraph 
inside there?  Having an example of how this will really be used will 
help us help you structure and style it in the most effective way.

Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Image -- text -- image

2006-01-19 Thread Keith Kaiser
I want to put text between two images,

.
div id=wrapper
  img src=. width= 
Some kind of text herebr
with a a href=  too
  img src=. width= 
/div


I would like it to be fluid so that spacing happens by default and the
entire thing is already in my main content div set. It would be best if
wrapper were set to something like 80% or if necessary I can set it to a
fixed px size, each image has a width and height of 125, it would be really
great if the text was centered up and down and side to side between the
images.
Can someone help me on this, 3 1/2 hours working on it alone is long enough.
I'm trying hard not to use any tables, which would make this very easy.

Thanks.

--
YIS/YIV
Keith D Kaiser -- Venturing Roundtable Commissioner
kaiserklan.com
kaiserklan.com/roundtable
kaiserklan.com/wa0tjt
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Image -- text -- image

2006-01-19 Thread Jim Davis
Keith,

Here is a link to a three column grid demo created by Al Sparber:

http://www.projectseven.com/csslab/testing/lists/grid.htm

It's a fixed width, but maybe will provide some inspiration.

Jim

On 1/19/06, Keith Kaiser [EMAIL PROTECTED] wrote:

 I want to put text between two images,

 .
 div id=wrapper
   img src=. width= 
 Some kind of text herebr
 with a a href=  too
   img src=. width= 
 /div
 

 I would like it to be fluid so that spacing happens by default and the
 entire thing is already in my main content div set...
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/