Moderators: agsone, Neil Parks, gregtutor, BobCP, Lem3







You appear to be confused about the difference between a "page" and a "stylesheet". The page (html file) contains the content of the page (the words and pictures). The stylesheet (css file) tells you how the content is to be displayed.melanie wrote:Ok, I uploaded the Masterpage thinking it was the stylesheet. So now I've uploaded the stylesheet. When I change the Masterpage, it doesn't change the stylesheet too? I thought when I changed one, it changed on every page.
Because those pages have different content! (Though, actually, I'm not seeing that many images!)two of four my pictures come up on the index page but two different ones come up on my chartermember page. Why is that?
I'm not seeing that either! On the chartermembers page they neatly flank the heading and continue to do so whatever my window size.Then, how can I line up my Maine flag with the US flag on the left? I want them to flank the two sides of the heading lines. They are like unruly children when I try to move them around!


I guess you went to "My Documents" and exited the file name manually. It's probably easiest to open the html file in Notepad and search for the line:melanie wrote:You are right, I am very confused. I changed the name of my style sheet to masterstylesheet.css (adding the extension) Guess that didn't work either because now when I open the files in Kompozer all my styling is gone. How can I tell it to find the new file? Or do I need to start all over?
TO be expected.The two pages I see on IE have not changed.
Netscape and Firefox are both built on much the same rendering engine, as is KompoZer, so they should all show much the same result.In the meantime, I will download Firefox so I can check it there as well. Netscape doesn't show the styling either.


Where do I start? The trouble is that you have really so hacked and corrupted the original master page design with "drag-select-toolbar button" styling techniques that it might be better to start from scratch.melanie wrote:How do I make the horizontal menu look better? is there a way to fill in both lines so the gray and black aren't showing?
<div id="hmenu">
<ul>
<li>
<div>Home</div>
</li>
<li style="width: 134px;"><a href="#" target="_top">Charter
Members</a></li>
<li><a href="#">History</a></li>
<li style="width: 114px;"><a href="#">Opportunity Farm</a></li>
<li><a href="#">Membership</a></li>
<li><div><a href="#">Our Patriots</a></div></li>
<li style="width: 175px;"><div><a href="#">National Society DAR</a></div></li>
<li style="width: 188px;"><div><a href="#">Maine State DAR</a></div></li>
</ul>
</div>
<div id="hmenu">
<ul>
<li>Home</li>
<li><a href="#">Charter Members</a></li>
<li><a href="#">History</a></li>
<li><a href="#">Opportunity Farm</a></li>
<li><a href="#">Membership</a></li>
<li><a href="#">Our Patriots</a></li>
<li><a href="#">National Society DAR</a></li>
<li><a href="#">Maine State DAR</a></li>
</ul>
</div>

Then you will have a more fundamental design issue to resolve. How do you get all those buttons to fit on one line, given the width of the line that you have settled on. Obviously you have tried making the button text smaller, but that plan has made the tet so small it's almost illegible. Think about that for the next 15 hours (I'll be back after I've had my sleep and been to work!)

You could do worse than spend the time working through the External Stylesheet tutorial on my site and the Master Page tutorial will give you the answer to your question "content what is this container for?". There's a few other points that you seem to have missed in them, so I'll expect lots of questions on them.

Users browsing this forum: No registered users and 1 guest