![]() | | ||||||||
| | #1 |
| HyperActive Warrior Join Date: Jan 2008 Location: Sacramento, California
Posts: 162
Thanks: 2
Thanked 2 Times in 2 Posts
|
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 |
| | |
| | #2 |
| Videos for the Web War Room Member Join Date: Feb 2008 Location: Virginia, USA.
Posts: 2,704
Blog Entries: 5 Thanks: 2,586
Thanked 2,818 Times in 1,421 Posts
|
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 | |
| | |
| | #3 | |
| Uber-Newbie Join Date: Jul 2008 Location: Council Bluffs, IA USA
Posts: 133
Thanks: 6
Thanked 3 Times in 3 Posts
| Quote:
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
| ||
| | |
| | #4 |
| Ken Perry War Room Member Join Date: Aug 2008 Location: Tucson, Phoenix AZ
Posts: 844
Blog Entries: 11 Thanks: 151
Thanked 406 Times in 197 Posts
|
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... |
| | |
| | #5 |
| Active Warrior Join Date: Dec 2007 Location: , , .
Posts: 66
Thanks: 2
Thanked 0 Times in 0 Posts
|
You're not using <th> tags perchance are you?
|
| | |
| | |
| | #6 |
| HyperActive Warrior Join Date: Jan 2008 Location: Sacramento, California
Posts: 162
Thanks: 2
Thanked 2 Times in 2 Posts
|
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. |
| | |
![]() |
|
| Tags |
| design, html, question |
| Thread Tools | |
| |
![]() |