t hanks very much again for the follow up reply finally now i get it, understanding more about the diff between css and html syntax for the styling and to me there was a magic part, its about the iframe not getting the css from external sheets, just plain missed that. it would seem to make iframes somewhat cumbersome, not being able to use a good amount of work and planning that goes into the css external sheets. bob
"Usamah M. Ali" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello bbxrider, First of all, please don't cross post on this list. Send a single email for every issue and reply on the same message with any upcoming fedback or communication. Now, about your inquiry, it's clear that you're using very incorrect syntax on your CSS. Actually you're mixing between CSS properties and HTML attributes, In your CSS there are many instances like this: .text_cell { text-align: left; height="87"; width="250"; valign="middle"; } A correct CSS syntax of a styling rule is property: value; Equal signs are not used anywhere in CSS. Also, there's no valign property in CSS; that's an HTML attribute. The equivalent CSS property is vertical-align. I suggest that you revise the basics of CSS programming, before you go any further with your CSS development. Check out http://www.w3schools.com/css/default.asp Best regards, Usamah 2008/2/22 bbxrider <[EMAIL PROTECTED]>: > thanks for the reply, but that didn't work, i'm trying another post with > more info > > "Gunlaug Sørtun" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > > bbxrider wrote: > > > >> > http://www.westernstatesglass.com/1navDoc_wsgIndustryLinks/document_view > > > >> i'm missing something, am trying to get the logo pics to align right > >> so they are closer to the text of the link > > > > You mean like... > > > > <http://www.gunlaug.no/tos/alien/bbx/test_08_0220.html> > > > > ...? > > > > Add... > > > > <style type="text/css"> > > .logo_cell { > > text-align:right; > > height: 87px; > > width: 250px; > > } > > </style> > > > > ...in the head of the page in the iframe. > > > > regards > > Georg > > -- > > http://www.gunlaug.no > > ______________________________________________________________________ > > css-discuss [EMAIL PROTECTED] > > http://www.css-discuss.org/mailman/listinfo/css-d > > List wiki/FAQ -- http://css-discuss.incutio.com/ > > List policies -- http://css-discuss.org/policies.html > > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > > > > > > > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
