| Author |
Re: Stupid Newbie Question
|
|
|
|
| Murray *TMM* 2004-08-14, 12:14 pm |
| Page width?
--
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
==================
"send2paul" <webforumsuser@macromedia.com> wrote in message
news:cfkkt0$sae$1@forums.macromedia.com...
> ...or....maybe set the page width to 100% as opposed to a fixed page width
in
> pixels?
>
> (Approx. 750 pixels as a fixed page width should be adequate for the
scroll
> bar NOT to appear across the bottom of the screen anyway)
>
| |
| Murray *TMM* 2004-08-14, 12:14 pm |
| I dunno. Did you? How about a page that has no tables?
--
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
==================
"send2paul" <webforumsuser@macromedia.com> wrote in message
news:cfkvfj$5uc$1@forums.macromedia.com...
> OOPS! Terminology error - I meant table width.........didn't I ? :)
| |
| send2paul 2004-08-14, 12:14 pm |
| OOPS! Terminology error - I meant table width.........didn't I ? :)
| |
| send2paul 2004-08-14, 12:14 pm |
| Okay.......for a page with tables.......I meant table
width..........(phew).....and for a page without tables.....
1. The header banner of a page.
2. Cell width and padding. (Cells created in layout mode )
3. Image size and spacing.
4. Frame properties (if you use them).
5. Other object sizes, (flash buttons etc).
6. .....er.......
- and a this point, (as I'm still a new boy myself at all of this), I'll
return the question back Murray. Please grade my answers fairly :)
| |
| Murray *TMM* 2004-08-14, 12:14 pm |
| 8)
> 2. Cell width and padding. (Cells created in layout mode )
Without tables?
LAYOUT MODE? You're expelled!
--
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
==================
"send2paul" <webforumsuser@macromedia.com> wrote in message
news:cfl2c3$7sh$1@forums.macromedia.com...
> Okay.......for a page with tables.......I meant table
> width..........(phew).....and for a page without tables.....
>
> 1. The header banner of a page.
> 2. Cell width and padding. (Cells created in layout mode )
> 3. Image size and spacing.
> 4. Frame properties (if you use them).
> 5. Other object sizes, (flash buttons etc).
> 6. .....er.......
>
> - and a this point, (as I'm still a new boy myself at all of this), I'll
> return the question back Murray. Please grade my answers fairly :)
>
| |
| Gary White 2004-08-14, 12:14 pm |
| "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cfkvgq$631$1@forums.macromedia.com...
> I dunno. Did you? How about a page that has no tables?
<style type="text/css">
body{width:750px}
</style>
Gary
| |
| Murray *TMM* 2004-08-14, 12:14 pm |
| Oh, shuddup.
--
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
==================
"Gary White" <reply@newsgroup.please> wrote in message
news:cfl36o$8hl$1@forums.macromedia.com...
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:cfkvgq$631$1@forums.macromedia.com...
>
>
> <style type="text/css">
> body{width:750px}
> </style>
>
> Gary
>
>
| |
| send2paul 2004-08-14, 7:14 pm |
| Ah ha - I knew there was a basic :
<style type="text/css">
body{width:750px}
</style>
In amongst all that clever CSS look-and-do CSS tutorials I's done :).
One of the pitfalls of learning a subject this way, (in the early stages
before you get more experience in using the software), is that when a basic
question like this one comes up, (about page width), is that I have to go back
through all the clever coding I created whilst building some CSS page in a
tutorial to see just "How did I set the page width there?"
| |
| Gary White 2004-08-14, 11:14 pm |
| "send2paul" <webforumsuser@macromedia.com> wrote in message
news:cfl5e5$a5s$1@forums.macromedia.com...
>
> One of the pitfalls of learning a subject this way, (in the early
stages
> before you get more experience in using the software), is that when
a basic
> question like this one comes up, (about page width), is that I have
to go back
> through all the clever coding I created whilst building some CSS
page in a
> tutorial to see just "How did I set the page width there?"
Just a note of caution. I posted that CSS mostly to harass Murray. ;-)
I have no idea how well supported it is across various browsers and
operating systems. Test thoroughly before using on a production site.
Gary
| |
| send2paul 2004-08-14, 11:15 pm |
| Will do skipper! :)
| |
| Gary White 2004-08-15, 4:14 am |
| "send2paul" <webforumsuser@macromedia.com> wrote in message
news:cfli3m$io4$1@forums.macromedia.com...
> Will do skipper! :)
Good luck!
Gary
| |
| Gary White 2004-08-16, 12:15 pm |
| "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cfkvgq$631$1@forums.macromedia.com...
> I dunno. Did you? How about a page that has no tables?
<style type="text/css">
body{width:750px}
</style>
Gary
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |