HighDots Forums  

Good one for the Gurus

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Good one for the Gurus in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
A.H.O.
 
Posts: n/a

Default Good one for the Gurus - 07-21-2004 , 01:50 AM






Or maybe it's way simple....Anyway....

Ive got a row that acts as a header for a product line in my online store.
Centered in that row is an image that is the product line logo. I find it very
difficult to place text on either side of an image. I want to place a line of
text on each side of the image that will center itself between the logo and the
edge of each side left and right even when the page resizes to fit the screen.
Im thinking that a layer snapped into place is the way to go. My problem is
that Im not sure if I can snap a layer to two points so as to be equidistant
between them. IS this possible? I guess I can try it out, and I will, but IF
it does work is there a better way? And IF it doesnt, is there a way at all?

Thanks


Reply With Quote
  #2  
Old   
A.H.O.
 
Posts: n/a

Default Re: Good one for the Gurus - 07-21-2004 , 01:53 AM






BTW...if you need to see it to have a better understanding....

www.americanheritageoutdoors.com/anglerscatalog

Look down toward the bottom at the Guide Series Fishing Instruments. The
Product logo Im reffering to is in the green row with the pics of the clamps
below. I want to center text between each side of the logo image and the side
of the page so that it is always centered. Even when resized.


Reply With Quote
  #3  
Old   
A.H.O.
 
Posts: n/a

Default Re: Good one for the Gurus - 07-21-2004 , 02:07 AM



dang it....
www.americanheritageoutdoors.com/anglerscatalog.htm

Reply With Quote
  #4  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: Good one for the Gurus - 07-21-2004 , 02:17 AM



<tr valign="middle" bgcolor="#506c60"><td colspan="5" align="center">THIS IS
TEXT HERE <img Src="Fishinginsturmentslogomain.png" name="ugfilogo"
width="312" height="47" align="absmiddle" id="ugfilogo" />
THIS IS TEXT HERE</td>
</tr>

I have added text to each side of your graphic with an alignment to have the
text align mid cell. (not valid html - but will do for you in this
instance).

Compare this code to the code on your page and check out the differences. I
know you're not a codey yet, but highlight the cell in question, look check
it out in code view

Nadia


"A.H.O." <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
dang it....
www.americanheritageoutdoors.com/anglerscatalog.htm



Reply With Quote
  #5  
Old   
SB
 
Posts: n/a

Default Re: Good one for the Gurus - 07-21-2004 , 06:48 AM



What about using tables....and merging/splitting cells and just dumping your
text in whichever orientation you like...

Also, a segue....I'm new to this DW stuff....but notice that I can't do
proper text formatting as far as 2 spaces after a period! It only lets me
put in 1 space.


":. Nadia .:" <nadia@no-junk=dreamweaverresources.com> wrote

Quote:
tr valign="middle" bgcolor="#506c60"><td colspan="5" align="center">THIS
IS
TEXT HERE <img Src="Fishinginsturmentslogomain.png" name="ugfilogo"
width="312" height="47" align="absmiddle" id="ugfilogo" /
THIS IS TEXT HERE</td
/tr

I have added text to each side of your graphic with an alignment to have
the
text align mid cell. (not valid html - but will do for you in this
instance).

Compare this code to the code on your page and check out the differences.
I
know you're not a codey yet, but highlight the cell in question, look
check
it out in code view

Nadia


"A.H.O." <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:cdl16c$4se$1 (AT) forums (DOT) macromedia.com...
dang it....
www.americanheritageoutdoors.com/anglerscatalog.htm





Reply With Quote
  #6  
Old   
Joe Makowiec
 
Posts: n/a

Default Double spaces in text (was Re: Good one for the Gurus) - 07-21-2004 , 07:20 AM



On 21 Jul 2004 in macromedia.dreamweaver, SB wrote:

Quote:
Also, a segue....I'm new to this DW stuff....but notice that I can't
do proper text formatting as far as 2 spaces after a period! It
only lets me put in 1 space.
That's because HTML doesn't allow that. All whitespace (spaces, tabs,
carriage returns) in source are collapsed to a single space in the User-
Agent displayed final page. This is not a typewriter! And although DW
won't allow you to enter two consecutive spaces using the space bar, it's
only reflecting the HTML standard.

(Actually, there is a setting which will allow you to do this. I really
don't recall where, but it's somewhere in the Edit>Preferences. What it
does is to insert a regular space, then a non-breaking space &nbsp;. You
can do it, but I don't recommend it.)

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php


Reply With Quote
  #7  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: Good one for the Gurus - 07-21-2004 , 07:33 AM



SB said the following:
Quote:
What about using tables....and merging/splitting cells and just
dumping your text in whichever orientation you like...
The cells in this particular case have already been merged. Unless you
understand the consequences of 'merging' cells' I wouldn't recommend this
method.

Quote:
Also, a segue....I'm new to this DW stuff....but notice that I can't
do proper text formatting as far as 2 spaces after a period! It only
lets me put in 1 space.
In addition to Joes' advice, if you want more than a single space, you can
insert a transparent spacer into the cell and resize to give you the space
required.


--
Nadia
-----------------
*Free Templates *Dropdown Menu Templates*
http://www.DreamweaverResources.com
*Templates - HTML and CSS Validated *
*Free Nav Bar Sets*
*Resources : Ecommerce : SEO Articles*
-----------------
: Macromedia (MM) Technotes:
http://www.macromedia.com/support/search/
-----------------






Reply With Quote
  #8  
Old   
Jonathan Stowe
 
Posts: n/a

Default Re: Good one for the Gurus - 07-21-2004 , 07:53 AM



SB <chicbearsmook (AT) hotmail (DOT) com> wrote:
Quote:
I can't do
proper text formatting as far as 2 spaces after a period! It only lets me
put in 1 space.

You need to explicitly use the appropriate number of &nbsp;
(non-breaking space) entities in the HTML.

/J\


Reply With Quote
  #9  
Old   
John Waller
 
Posts: n/a

Default Re: Good one for the Gurus - 07-21-2004 , 08:30 AM



Quote:
proper text formatting as far as 2 spaces after a period!
http://www.greece.k12.ny.us/taylor/topics/doublespace.htm

:-)

--
Regards

John Waller




Reply With Quote
  #10  
Old   
SB
 
Posts: n/a

Default Re: Good one for the Gurus - 07-21-2004 , 05:52 PM



What consequences are there with merging cells?!?!


":. Nadia .:" <forums@-ozzie-perrelink.com.au> wrote

Quote:
SB said the following:
What about using tables....and merging/splitting cells and just
dumping your text in whichever orientation you like...

The cells in this particular case have already been merged. Unless you
understand the consequences of 'merging' cells' I wouldn't recommend this
method.

Also, a segue....I'm new to this DW stuff....but notice that I can't
do proper text formatting as far as 2 spaces after a period! It only
lets me put in 1 space.

In addition to Joes' advice, if you want more than a single space, you can
insert a transparent spacer into the cell and resize to give you the space
required.


--
Nadia
-----------------
*Free Templates *Dropdown Menu Templates*
http://www.DreamweaverResources.com
*Templates - HTML and CSS Validated *
*Free Nav Bar Sets*
*Resources : Ecommerce : SEO Articles*
-----------------
: Macromedia (MM) Technotes:
http://www.macromedia.com/support/search/
-----------------







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.