Uppercase To Bold

I'm a total asp novice, but could you tell me if the following is possible:

I have a field that contains text with titles in uppercase e.g.

THIS IS TITLE 1
Text goes here

THIS IS TITLE 2
Text goes here

Is there any way to make rows in uppercase display in bold?

View Replies


ADVERTISEMENT

Bold Everything

i need to bold everthing on a line (as indicated by <br>) if the end of the line doesn't end with a punctuation mark, e.g. period, comma, etc.

View Replies View Related

Bold Text

a way to pull certain key words from information in a database and put a bold tag on them. I have a comment form and when the user enters in there information I would like to make it so certain words, when entered, would have a bold tag added to them when the information that was entered is displayed on the new comment page.

View Replies View Related

Bold Search Words

i have a form where the user keys in words to be searched from the itemDescription column in the database. My search works fine, but how to i bold that particular searched word?

View Replies View Related

Save Bold Letters In Access

i am using an online html editor to retrieve value from the database. i then make a few letters as bold and few in red colors. i now want to know can i save such words saved in different colors go into the database ms access??? can it be achieved. has anyone faced such issue before?

View Replies View Related

Uppercase

How do i change string to uppercase in asp? What does "Ignorecase" does? will it help if i decide to compare 2 strings?

View Replies View Related

Uppercase After Space

I'd like to know how can I make the first letter of every word on a textbox field, uppercase, automatically. I'd like to use this for the Name and Surname field, but I don't know how?

View Replies View Related

First Letter To Uppercase

i need to convert the first letter of a veriable to uppercase (the veriable is loaded and the applied LCase() ).

View Replies View Related

First Letter Is Uppercase

I want to take a value that users type into a field (actually 2 fields--first and last name) and convert the first letter to Upper Case. I thought I could use UCase, but it seems to only work for an entire string.

View Replies View Related

Changing Form Input To Uppercase

I have a form, where the user types their initals and it then returns some results. However, the Oracle database requires the initials to be in capitals, how can I convert the user input to upppercase?

View Replies View Related

Making Every Word's First Letter On A Field, Uppercase

I'd like to know how can I make the first letter of every word on a textbox field, uppercase, automatically. I'd like to use this for the Name and Surname field, but I don't know how... any hint?

View Replies View Related

Regex :: To Allow Lowercase And Uppercase Letter, And Numbers?

What's a way (like, for a username) to allow lowercase and uppercase letter, and numbers?

Code:

objRegExp.Pattern = "[a-z][0-9]"
objRegExp.Global = True
objRegExp.IgnoreCase = True

That's what I have, but I want to make the letters or numbers OPTIONAL, but right now they are required. how can I fix that?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved