Reply
Can anyone help me tighten this up
Old 07-09-2008, 12:50 AM Can anyone help me tighten this up
Novice Talker

Posts: 6
http://www.purelifenyc.org/_dev/conference_big_pic.html

I need the bottom picture aligned w/the border of the CSS box. Some of you helped get the top nice and neat. Now I need to get the bottom nice - the people I'm doing this for want the big pictures, so I need to tighten it...any ideas on this?

Looking forward to hearing from you!
designcat is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 07-09-2008, 07:34 AM Re: Can anyone help me tighten this up
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 564
Name: Darren
Location: England
Code:
<P align=left><SPAN class=plconftext><STRONG>10:00am</STRONG> Don't miss 
        this finale of impartation and encouragement as Pastor Jim Laffoon 
        closes the conference with faith for every woman's heart and every dream 
        </SPAN></P></BLOCKQUOTE></TD></TR></TBODY></TABLE><BR></DIV></DIV>
Remove the page break at the bottom

__________________
"I always wanted the adoration of John Lennon - With The Anonimity of Ringo Starr..."
QuizBay Help with the testing of this Beta site!
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 07-09-2008, 10:15 AM Re: Can anyone help me tighten this up
wayfarer07's Avatar
$frontend->developer

Posts: 1,056
Name: Abel Mohler
Location: Asheville, North Carolina USA
Let me guess. You're using Dreamweaver?

Not to change the subject, but shouldn't you be naming your CSS styles something more semantic, instead of .style1 .style2, etc? Also, don't put your styles in the head, unless they are being dynamically generated (which takes a lot of knowledge anyway). Place all of your CSS into an external file, and link to it using the <link> tag in the <head>.

This line (directly after your opening body tag), is horrible, just horrible:
HTML Code:
<div style="margin:0px auto;;width:900px;border:1px solid black;background:white;padding:0px;text-align:center;border-color:#666666;">
  <div align="center">
 <table width="900" height="650" border="0" cellpadding="0" cellspacing="0">
What you see above is a wrapper div with all inline styles wrapped around another div with a depreciated method for centering wrapped around at table that is being used for layout, and coincidentally, has the same width as the first div.

If I were you, I would start the unlearning process as soon as possible, before you become too good at doing things wrongly. This type of layout will get you nowhere, either professionally or in practice.
__________________
Go FREELANCE <=|If a donkey eats a melon, it is still a donkey... |=> Hire Me

Last edited by wayfarer07 : 07-09-2008 at 10:17 AM.
wayfarer07 is offline
Reply With Quote
View Public Profile
 
Old 07-09-2008, 08:43 PM Re: Can anyone help me tighten this up
Novice Talker

Posts: 6
http://www.purelifenyc.org/_dev/conference_big_pic.html

We're set in Firefox and Safari but not Internet Explorer...any thoughts?

Thanks!
designcat is offline
Reply With Quote
View Public Profile
 
Old 07-10-2008, 02:01 PM Re: Can anyone help me tighten this up
Average Talker

Posts: 19
Quote:
Originally Posted by designcat View Post
http://www.purelifenyc.org/_dev/conference_big_pic.html

We're set in Firefox and Safari but not Internet Explorer...any thoughts?

Thanks!
Wayfarer pretty much covered what I would have said, however I didn't want to seem mean.

Your code is really, REALLY sloppy, and that's what's causing the IE errors. I spent half an hour trying to tidy it up, before I realized... What a waste of time.

Here's a suggestion, take it for what it's worth.

Check your own markup at W3C

I'm willing to bet if you fix even half of those errors, your spacing problem will be gone.
__________________
NCServ.com Reseller Hosting
Johnnie Walker is offline
Reply With Quote
View Public Profile
 
Old 07-10-2008, 02:12 PM Re: Can anyone help me tighten this up
wayfarer07's Avatar
$frontend->developer

Posts: 1,056
Name: Abel Mohler
Location: Asheville, North Carolina USA
CSS
Code:
table {
display: none !important;
}
__________________
Go FREELANCE <=|If a donkey eats a melon, it is still a donkey... |=> Hire Me
wayfarer07 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Can anyone help me tighten this up
 

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.14010 seconds with 12 queries