HighDots Forums  

Confused - part 2

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Confused - part 2 in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Steve Grosz
 
Posts: n/a

Default Confused - part 2 - 12-02-2005 , 01:27 PM






Ok, I added a simple .inc file to some of my pages. On some it is
positioned correctly, and others it moves around.

The pages are:

www.scootervilleusa.com/default2.htm (for the correct page)
www.scootervilleusa.com/accessories2.htm (for the incorrect page)

It was suggested to remove the css link from the .inc file, which I've
done, but the problem still remains......

Any ideas why?

Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Confused - part 2 - 12-02-2005 , 02:07 PM






Add this to your rule for body -

text-align:center;

Then add text-align:left to the container for any text content.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
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
==================


"Steve Grosz" <boise_bound (AT) hotmail (DOT) com> wrote

Quote:
Ok, I added a simple .inc file to some of my pages. On some it is
positioned correctly, and others it moves around.

The pages are:

www.scootervilleusa.com/default2.htm (for the correct page)
www.scootervilleusa.com/accessories2.htm (for the incorrect page)

It was suggested to remove the css link from the .inc file, which I've
done, but the problem still remains......

Any ideas why?



Reply With Quote
  #3  
Old   
Steve Grosz
 
Posts: n/a

Default Re: Confused - part 2 - 12-02-2005 , 02:21 PM



Ok, with the text-align: center, you can see what happens on the
www.scootervilleusa.com/accessories2.htm page, only the text moves, the
box itself still stays to the left of the menu, when it should be right
below it, such as on the www.scootervilleusa.com/default2.htm page.

Murray *TMM* wrote:
Quote:
Add this to your rule for body -

text-align:center;

Then add text-align:left to the container for any text content.


Reply With Quote
  #4  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Confused - part 2 - 12-02-2005 , 02:32 PM



BODY {
FONT-SIZE: 100%;
MARGIN: 12px;
LINE-HEIGHT: 1em
}

I don't see it there?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
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
==================


"Steve Grosz" <boise_bound (AT) hotmail (DOT) com> wrote

Quote:
Ok, with the text-align: center, you can see what happens on the
www.scootervilleusa.com/accessories2.htm page, only the text moves, the
box itself still stays to the left of the menu, when it should be right
below it, such as on the www.scootervilleusa.com/default2.htm page.

Murray *TMM* wrote:
Add this to your rule for body -

text-align:center;

Then add text-align:left to the container for any text content.




Reply With Quote
  #5  
Old   
Gary White
 
Posts: n/a

Default Re: Confused - part 2 - 12-02-2005 , 02:59 PM



On Fri, 02 Dec 2005 11:27:48 -0700, Steve Grosz
<boise_bound (AT) hotmail (DOT) com> wrote:

Quote:
Ok, I added a simple .inc file to some of my pages. On some it is
positioned correctly, and others it moves around.

See my reply to your first post. Please don't repost the same question.
It makes it harder to keep track of everything.

Gary


Reply With Quote
  #6  
Old   
Steve Grosz
 
Posts: n/a

Default Re: Confused - part 2 - 12-02-2005 , 03:00 PM



What about doing it per <div> basis? I can't do it for the entire body,
as it messes up the text in the menus.....

Murray *TMM* wrote:
Quote:
BODY {
FONT-SIZE: 100%;
MARGIN: 12px;
LINE-HEIGHT: 1em
}

I don't see it there?


Reply With Quote
  #7  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Confused - part 2 - 12-02-2005 , 03:07 PM



Then wrap the whole page in <div style="text-align:left;">

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
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
==================


"Steve Grosz" <boise_bound (AT) hotmail (DOT) com> wrote

Quote:
What about doing it per <div> basis? I can't do it for the entire body,
as it messes up the text in the menus.....

Murray *TMM* wrote:
BODY {
FONT-SIZE: 100%;
MARGIN: 12px;
LINE-HEIGHT: 1em
}

I don't see it there?




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.