Bonjour all,
Today, i was editing some tables for a friend who was using frontpage which inturn scrambled all the <span class> tags.
For example, we would have :
Which would give something like Testing
But frontpage managed to just give it out as :
Which would give something like Testing
I was wondering, if there was any way of having a 'default css', where if the text doesnt have a class, it is displayed in a certain way.
Im pretty certain there is, as otherwise it wouldnt appear blue and in a certain font if it doesnt have a class.
Anyone who can tell me how to change the 'Testing' into 'Testing' without adding the span to each one, shall recieve all of my Np$! (All 3.50 Of it!)
Thanks
Flubber
Today, i was editing some tables for a friend who was using frontpage which inturn scrambled all the <span class> tags.
For example, we would have :
Code:
<span class="table3"> Testing </span>
But frontpage managed to just give it out as :
Code:
Testing
I was wondering, if there was any way of having a 'default css', where if the text doesnt have a class, it is displayed in a certain way.
Im pretty certain there is, as otherwise it wouldnt appear blue and in a certain font if it doesnt have a class.
Anyone who can tell me how to change the 'Testing' into 'Testing' without adding the span to each one, shall recieve all of my Np$! (All 3.50 Of it!)
Thanks
Flubber





