Microsoft Frontpage 2003 or HTML help?

sya

New member
I have microsoft frontpage 2003. I am creating a table and I want some things in the cell Bolded. But when I use the ctrl + b it bolds everything in the row of the table. What do i need to look for in my code to only bold the things I want instead of everything. or how do i change the properties

Thanks
Actually it bolds everything in the table. When i do ctrl + b but I want to know why it bolds everything instead of where the insertion is.

Thanks
I just started a new page and it worked since I just started on it, i started over.

Thanks
 
The code could use the <b></b> tags, or this could be accomplished using CSS.

In the case of CSS, the properties could be defined in either an inline style, an embeded style, or a linked style sheet. When traversing your CSS code, look for the property "font-weight:bold;".

I'd have to see your code in order to provide you with a more exact answer.
 
Back
Top