Topic:Inserting images in Dreamweaver MX...help appreciated Remainpoint:0
   
PostTime:12/16/2008 10:34:09 AM FloorTop
Lv is 1
Avatar
Level:
1
Professional point:
71
Experience:
5
Thread:
316
Post:
950
Total online time:
5M
Joined date:
4/28/2007 10:49:00 PM
Last Visit:
12/16/2008 11:39:24 PM
Status:
Offline
Hi,

When I try inserting images to my web page in Dreamweaver, the layout of the site will not stay. The banner/navigation bar etc will move out of place, and does no longer fit other parts which have not moved. It looks a mess, and help would be appeciated

Thanks
 
     
   
Gender PostTime:12/16/2008 12:29:44 PM Point:0 | Floor# 1
Lv is 1
portrait
Level:
1
Professional point:
95
Experience:
1
Thread:
268
Post:
947
Total online time:
1M
Joined date:
4/28/2007 11:29:00 PM
Last Visit:
12/17/2008 12:23:49 AM
Status:
Online
Maybe a link to your site would help us see what you mean? Liz
 
     
   
Gender PostTime:12/16/2008 12:52:05 PM Point:0 | Floor# 2
Lv is 1
portrait
Level:
1
Professional point:
52
Experience:
2
Thread:
291
Post:
928
Total online time:
2M
Joined date:
4/28/2007 10:52:00 PM
Last Visit:
12/17/2008 12:08:28 AM
Status:
Offline
http://maggzed.tripod.com/magzdesigns/

I'm tryin to insert a 60x60pixel image under the 'Latest Creation' section. When I do this, some parts of the site shift downwards so they do not fit.

Even making new paragraphs make parts of the layout go out of place.
 
     
   
Gender PostTime:12/16/2008 5:30:52 PM Point:0 | Floor# 3
Lv is 1
portrait
Level:
1
Professional point:
8
Experience:
13
Thread:
275
Post:
917
Total online time:
13M
Joined date:
4/28/2007 11:37:00 PM
Last Visit:
12/16/2008 11:49:17 PM
Status:
Offline
Your welcome...enjoy!
 
     
   
Gender PostTime:12/16/2008 6:09:38 PM Point:0 | Floor# 4
Lv is 1
portrait
Level:
1
Professional point:
98
Experience:
2
Thread:
272
Post:
982
Total online time:
2M
Joined date:
4/28/2007 11:38:00 PM
Last Visit:
12/17/2008 12:23:56 AM
Status:
Offline
thanks a lot Sequal - it worked
 
     
   
Gender PostTime:12/17/2008 12:03:02 AM Point:0 | Floor# 5
Lv is 1
portrait
Level:
1
Professional point:
8
Experience:
13
Thread:
275
Post:
917
Total online time:
13M
Joined date:
4/28/2007 11:37:00 PM
Last Visit:
12/16/2008 11:49:17 PM
Status:
Offline
Sounds like the tables are wrong, you may need to add, or group certain tables to get the right frameset.

This is complicated to explain, but In your page borders, instead of using images, use bgimages instead.

Eg, on your site page to the left of your "featured products" row, (may be line 77 or close to in Dreamweaver) you have the source code;
Code:
<TD ROWSPAN=7><IMG SRC="index_11.jpg" WIDTH=8 HEIGHT=400 ALT=""></td>

changing this to :
[code]
<TD ROWSPAN=7 background="index_11.jpg"></TD>
[code]
will allow the table to default, which may fix your problem.
If it did not fix it, then you would then set the rows properties to
Code:
align="left" valign="top"
making that previous line
Code:
<TD ROWSPAN=7 align="left" valign="top" background="index_11.jpg"></TD>


Now you need to do this to line 88 on your page in Dreamweaver (or close to that line)
This is the image to the right of your row "featured projects"
Code:
<TD COLSPAN=2 ROWSPAN=7> <IMG SRC="index_13.jpg" WIDTH=42 HEIGHT=400 ALT=""></TD>
changes to:
[code]<TD ROWSPAN=7 align="left" valign="top" background="index_13.jpg"></TD

Complicated sounding, but it is really easy once you start playing with it in Dreamweaver. Esentially, all your side images should be backgrounds, and your table should be aligned top and left instead of default.
 
     
1

Sorry, you are not login, click here to login

 

About us | Advertise | Contact us | Partner | Bug Report|Suggesting box|Donation
Home | Forum | Affiliate program| Remote help | Setting | Search | Document | Help | Download|Message

 

Start new topicAdvanced search
Your location: Web designer -> Dreamweaver