women in need of help

message from EMMA-MAC on 17 Jul 2004
Hi again all,
Thanks for all the help in my first message you guys are realy helpful.
i did what most of you said to reduce the size of my homepage so it loads up
faster. (STILL A LITTLE SLOW) i corrected the code here and there reduced the
space overlap on bottom of page but now am in need of some more help on the
left side of the page i have been told that my navigation buttons are to large
in file size could someone help me out and copy the code and leave a new code
in a reply of a new navigation that is reduced in size also if there are any
more faults PLEASE PLEASE TELL ME
Thanks for looking again you guys are great
http://www.sophiemacdougall.fsnet.co.uk
 
Michael Fesser replied to EMMA-MAC on 17 Jul 2004
.oO(EMMA-MAC)

You could put this in the head-section of your page:

<style type="text/css">
#nav, #nav li {margin: 0; padding: 0; border: 1px solid #900}
#nav li {padding: 2px; list-style: none; background: #FFC; border-width: 2px}
#nav a {font-weight: bold; font-size: 80%}
</style>

Then replace the table that contains the main menu buttons with this code:

<ul id="nav">
<li><a href="/sophiesstory_boxer_dogs.htm">SOPHIE'S STORY</a></li>
<li><a href="http://pub30.bravenet.com/forum/show.php?usernum=2543213155&cpv=1" FORUM</a></li>
<li><a href="/closing.htm">LIVE WEBCAM</a></li>
<li><a href="/henryspictures_boxer_dogs.htm">HENRY'S PICTURES</a></li>
<li><a href="/ellie-boxer-dogs.htm">ELLIE'S PICTURES</a></li>
<li><a href="/message_boxer_dogs.htm">MESSAGE BOARD</a></li>
<li><a href="/whoweare_boxer_dogs.htm">WHO WE ARE</a></li>
<li><a href="/picturegallery-dogs-2-boxer-picture-pictures.htm">YOUR PICTURES</a></li>
<li><a href="/link_boxer_dogs.htm">ADD A LINK</a></li>
<li><a href="http://pub30.bravenet.com/freelink/show.php?usernum=2543213155&cpv=1" LINKS</a></li>
<li><a href="/fault_boxer-dogs.htm">REPORT A FAULT</a></li>
<li><a href="/helpthissite_boxer_dogs.htm">IDEAS</a></li>
<li><a href="/chat_boxer_dogs.htm">CHAT</a></li>
<li><a href="/rainbow_boxer_dogs.htm">POEM</a></li>
<li><a href="/email_boxer_dogs.htm">YOUR EMAILS</a></li>
</ul>

HTH
Micha
 
Murray *TMM* replied to EMMA-MAC on 17 Jul 2004
Your doctype is still broken, as is this link -

<table width="100%" height="71%" border="0" cellpadding="0" cellspacing="0"
background="file:///C|/unzipped/myfree

The table structure is much (MUCH) too complex for such a simple page.

Your navigation buttons are too large? That's not something I would have
mentioned - who told you that?
 
Michael Fesser replied to Murray *TMM* on 17 Jul 2004
.oO(Murray *TMM*)

Too large in filesize, the code is horribly bloated. Better markup and
CSS may shrink it down to maybe 15% (8KB -> 1KB).

Me. ;)

I'll post another version later this day, but first I need something to
eat.

Micha
 
Murray *TMM* replied to Murray *TMM* on 17 Jul 2004
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(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
==================
"EMMA-MAC" <webforumsuser@macromedia.com> wrote in message
news:cdc3b6$7g7$1@forums.macromedia.com...
 

Archived message: women in need of help (Macromedia Dreamweaver Web Design)