HTML problems February 8, 2003 7:32 PM   Subscribe

Bold tag does not close if within an anchored link.
posted by The Jesse Helms to Bugs at 7:32 PM (6 comments total)

[a href="link"][b]Bold tag[/b] does not close if within an anchored link[/a]
posted by The Jesse Helms at 7:34 PM on February 8, 2003


Is that because the link text is already in bold?
posted by hama7 at 7:38 PM on February 8, 2003


bold [b]bold[/b]
bold [a href]bold[/a]
posted by eddydamascene at 8:30 PM on February 8, 2003


TJH, that would be because of this:
A  {font-weight : bold; text-decoration : none;}
in the style sheet (which also removes the underline). Thus, all text between the <A HREF> and </A> tags will be bold, regardless of bold tags inserted by the user.
posted by dhartung at 3:34 PM on February 9, 2003


Unless your browser doesn't support style sheets.
posted by crunchland at 7:24 AM on February 10, 2003


... in which case you should get one of the newfangled, steam-powered browsers which does support style sheets, ye Amish.
posted by KiloHeavy at 10:04 PM on February 10, 2003


« Older Bug with italics button   |   Distilling Metafilter Newer »

You are not logged in, either login or create an account to post comments