Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 10-20-2008, 03:09 PM   #1
HyperActive Warrior
 
Join Date: Jan 2008
Location: Sacramento, California
Posts: 162
Thanks: 2
Thanked 2 Times in 2 Posts
Default HTML Design Question..

Hello warriors,

I'm having trouble with some html, when I create a table, say with 1 row and 3 columns
and type something in the table, the text shows as bold, but there aren't any bold or strong
tags inserted.

Do tables automatically make text bold?

Basically what I want to do is have a header graphic then 2 columns under that, one for
navigation, and the other for content. But I'm just frustrated with this bold text in the
content column, is there a way I can develop this style without having bold text in the
content column?

Thanks
Emoney is offline   Reply With Quote
Old 10-20-2008, 03:16 PM   #2
Videos for the Web
War Room Member
 
Bill Farnham's Avatar
 
Join Date: Feb 2008
Location: Virginia, USA.
Posts: 2,704
Blog Entries: 5
Thanks: 2,586
Thanked 2,818 Times in 1,421 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: HTML Design Question..

If you go into the HTML code and remove the <b> and the </b>, example <b>text you typed</b> that should get rid of it.

Another way this could happen is if you forgot to close the bold text </b>. The following text on the rest of the page can stay bolded (if that's a word).

KJ


If you are a Real Estate Agent or know someone who is...Branding Videos for Real Estate Agents
Video Creators - Sign Up to get your FREE Sample Pack of 15 Viralmation Video Effects and start using these today. Works great with all video software. Videos for the Web - Got Video? Watch this!...Videos by Rapid 3D Graphics
Bill Farnham is offline   Reply With Quote
Old 10-20-2008, 03:24 PM   #3
Uber-Newbie
 
dclodge's Avatar
 
Join Date: Jul 2008
Location: Council Bluffs, IA USA
Posts: 133
Thanks: 6
Thanked 3 Times in 3 Posts
Default Re: HTML Design Question..

Quote:
Originally Posted by Emoney View Post
Hello warriors,

I'm having trouble with some html, when I create a table, say with 1 row and 3 columns
and type something in the table, the text shows as bold, but there aren't any bold or strong
tags inserted.

Do tables automatically make text bold?

Basically what I want to do is have a header graphic then 2 columns under that, one for
navigation, and the other for content. But I'm just frustrated with this bold text in the
content column, is there a way I can develop this style without having bold text in the
content column?

Thanks
The only way a table might bold your text is if you have a CSS stylesheet set up that specifies that.
Make sure you have closed all parts of the table setup (brackets) - that might be part of the problem:

Very basic 3 row, 1 column table:

<table border=0 cellspacing=0 cellpadding=0 width=700>
<tr><td><h1>Stuff</h1></td></tr>
<tr><td>Navigation</td></tr>
<tr><td>Content</td></tr>
</table>

Dean

MyLast5Dollars.Com - Sign Up And Get My Beginner's Guide To Internet Marketing
dclodge is offline   Reply With Quote
Old 10-20-2008, 03:29 PM   #4
Ken Perry
War Room Member
 
Jagged's Avatar
 
Join Date: Aug 2008
Location: Tucson, Phoenix AZ
Posts: 844
Blog Entries: 11
Thanks: 151
Thanked 406 Times in 197 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: HTML Design Question..

Try looking at your table, or cell "properties". If nothing is in there, try bringing your work up in "web preview", as in frontpage / preview, right click and select "view source", you should see how your table is defined in there, then you can go back & correct it.
Just a thought...
Jagged is offline   Reply With Quote
Old 10-20-2008, 04:03 PM   #5
Active Warrior
 
Join Date: Dec 2007
Location: , , .
Posts: 66
Thanks: 2
Thanked 0 Times in 0 Posts
Default Re: HTML Design Question..

You're not using <th> tags perchance are you?

clogmoney is offline   Reply With Quote
Old 10-20-2008, 04:22 PM   #6
HyperActive Warrior
 
Join Date: Jan 2008
Location: Sacramento, California
Posts: 162
Thanks: 2
Thanked 2 Times in 2 Posts
Default Re: HTML Design Question..

fix'd, it was using the "th scope "col" tag, for some reason it was bolding the text.

Anyway, I modified it to use the "td" tag instead and that fix'd it, thanks guys.
Emoney is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
design, html, question

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 06:03 AM.