Jump to content


Dreamweaver CS3 help.


3 replies to this topic

#1 Smacktard

    Young Padawan

  • Members
  • Pip
  • 1 posts

Posted 09 August 2008 - 11:13 AM

Hey, I was wondering if someone could help.

Does anyone know how to have a line to seperate a title from a paragraph in dreamweaver?

e.g:

Posted Image

#2 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 09 August 2008 - 01:50 PM

Couldn't tell you how to do it in Dreamweaver, but for something like that, i typically just wrap the title in a <div> then give the div a border-bottom in CSS.

#3 Jacorre

    P2L Jedi

  • Members
  • PipPipPip
  • 824 posts
  • Gender:Male
  • Location:USA
  • Interests:Computers, Technology, Internet, Graphic/Web Design, Music, Soccer

Posted 21 August 2008 - 09:33 AM

Are you using a heading tag for your title? For example:

<h2>Welcome</h2>

If so, then you can use CSS to style it like the following:

h2 {
	   border-bottom: 1px solid #000000;
}

That's shorthand for border size, style, and color.

Heading tags already have a default margin/padding to them but you can make changes to that as well if you like.

Edited by Jacorre, 21 August 2008 - 09:34 AM.


#4 jbladeus

    Young Padawan

  • Members
  • Pip
  • 7 posts

Posted 01 September 2008 - 06:26 AM

or you could just add a horizontal rule <hr /> in between the items you want to separate.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users