PDA

View Full Version : Dreamweaver Question + rep awarded



Stitch
16-08-2006, 09:32 AM
I've sliced my layout and i've got the HTML file of just the layout but how do i put my iframes on it in Dreamweaver? When i tried the whole thing just broke apart.

+ rep to whoever helps

1
16-08-2006, 09:34 AM
Where you've sliced it just put the iframe code

<IFRAME NAME="NAME" SRC="hello.html" WIDTH=450 HEIGHT=100></IFRAME>


Put that into where you've sliced the html part ;)

ADAM:
16-08-2006, 09:41 AM
In dreamweaver set the image as the background or if its a plain colour [e.g. black, white, blue etc] choose the colour in the list and make that table box that colour then put a Iframe.

1
16-08-2006, 09:42 AM
In dreamweaver set the image as the background or if its a plain colour [e.g. black, white, blue etc] choose the colour in the list and make that table box that colour then put a Iframe.
Exactly why I don't use dreamweaver, notepad is the way forward ;)

Eric30
16-08-2006, 09:44 AM
Exactly why I don't use dreamweaver, notepad is the way forward ;)

lol, i like dreamwever (In code mode) coz all the code is in colours which makes it eaiser to code :D

ADAM:
16-08-2006, 09:49 AM
Exactly why I don't use dreamweaver, notepad is the way forward ;)

Yep i dont use Dreamweaver much, only when i have an PHP error and i cba to count the lines.

Stitch
16-08-2006, 09:57 AM
Where you've sliced it just put the iframe code

<IFRAME NAME="NAME" SRC="hello.html" WIDTH=450 HEIGHT=100></IFRAME>


Put that into where you've sliced the html part ;)

Like this?


<TD COLSPAN=9>
<IMG SRC="images/sliced_image.jpg" WIDTH=193 HEIGHT=8 ALT="">
<iframe name="I1" src="page name.html" width="193" height="8"</TD>

Luckyrare
16-08-2006, 10:28 AM
lol, i like dreamwever (In code mode) coz all the code is in colours which makes it eaiser to code :D

I agree. Its much easy to code php in dreamweaver. The colour coding is good, but most important is the numbering of lines.

Mentor
16-08-2006, 10:37 AM
Many far cheeper app's than DW can do code highlighting

Colin-Roberts
16-08-2006, 10:41 AM
ye like Programers notepad v2

Stitch
16-08-2006, 10:44 AM
Like this?


<TD COLSPAN=9>
<IMG SRC="images/sliced_image.jpg" WIDTH=193 HEIGHT=8 ALT="">
<iframe name="I1" src="page name.html" width="193" height="8"</TD>


Can someone answer my question?

1
16-08-2006, 10:46 AM
ye like Programers notepad v2
ftw? Point me in the direction of notepad v2.

lol,

EDIT - Mini - Yes, I think that should work.

Colin-Roberts
16-08-2006, 11:08 AM
ftw? Point me in the direction of notepad v2.

http://www.pnotepad.org/

1
16-08-2006, 11:12 AM
Looks complicated, I think ill stick with good 'ol Windows Notepad.

Stitch
16-08-2006, 11:18 AM
ftw? Point me in the direction of notepad v2.

lol,

EDIT - Mini - Yes, I think that should work.

It dosen't work it just puts the iframe next to the picture

EDIT: Nevermind i worked it out i put it like this:

<TD COLSPAN=9>
<iframe name="I1" src="pagename.html" width="193" height="8"><IMG SRC="picture.jpg" WIDTH=193 HEIGHT=8 ALT=""></iframe></TD>

NellyMc
16-08-2006, 11:20 AM
Go on dreamweaver delete the image then on bottom set a bg click the folder look for the image you deleted set it as bg and their it's writable!


It dosen't work it just puts the iframe next to the picture

Stitch
16-08-2006, 11:22 AM
I've worked it out now i'll rep everyone who helped.

Want to hide these adverts? Register an account for free!