HighDots Forums  

Two problems with one page

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Two problems with one page in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
I H8 UM
 
Posts: n/a

Default Two problems with one page - 05-09-2008 , 09:55 PM






http://www.milkmoonkids.com/test/gallery.htm

I am having trouble with this page. It views perfect in Safari but in Firefox
the logo has a blue rule around it. I know this is because I have it set up to
link back to the home page, but I can't figure out how to get rid of it. Also,
if you look at the giraffe in the upper right corner, there is a gap at his
feet. I appreciate any advice on how to fix these two issues.

Thanks
Rich


Reply With Quote
  #2  
Old   
I H8 UM
 
Posts: n/a

Default Re: Two problems with one page - 05-09-2008 , 10:01 PM






Ahh, I read another post and found the answer. I changed the border to 0 on the logo and that fixed both problems.

Thanks,

Rich

Reply With Quote
  #3  
Old   
I H8 UM
 
Posts: n/a

Default Re: Two problems with one page - 05-09-2008 , 10:01 PM



Ahh, I read another post and found the answer. I changed the border to 0 on the logo and that fixed both problems.

Thanks,

Rich

Reply With Quote
  #4  
Old   
TC2112
 
Posts: n/a

Default Re: Two problems with one page - 05-10-2008 , 12:01 AM



Hello,

A better fix is adding this to your CSS:

a img {border:none;}

This stops the image link border for all links versus having to add the
border="0" attribute to every img link.
Also, border="0" doesn't validate for strict doctypes.

Speaking of doc type, you should add one to your page.

Take care,
Tim


"I H8 UM" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Ahh, I read another post and found the answer. I changed the border to 0
on the logo and that fixed both problems.

Thanks,

Rich



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

Default Re: Two problems with one page - 05-10-2008 , 12:01 AM



Hello,

A better fix is adding this to your CSS:

a img {border:none;}

This stops the image link border for all links versus having to add the
border="0" attribute to every img link.
Also, border="0" doesn't validate for strict doctypes.

Speaking of doc type, you should add one to your page.

Take care,
Tim


"I H8 UM" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Ahh, I read another post and found the answer. I changed the border to 0
on the logo and that fixed both problems.

Thanks,

Rich



Reply With Quote
  #6  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Two problems with one page - 05-10-2008 , 06:20 AM



Without a valid and complete doctype on your page, it will be rendered in
the browser's quirks mode and that's really bad news.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"TC2112" <nospam (AT) nospam (DOT) com> wrote

Quote:
Hello,

A better fix is adding this to your CSS:

a img {border:none;}

This stops the image link border for all links versus having to add the
border="0" attribute to every img link.
Also, border="0" doesn't validate for strict doctypes.

Speaking of doc type, you should add one to your page.

Take care,
Tim


"I H8 UM" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:g03366$kso$1 (AT) forums (DOT) macromedia.com...
Ahh, I read another post and found the answer. I changed the border to 0
on the logo and that fixed both problems.

Thanks,

Rich




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

Default Re: Two problems with one page - 05-10-2008 , 06:20 AM



Without a valid and complete doctype on your page, it will be rendered in
the browser's quirks mode and that's really bad news.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"TC2112" <nospam (AT) nospam (DOT) com> wrote

Quote:
Hello,

A better fix is adding this to your CSS:

a img {border:none;}

This stops the image link border for all links versus having to add the
border="0" attribute to every img link.
Also, border="0" doesn't validate for strict doctypes.

Speaking of doc type, you should add one to your page.

Take care,
Tim


"I H8 UM" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:g03366$kso$1 (AT) forums (DOT) macromedia.com...
Ahh, I read another post and found the answer. I changed the border to 0
on the logo and that fixed both problems.

Thanks,

Rich




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 - 2008, Jelsoft Enterprises Ltd.