Forum Moderators: open

Message Too Old, No Replies

Header Elements

H2 within a cell using Dreamwaever

         

GodLikeLotus

2:39 pm on Jan 17, 2005 (gmt 0)

10+ Year Member



Does anyone know how I can add H2 to some of the text within a single cell, but not everything in the cell. Dreamweaver wants to make everything in the cell H2 even when I only highlight the top line.

Any advise?

limbo

2:59 pm on Jan 17, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you looking at the HTML?

Just rearrange where you H1 tags start and finish.

Eg.

  • <h1>the quick brown fox jumped over the lazy dog</h1>

  • the <h1>quick brown fox</h1> jumped over the lazy dog

    note: for illustration purposes I ran the text like a span - h1 will split the text into block levels

  •