| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
small neck
Join Date: Jun 2005
Location: Bradford, Uk
Posts: 275
|
Dreamweaver problem
Hi, Could someone please help me? When I create a cell in dreamweaver and add my type, say an heading then a paragraph underneath that the paragraph when returned down to the next line always seems to have a mind of its own and return down with a large spacing/gap between the heading and its self. Is there anyway of decreasing this space between them? Thanks in advance. Damion. |
|
|
|
|
|
#3 (permalink) |
|
Accurate
Join Date: Feb 2003
Location: UK
Posts: 1,311
|
When clicking enter in Dreamweaver, it produces a <p>, which causes a paragraph break. Press "shift & enter" at the same time which produces a <br>, which is a line break. I think that is what you are after. decent web hosting - www.balue.com
. |
|
|
|
#4 (permalink) | |
|
small neck
Join Date: Jun 2005
Location: Bradford, Uk
Posts: 275
|
Quote:
Brilliant thanks, don't know what that other thing is by Finbarr. But this is exactly what I am after. thanks. |
|
|
|
|
#6 (permalink) |
|
Accurate
Join Date: Feb 2003
Location: UK
Posts: 1,311
|
£5 please decent web hosting - www.balue.com
. |
|
|
|
#7 (permalink) |
|
fucksocks™
Join Date: Jun 2005
Location: in the boosh
Posts: 1,629
|
Dame. You would do well to click on code view every once in a while to see what code changes your design view editting is making. Relying solely on dreamweaver's design view will only bring you trouble. Amen. |
|
|
|
#8 (permalink) |
|
Read between da lines!
|
Seconded, Amen to that! If you feel out of your depth looking solely at the code view you can look at the split screen in Dreamweaver. It helps you to get more familiar with the code itself. Meaning you'll be able to even re-code parts of your page(s) more efficiently. |
|
|
|
#12 (permalink) | |
|
small neck
Join Date: Jun 2005
Location: Bradford, Uk
Posts: 275
|
Quote:
Yeah, I already do that. Just getting familiar with the coding, getting there. Another problem I have encountered now that I have done <br> is that my heading won't beable to be an heading anymore, it takes the same attribute as the paragraph. Can anyone help please? |
|
|
|
|
#13 (permalink) | |
|
who the fuck am i?
|
Quote:
<h1>text here</h1> <p>text here <br /> more text here</p> the line after a br inherits whats above because it is still the same element |
|
|
|
|
#14 (permalink) | |
|
Floating libation anyone?
|
Quote:
fun: HGC v.4 | last.fm: DT | me | oi! f*ck u roto: ...via meebo!
New to interweb design? Your friends at dt can help. |
|
|
|
|
#16 (permalink) |
|
small neck
Join Date: Jun 2005
Location: Bradford, Uk
Posts: 275
|
Hello it's me again, Just looking at creating a form. I know how to create one, but I am difficulty finding the correct script for it, so it can be sent to me via email once the visitor as filled in the form. I appreciate anyones help. Thanks. |
|
![]() |