473,804 Members | 2,180 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Style

//This is really fundemental, but I dont seem to be able to understand why
my table text wont render as I want it. I have a style sheet which has many
styles for all the standard tags etc. The body style for example will change
when I change the BODY tag specified in the style sheet but the text within
the table seems to be oblivious to this. In an attempt to change all the
text in the table, I created a style with a selector name of TableText. This
does not seem to work either.

//Here is my style below, in the table tag <TABLE class="TableTex t">
However the table will not conform to the text specified in the style.

Any ideas ?

TableText

{

BACKGROUND-COLOR: white;

FONT-FAMILY: Arial;

FONT-SIZE: 8pt;

FONT-WEIGHT: bold;

LETTER-SPACING: normal;

TEXT-TRANSFORM: none;

WORD-SPACING: normal;

}


Nov 19 '05 #1
4 1211
Set the font on the td tag of the table.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Mr Newbie" <he**@now.com > wrote in message
news:uj******** ******@TK2MSFTN GP09.phx.gbl...
//This is really fundemental, but I dont seem to be able to understand why
my table text wont render as I want it. I have a style sheet which has
many styles for all the standard tags etc. The body style for example will
change when I change the BODY tag specified in the style sheet but the
text within the table seems to be oblivious to this. In an attempt to
change all the text in the table, I created a style with a selector name
of TableText. This does not seem to work either.

//Here is my style below, in the table tag <TABLE class="TableTex t">
However the table will not conform to the text specified in the style.

Any ideas ?

TableText

{

BACKGROUND-COLOR: white;

FONT-FAMILY: Arial;

FONT-SIZE: 8pt;

FONT-WEIGHT: bold;

LETTER-SPACING: normal;

TEXT-TRANSFORM: none;

WORD-SPACING: normal;

}

Nov 19 '05 #2
OK, but is it not possible to set it for the whole table ?

"S. Justin Gengo" <sjgengo@[no_spam_please]aboutfortunate. com> wrote in
message news:u$******** ******@tk2msftn gp13.phx.gbl...
Set the font on the td tag of the table.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Mr Newbie" <he**@now.com > wrote in message
news:uj******** ******@TK2MSFTN GP09.phx.gbl...
//This is really fundemental, but I dont seem to be able to understand
why my table text wont render as I want it. I have a style sheet which
has many styles for all the standard tags etc. The body style for example
will change when I change the BODY tag specified in the style sheet but
the text within the table seems to be oblivious to this. In an attempt to
change all the text in the table, I created a style with a selector name
of TableText. This does not seem to work either.

//Here is my style below, in the table tag <TABLE class="TableTex t">
However the table will not conform to the text specified in the style.

Any ideas ?

TableText

{

BACKGROUND-COLOR: white;

FONT-FAMILY: Arial;

FONT-SIZE: 8pt;

FONT-WEIGHT: bold;

LETTER-SPACING: normal;

TEXT-TRANSFORM: none;

WORD-SPACING: normal;

}


Nov 19 '05 #3
Actually, i had forgotten to put the period (.) before the class name. It
works now, however, I have noticed that changes to the styles are not
neceecarilly relfected in the page , you need to sometimes close and open
then up again to make them come into effect, I think this could be a bug.
???
"Mr Newbie" <he**@now.com > wrote in message
news:eT******** ******@TK2MSFTN GP09.phx.gbl...
OK, but is it not possible to set it for the whole table ?

"S. Justin Gengo" <sjgengo@[no_spam_please]aboutfortunate. com> wrote in
message news:u$******** ******@tk2msftn gp13.phx.gbl...
Set the font on the td tag of the table.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Mr Newbie" <he**@now.com > wrote in message
news:uj******** ******@TK2MSFTN GP09.phx.gbl...
//This is really fundemental, but I dont seem to be able to understand
why my table text wont render as I want it. I have a style sheet which
has many styles for all the standard tags etc. The body style for
example will change when I change the BODY tag specified in the style
sheet but the text within the table seems to be oblivious to this. In an
attempt to change all the text in the table, I created a style with a
selector name of TableText. This does not seem to work either.

//Here is my style below, in the table tag <TABLE class="TableTex t">
However the table will not conform to the text specified in the style.

Any ideas ?

TableText

{

BACKGROUND-COLOR: white;

FONT-FAMILY: Arial;

FONT-SIZE: 8pt;

FONT-WEIGHT: bold;

LETTER-SPACING: normal;

TEXT-TRANSFORM: none;

WORD-SPACING: normal;

}



Nov 19 '05 #4
No, not a bug. It operates very similarly to a web browser. Try View -
Refresh while on the design page.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Mr Newbie" <he**@now.com > wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Actually, i had forgotten to put the period (.) before the class name. It
works now, however, I have noticed that changes to the styles are not
neceecarilly relfected in the page , you need to sometimes close and open
then up again to make them come into effect, I think this could be a bug.
???
"Mr Newbie" <he**@now.com > wrote in message
news:eT******** ******@TK2MSFTN GP09.phx.gbl...
OK, but is it not possible to set it for the whole table ?

"S. Justin Gengo" <sjgengo@[no_spam_please]aboutfortunate. com> wrote in
message news:u$******** ******@tk2msftn gp13.phx.gbl...
Set the font on the td tag of the table.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Mr Newbie" <he**@now.com > wrote in message
news:uj******** ******@TK2MSFTN GP09.phx.gbl...
//This is really fundemental, but I dont seem to be able to understand
why my table text wont render as I want it. I have a style sheet which
has many styles for all the standard tags etc. The body style for
example will change when I change the BODY tag specified in the style
sheet but the text within the table seems to be oblivious to this. In
an attempt to change all the text in the table, I created a style with
a selector name of TableText. This does not seem to work either.

//Here is my style below, in the table tag <TABLE class="TableTex t">
However the table will not conform to the text specified in the style.

Any ideas ?

TableText

{

BACKGROUND-COLOR: white;

FONT-FAMILY: Arial;

FONT-SIZE: 8pt;

FONT-WEIGHT: bold;

LETTER-SPACING: normal;

TEXT-TRANSFORM: none;

WORD-SPACING: normal;

}




Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
5486
by: lawrence | last post by:
Can anyone tell me why this code works in Netscape 7.1 but not in IE??? <SCRIPT type='text/javascript'> function makeVisible(nameOfDiv) { document.getElementById(nameOfDiv).style.visibility='visible'; document.getElementById(nameOfDiv).style.height='auto'; if (nameOfDiv != 'weblogs')
1
2038
by: Roy | last post by:
Hey all. All I'm trying to do is get a darn double solid bar in my datagrid footer. Doesn't seem to work. Any tips? The weird thing is all the other stylesheet attributes work. If I increase the font size it's reflected, etc... Here's my style sheet code: ..Footer { border-top-style:double; border-top-color:Black;
0
2627
by: cedoucette | last post by:
I just wrote code to support sortable columns in a datagrid. It seems to work fine; but, it doesn't look right. The problem is that I have a generic style for links and a different style for the header row - and they conflict. The sortable column apparently uses the generic style for <a> elements and the rest of the header uses "headerRow". Can anyone tell me how to get consistent styles for each column in my datagrid header?
1
9041
by: RonY | last post by:
I have a dropdown which calls SetTimePeriod method on change the selection. In the JS function, I reset the field style.display based on what the selection is. This works fine with IE but not working with Firefox browser. The firefox browser has problem to display a field after its style.display is reset. At the end of the JS function, I printed out the fields style.display value. They are set correctly. How to resovle this? My JS is : ...
8
6703
by: JT | last post by:
Hi, I have done a fair amount of style editing inline in ASP. I'm now using VS 2005 with a standard web project (not Web Application Project). This is my first foray into CSS in a style sheet and also my first true attempt at using master pages. I tried setting up a style sheet with a simple setting to float an image to the right and it had no effect on the image. Then, I tried putting the style code in my ASPX file as such,
6
13779
by: rongchaua | last post by:
Hi all, I want to change the style of a button. But I don't know how to do it. For example, I have already a button OK on form. I want to add these styles to this button (WS_CHILD || WS_VISIBLE || WS_CLIPSIBLINGS || WS_TABSTOP || BS_FLAT). What should I do now? All help will be appreciated. rca.
1
15333
by: Armin Gajda | last post by:
Hi, I have the following problem: An input field get a border assigned by a style class (e.g. 2px solid red). When the field gets the focus, we set the border to green. element.style.border = "2px solid green"; When the field looses the focus, the border should change back to red.
0
2651
by: =?Utf-8?B?QXR1bA==?= | last post by:
When .Net 1.0 webservice (VS2003) generates a wsdl - <wsdl:binding name="TestSoap" type="tns:TestSoap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/(note: style attribute present) <wsdl:operation name="HelloWorld"> <soap:operation soapAction="http://tempuri.org/HelloWorld" style="document" /> But when .Net 2.0 webservice (VS2005) generates a wsdl -
3
1926
by: Michellevt | last post by:
Hi I am working on a project (for college) and wondered if anyone can help me with my problem. In the project we are not allowed to make use of any "style" attributes but "class" attributes instead. The following is the java script that i am using and i am having trouble in using a class instead of a style tag because simply replacing the style=\"position:absolute;\" tag with class=\"posiAbs\" where in the external css ".posiAbs...
3
1958
Claus Mygind
by: Claus Mygind | last post by:
I want to move some style setting into a javaScript function so I can make them variable but I get "invalid assignment left-hand side" error? see my question at the bottom of this message. It works fine when I stream it out in my html page like this: <DIV ID="popSearch" STYLE=" position:absolute; visibility:hidden;
0
9714
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9594
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10600
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10096
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9174
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7638
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5534
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4311
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3002
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.