This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > June 2004 > Spacing help
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| xwhatis 2004-06-02, 11:15 pm |
| I have an image at the top left which is 288 pixels wide and a space of about
50-75 and then another image of 100 pixels wide. I am trying to insert another
image to the right of the center one, but when I insert it, it is very close to
the center one. In other words, the page is not balanced. How can I add more
space between the middle image and the last one [which is on the far right].?
| |
|
| depends... on your code.
No code, no answer.
Are your images in 3 different cells? in a table? is the table 100%
wide? etc... ect... etc...
xwhatis wrote:
> I have an image at the top left which is 288 pixels wide and a space of about
> 50-75 and then another image of 100 pixels wide. I am trying to insert another
> image to the right of the center one, but when I insert it, it is very close to
> the center one. In other words, the page is not balanced. How can I add more
> space between the middle image and the last one [which is on the far right].?
>
| |
| Osgood 2004-06-02, 11:15 pm |
| xwhatis wrote:
> I have an image at the top left which is 288 pixels wide and a space of about
> 50-75 and then another image of 100 pixels wide. I am trying to insert another
> image to the right of the center one, but when I insert it, it is very close to
> the center one. In other words, the page is not balanced. How can I add more
> space between the middle image and the last one [which is on the far right].?
>
Cut this code, paste it directly before the closing </head> tag of your
pages code.
<style>
img.leftmargin {
margin-left: 75px;
}
</style>
Go back into the Dreamweaver design view. Select the appropriate <img>
tag (bottom left of the design screen) for the image which is to the
right of the center image. Open the css selector and apply the
leftmargin style.
or if you find that a bit difficult to follow add the 'space' to the
image in an image editing software package. Export the image and make
the 'space' transparent.
| |
|
|
> or if you find that a bit difficult to follow add the 'space' to the
> image in an image editing software package. Export the image and make
> the 'space' transparent.
or: <image src="image.jpeg" hspace="50">
but again if your images are in a table and in 3 columns cells, you can
do away with all this and simply set the cells width.
>
>
>
>
>
>
| |
| Murray *TMM* 2004-06-02, 11:16 pm |
| That's a deprecated usage, though, seb. It's much wiser/better to use CSS
to control image spacing.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"seb" <sebnewyork@earhlink.netTakeThisOut> wrote in message
news:c9jrnf$9fk$2@forums.macromedia.com...[color=darkred]
>
>
> or: <image src="image.jpeg" hspace="50">
>
> but again if your images are in a table and in 3 columns cells, you can
> do away with all this and simply set the cells width.
>
|
|
|
| | Copyright 2003 - 2009 forum4designers.com Software forum Computer Hardware reviews |
|