navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

one word

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> one word
Page: [1]
 
tgodshall2

 

Posts: 8
Joined: 2/16/2004
Status: offline

 
one word - 2/16/2004 12:22:29   
Is it possible to lets say make one word bold through out an entire site using css?

if so, any help would be great:)

The site already calls an existing css file so I would just need to add it to that file:)

Troy
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: one word - 2/16/2004 12:51:12   
... not really... at least I don't know how you'd do it...

You're better off using a Find > Replace

(Replace "word" with "<b>word</b>" )

CSS only affects tags and attributes, not actual text or words...

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to tgodshall2)
gorilla

 

Posts: 2974
From: Denmark
Status: offline

 
RE: one word - 2/16/2004 13:27:34   
No - sorry but it can't be done. You have a perl/php script to do do it for you but talk about using a sledgehammer to crack a nut. Bobby's suggestion is the way to go. One suggestion for compatibility purposes <b> .....</b> is deprecated as is <i> ... </i> use <strong> </strong> and <em> </em> instead.

_____________________________

Mháircaish

Signature self-censored to protect the sensibilities of the thin-skinned :).

May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower



(in reply to tgodshall2)
Nancy

 

Posts: 3626
Joined: 11/9/1999
From: Nebraska
Status: offline

 
RE: one word - 2/16/2004 13:52:27   
I would think it would be easier to use a class for it. Initially you can do the same find/replace for it, but by making it a class, should you change your mind in the future, one change to the stylesheet would fix it instead of having to do the find/replace all over again for the entire site.

JMHO

Nancy

_____________________________

Easy Estimates -- is a simple to use tool to quickly build a Web site page enabling visitors to quickly and easily create an estimate of the cost of services that you provide.

(in reply to gorilla)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> one word
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts