Click here to Skip to main content
16,006,065 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: IIS and TFTP? Pin
1-Jul-02 14:43
suss1-Jul-02 14:43 
GeneralRe: IIS and TFTP? Pin
Roger Wright1-Jul-02 16:12
professionalRoger Wright1-Jul-02 16:12 
GeneralRe: IIS and TFTP? Pin
Chris Rickard2-Jul-02 4:37
Chris Rickard2-Jul-02 4:37 
GeneralRe: IIS and TFTP? Pin
Roger Wright2-Jul-02 6:34
professionalRoger Wright2-Jul-02 6:34 
GeneralHTML tags Pin
Christian Graus30-Jun-02 18:11
protectorChristian Graus30-Jun-02 18:11 
GeneralRe: HTML tags Pin
Michael Dunn30-Jun-02 18:13
sitebuilderMichael Dunn30-Jun-02 18:13 
GeneralRe: HTML tags Pin
Christian Graus30-Jun-02 18:37
protectorChristian Graus30-Jun-02 18:37 
GeneralRe: HTML tags Pin
raouls4-Nov-04 21:53
raouls4-Nov-04 21:53 
according to the w3c you should rather use CSS. so you would have a stylesheet like this:

.bold
{
font-weight: bold;
}

.italic
{
font-style: italic;
}

.underline
{
text-decoration: underline;
}

and in your html:

<span class="bold">this is bold</span>
<span class="italic">this is in italics</span>
<span class="underline">this is underlined</span>


--
Raoul Snyman
Saturn Laboratories
e-mail: raoul.snyman@saturnlaboratories.co.za
web: http://www.saturnlaboratories.co.za/
linux user: #333298
GeneralRe: HTML tags Pin
James T. Johnson30-Jun-02 18:15
James T. Johnson30-Jun-02 18:15 
GeneralRe: HTML tags Pin
Chris Losinger30-Jun-02 18:21
professionalChris Losinger30-Jun-02 18:21 
GeneralRe: HTML tags Pin
Nnamdi Onyeyiri1-Jul-02 10:16
Nnamdi Onyeyiri1-Jul-02 10:16 
GeneralRe: HTML tags Pin
Chris Losinger1-Jul-02 11:14
professionalChris Losinger1-Jul-02 11:14 
GeneralRe: HTML tags Pin
Nnamdi Onyeyiri1-Jul-02 11:16
Nnamdi Onyeyiri1-Jul-02 11:16 
GeneralRe: HTML tags Pin
Chris Losinger1-Jul-02 12:03
professionalChris Losinger1-Jul-02 12:03 
GeneralRe: HTML tags Pin
James T. Johnson1-Jul-02 14:47
James T. Johnson1-Jul-02 14:47 
GeneralRe: HTML tags Pin
Nick Parker4-Jul-02 5:26
protectorNick Parker4-Jul-02 5:26 
GeneralRe: HTML tags Pin
Chris Losinger4-Jul-02 5:31
professionalChris Losinger4-Jul-02 5:31 
GeneralRe: HTML tags Pin
Christian Graus30-Jun-02 18:37
protectorChristian Graus30-Jun-02 18:37 
GeneralRe: HTML tags Pin
James T. Johnson1-Jul-02 15:03
James T. Johnson1-Jul-02 15:03 
QuestionWhat happened to Visual Interdev Pin
Jan R Hansen30-Jun-02 11:24
Jan R Hansen30-Jun-02 11:24 
AnswerRe: What happened to Visual Interdev Pin
Chris Rickard1-Jul-02 4:03
Chris Rickard1-Jul-02 4:03 
GeneralAddNew problem... Pin
Tesic Goran28-Jun-02 15:24
professionalTesic Goran28-Jun-02 15:24 
GeneralRe: AddNew problem... Pin
Chris Rickard28-Jun-02 15:47
Chris Rickard28-Jun-02 15:47 
GeneralEZEvents ver 1.1 Pin
NickJ28-Jun-02 4:26
NickJ28-Jun-02 4:26 
GeneralI need a little help with JavaScript... Pin
split-etm-28-Jun-02 1:43
split-etm-28-Jun-02 1:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.