HighDots Forums  

Help with size and pixels

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Help with size and pixels in the Macromedia Dreamweaver forum.



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

Default Help with size and pixels - 03-23-2009 , 12:23 PM






I need help with a sizing problem.. when you look and this page you can see on
top vertical yellow bars I dont know how they popped up cause the sizing of the
table is correct and adding them I get the total 750 which is the width of my
webpage. I tried adding an extra pixel in the middle table it fixes the
problem but I end up with 751 total which is weird I would like to have a clean
solution to it... any insight would be greatly appreciated thanks in advance!

http://bailaproductions.com/fr/media/video.html


Reply With Quote
  #2  
Old   
Nancy O
 
Posts: n/a

Default Re: Help with size and pixels - 03-23-2009 , 04:14 PM






http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fbailaproductions. com%2Ffr%2Fmedia%2Fvideo.html
You have an unclosed table row on line 91 of your code.

<table>
<tr>
<td>
<td>
</td>
</td>
</tr> close table row here.
</table>


--
Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
www.twitter.com/altweb
www.alt-web.blogspot.com/



Reply With Quote
  #3  
Old   
Boom7312
 
Posts: n/a

Default Re: Help with size and pixels - 03-24-2009 , 01:07 AM



Hi Nancy

I closed it but it didnt not change the problem, would you have any other ideas. Thanks for taking the time

Reply With Quote
  #4  
Old   
Nancy O
 
Posts: n/a

Default Re: Help with size and pixels - 03-24-2009 , 05:42 PM



Try adding this rule to your CSS:
-----------------------------

table,th,tr,td, {
border-collapse: collapse;
}


--
Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
www.twitter.com/altweb
www.alt-web.blogspot.com/




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.