home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Ask a Tech Support Question (free)!

IE vs FireFox Question

Reply
Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 1648
Discussions: 204,520, Posts: 2,419,610, Members: 249,936
Old July 16th, 2006, 02:18 AM   Digg it!   #1 (permalink)
Member
 
daedreem's Avatar
 
Join Date: Jan 2006
Location: Texas, Y'all.
Posts: 139
IE vs FireFox Question

Hi all...

I just got through altering a Blog Template someone else had created for Blogger to:

A: have the same color Scheme as my website, and

B: fix some issues where the template wasn't sufficiently up-to-date.
(it was incompatible with backlink tracking, but Blogspot told me how to fix that, and it didn't show the blogger nav-bar at the top of the screen, but someone had left how to fix that in the comments where i found the template..)((PS.. they allow altering of the template at least enough to change the header image, so I think they would to change other colors and backgrounds as well))

Anyway.. It came out really well!!

So.. Why am I writing you then? you ask?

I worked on this template for several hours today, until I got it perfect... but then I used my firefox (which I keep open for making changes to my own wesite... it works better than IE for that) to look at it... It's messed up.

Everything still looks right in firefox, except for SOME (not all, some) of the table background colors being non-existant.

I am a totally self taught webdesigner, which is why I picked a template that I thought I could edit to look like what I wanted instead of writing my own this time... I just have too little time for trial and error at this time... and I can't figure out why some of the fill works, and other doesn't.

Can I get any feedback on this?

The original template works in firefox
Here....

But the ONLY change I made that could potentially have caused it was the change that was suggested to fix the 'no blogger navbar' issue.

That fix was removing 'noscript' tags from around the 'body' tag.

If you think that caused it, can anyone suggest an alternate fix for the missing navbar?

my blog is
HERE

I actually don't see how the noscript thing could have caused it since the body tag also surrounds sections that work correctly...

Theories, anyone?
daedreem is offline   Reply With Quote
Old July 16th, 2006, 03:47 AM     #2 (permalink)
Super Stealthy Moderator
 
RicheemxX's Avatar
 
Join Date: Jan 2003
Location: Outside the box
Posts: 5,796
Blog Entries: 4
Send a message via Yahoo to RicheemxX
AFAIK this is the tag at fault div style="clear:both;" I could be totally wrong on that one but from what I see that could be the culprite
__________________

TechIMO Folding@home Team #111 - Crunching for the cure!

Last edited by RicheemxX : July 16th, 2006 at 03:54 AM.
RicheemxX is online now   Reply With Quote
Old July 16th, 2006, 05:09 PM     #3 (permalink)
Member
 
daedreem's Avatar
 
Join Date: Jan 2006
Location: Texas, Y'all.
Posts: 139
Quote:
Originally Posted by RicheemxX
AFAIK this is the tag at fault div style="clear:both;" I could be totally wrong on that one but from what I see that could be the culprite

Thanks for the answer, Richeemx.

I Hope that's not the problem.. that's being inserted by Blogger.

It appears where $BlogItemBody$ is, and my post is all straight text, except for link and image tags.


Any other ideas folks?

----
Editted to give more information.

I was looking around for another template, ( 3 column, as I should have chosen in the first place... ) in case I can't fix this bug... and I found the following note, not concerning lack of fill, but instead alignment issues... I tried the fix anyway, and it removed the 'clear:both' but did not fix the fill issue.

Quote:
After installing the Minima and republishing the blog people notice the first-post-body-text is pushed under the sidebar(s)!

True ... don't blame the template (dont' blame MIE and DON'T blame ME)!

This happens because of a Blogger software update where the post body is wrapped in a <div clear:both> tag!
The solution (or better: workaround): Disabling Float Alignment!


Last edited by daedreem : July 16th, 2006 at 05:44 PM. Reason: More info
daedreem is offline   Reply With Quote
Old July 16th, 2006, 05:12 PM     #4 (permalink)
Member
 
daedreem's Avatar
 
Join Date: Jan 2006
Location: Texas, Y'all.
Posts: 139
Template Code

Here's the template... that will eliminate the need to look at blogger inserted coding.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head></noscript>
  <title><$BlogPageTitle$></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="shortcut icon" type="image/ico" href="http://www.isnaini.com/favicon.ico" />
<$BlogMetaData$>
<style type="text/css">
body {
	margin: 0;
	padding: 0;
	min-width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000
	font-size: 12px;
	background-color: #A3A3A3;
	background-image: url(http://www.catscratches.net/images/template/ppgranitebg.jpg);
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
  .tanggalpost {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
}
  .judulpost {
	font-size: 14px;
	font-weight: bold;
	background-color: #f1f1f1;
	color: #000000;
	text-align: left;
}
  .isipost {
	text-align: justify;
	padding: 2px;
}
  .bawahpost {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding: 2px;
}
 <!-- judulkanan is Right Column Headers -->
.judulkanan {
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	color: #000000;
	text-align: right;
	padding-top: 5px;
	background-color: #C0C0C0;
}
  a:link, a:active, a:visited {
	color: #996633;
	text-decoration: none;
}
  a:hover {
	text-decoration: underline;
}
  li {
	list-style-position: outside;
	list-style-type: square;
}
  .isikanan {
	padding: 2px 15px 2px 2px;
}
textarea, input, select, option, button {
	font-family: Tahoma, Verdana, Arial;
	background-color : #F1F1F1;
	color : #000000;
	font-size : 10px;
	border: 1px solid #CCCCCC;
}
img {
	border:0px none;
}
.atasheader {
	background-color: #F1F1F1;
	height: 30px;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #808080;
}
.bawahheader {
	background-color: #808080;
	height: 15px;
	color: #000000;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
.footer {
	background-color: #808080;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}
<!-- tengah is the main blog area -->
.tengah {
         background-color: #F1F1F1;
	vertical-align: top;
	border: 1px solid #808080;
}
.kanan {
	vertical-align: top;
}
.ulang {
}
.ulang td{
	padding: 2px;
}


.kiri {
	vertical-align: top;
	padding: 5px;
}
</style>
</head>

<body>
<table width="750"  border="0" align="center" cellpadding="0" cellspacing="0">
<!-- addition -->
  <tr>
    <td class="bawahheader"> </td>
  </tr>
  <tr>
    <td class="bawahheader"> </td>
  </tr>
<!-- addition -->
  <tr>
    <td class="atasheader"><a href="http://www.catscratches.net"><img src="http://www.catscratches.net/images/template/ppcslogo.gif" border=0></a><br>
<$BlogTitle$></td>
  </tr>
  <tr>
    <td class="bawahheader"> </td>
  </tr>
  <tr>
    <td><!-- image header, image: 750x200 px --><img src="http://www.catscratches.net/images/ads/750x200.png" width="750" height="200"></td>
  </tr>
  <tr>
    <td class="bawahheader"> </td>
  </tr>
  <tr>
    <td class="tengah"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="kiri"><!-- mulai isi blogger -->
                      <div class='adsense' style='text-align:center; padding: 0px 3px 0.5em 3px;'>
<script type="text/javascript"><!--
google_ad_client="ca-pub-7140056325775173";
google_ad_width=468;
google_ad_height=15;
google_ad_format="468x15_0ads_al";
google_color_border="F1F1F1";
google_color_bg="F1F1F1";
google_color_link="996633";
google_color_url="996633";
google_color_text="000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


</div>
<Blogger>
                      <table width="100%"  border="0" cellspacing="4" cellpadding="0">
  <tr>
    <td valign="top" class="ulang">

	<table width="100%"  border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td class="tanggalpost"><BlogDateHeader> <$BlogDateHeaderDate$> </BlogDateHeader></td>
                        </tr>
                        <tr>
                          <td class="judulpost"><BlogItemTitle> <BlogItemUrl><a href="<$BlogItemUrl$>" title="external link"></BlogItemUrl> <$BlogItemTitle$> <BlogItemUrl></a></BlogItemUrl> </BlogItemTitle></td>
                        </tr>
                        <tr>
                          <td class="isipost"><$BlogItemBody$></td>
                        </tr>
                        <tr>
                          <td class="bawahpost"><em>posted by <$BlogItemAuthorNickname$> @ <a href="<$BlogItemPermalinkUrl$>" title="permanent link"><$BlogItemDateTime$></a></em> &nbsp; <MainOrArchivePage><BlogItemCommentsEnabled>
<!-- Addition -->
          <BlogItemBacklinksEnabled> 
            <a href="<$BlogItemPermalinkURL$#links>">
              links to this post
            </a>
          </BlogItemBacklinksEnabled>
<!-- End Addition -->
 <a class="comment-link" href="<$BlogItemPermalinkURL$>#comments"><$BlogItemCommentCount$> comments</a> </BlogItemCommentsEnabled></MainOrArchivePage> <$BlogItemControl$></td>
                        </tr>
                        <tr>
                          <td valign="top"><!-- komentar molai disini -->
                              <ItemPage> <BlogItemCommentsEnabled>
<!-- addition -->
          <BlogItemBacklinksEnabled>
          <a name="links"></a><h4>Links to this post:</h4>
          <dl id="comments-block">
          <BlogItemBacklinks>
              <dt class="comment-title">
              <\$BlogBacklinkControl\$>
              <a href="<\$BlogBacklinkURL\$>"><\$BlogBacklinkTitle\$></a>
                <\$BlogBacklinkDeleteIcon\$>
              </dt>
              <dd class="comment-body"><\$BlogBacklinkSnippet\$>
              <br/>
              <span class="comment-poster">
              <em>posted by <\$BlogBacklinkAuthor\$> \@
                <\$BlogBacklinkDateTime\$></em>
              </span>
              </dd>
          </BlogItemBacklinks>
          </dl>
          <p class="comment-timestamp"><\$BlogItemBacklinkCreate\$></p>
          </BlogItemBacklinksEnabled>
<!-- End Addition -->
                              <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                                <tr>
                                  <td><a name="comments" id="comments"></a></td>
                                </tr>
                                <tr>
                                  <td><$BlogItemCommentCount$> Comments:</td>
                                </tr>
                                <tr>
                                  <td><ul>
                                      <BlogItemComments>
                                      <li id="c<$BlogCommentNumber$>"><a name="c<$BlogCommentNumber$>" id="c<$BlogCommentNumber$>"></a>
                                          <p class="comment-data">At <a href="#c<$BlogCommentNumber$>" title="comment permalink"><$BlogCommentDateTime$></a>, <$BlogCommentAuthor$> said&hellip;</p>
                                          <div class="comment-body">
                                            <p><$BlogCommentBody$></p>
              <$BlogCommentDeleteIcon$> </div>
                                      </li>
                                      </BlogItemComments>
                                  </ul></td>
                                </tr>
                                <tr>
                                  <td><$BlogItemCreate$> </td>
                                </tr>
                                <tr>
                                  <td><a href="<$BlogURL$>">&lt;&lt; Home</a> </td>
                                </tr>
                                <tr>
                                  <td>&nbsp;</td>
                                </tr>
                              </table>
                              </BlogItemCommentsEnabled> </ItemPage>
                              <!-- komentar selese disini -->
                          </td>
                        </tr>
                  </table>
					

			    </td>
  </tr>
</table>

                      </Blogger>
          <!-- akhirnya selese blogger --></td>
        <td width="200" class="kanan"><table width="100%"  border="0" cellspacing="0" cellpadding="4">
                      <tr>
                        <td align="center"><$BlogDescription$></td>
                      </tr>
<tr><td align="center"><img src="http://www.catscratches.net/images/EMailMe.png" width="200" height="26"></td></tr>
                      <tr>
                        <td class="judulkanan">About Me </td>
                      </tr>
                      <tr>
                        <td class="isikanan"><!-- Begin #profile-container --> 
						<p align="center">
<img src="<$BlogOwnerPhotoUrl$>" width="200" height="200" border="1"></p>
<strong>Name:</strong> <$BlogOwnerFullName$><br />
<strong>Home:</strong> <$BlogOwnerLocation$><br />
<strong>About Me:</strong> <$BlogOwnerAboutMe$><br />
<a href="<$BlogOwnerProfileUrl$>">See my complete profile</a>
  <!-- End #profile --></td>
                      </tr>
                      <tr>
                        <td class="judulkanan">Previous Post </td>
                      </tr>
                      <tr>
                        <td class="isikanan"><ul>
                            <BloggerPreviousItems>
                            <li><a href="<$BlogItemPermalinkURL$>"><$BlogPreviousItemTitle$></a></li>
                            </BloggerPreviousItems>
                        </ul></td>
                      </tr>
                      <tr>
                        <td class="judulkanan">Archives</td>
                      </tr>
                      <tr>
                        <td class="isikanan"><MainOrArchivePage>
                          <ul>
                            <BloggerArchives>
                            <li><a href="<$BlogArchiveURL$>"><$BlogArchiveName$></a></li>
                            </BloggerArchives>
                          </ul>
                        </MainOrArchivePage></td>
                      </tr>
					   <tr>
                        <td class="judulkanan">Shoutbox</td>
                      </tr>
                      <tr>
<!-- begin Shoutout -->
                        <td valign="top" class="isikanan"><p><a href="http://www.cafepress.com/cp/info/storeref.aspx?refby=catscratches?pid=4908808">Open your own Cafe Press Store!<br><img src="http://www.cafepress.com/content/banners/cp_referral_120x90.gif" border=0></a>
</p></td>
                      </tr>
                      <tr>
                        <td class="judulkanan">Links</td>
                      </tr>
                      <tr>
                        <td valign="top" class="isikanan">
                            <a href="http://www.catscratches.net/index.php"><img src="http://www.catscratches.net/images/scratchhome.gif" border=0 align="left"> <br>
                        <ul>
                            <li><a href="http://www.catscratches.net/index.php"><B>CATscratches Home Page</b></a></li>
                            <li><A href="http://althistory.blogspot.com">Today in Alternate History Blog</li>
                            <li>link 4   </li>
                        </ul></td>
                      </tr>
					     <tr>
                        <td class="judulkanan">Powered by </td>
                      </tr>
                      <tr>
                        <td align="center" valign="top" class="isikanan"><p align="center">    <a href="http://www.isnaini.com" target="_blank"><img src="http://img.photobucket.com/albums/v732/isnaini/freetemplates-88x15.jpg"  alt="Free Blogger Templates" /></a>
            
                            <br>
                          <br>
<a href="http://www.blogger.com" target="_blank"><img src="http://buttons.blogger.com/bloggerbutton1.gif" alt="BLOGGER" name="blogger" border="0"></a></p></td>
                      </tr>
          </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td class="footer">&copy; 2005 yourname.blogspot.com .
      template by <a href="http://www.isnaini.com" target="_blank" title="free blogger templates for your blog !">isnaini dot com </a> and altered by CAT.</td>
  </tr>
</table>
</body>
</html>
daedreem is offline   Reply With Quote
Old July 16th, 2006, 06:38 PM     #5 (permalink)
Member
 
daedreem's Avatar
 
Join Date: Jan 2006
Location: Texas, Y'all.
Posts: 139
PS.

I really love the way this template looks now (in IE) but I really could use a 3rd column... Either in the area outside the table, or (better) to the left of the post.

I'm working on figuring it out now... but I'm new enough I'm really slow.

How would be the best way to add 1 simple column? (no need to break it down into sections.. i'd be filling it with this... updated constantly)

Code:
  <TD WIDTH="10" valign="top">
            <A HREF="http://www.cafepress.com/cstripods" class="opacityit"><IMG SRC="http://www.catscratches.net/images/AnimalsLogo150x60.png" BORDER=0 alt="Items made for Animal Lovers"></a><br>
            <A HREF="http://www.cafepress.com/tripods" class="opacityit"><IMG SRC="http://www.catscratches.net/images/MoeShop150x60.png" BORDER=0 alt="Items made for Animal Lovers"></a><BR>
            <A HREF="http://www.cafepress.com/smileyfaces" class="opacityit"><IMG SRC="http://www.catscratches.net/images/Awareness150x60.png" BORDER=0 alt="Causes and Awareness"></a><BR>
            <A HREF="http://www.cafepress.com/csbirthdays" class="opacityit"><IMG SRC="http://www.catscratches.net/images/Celebrations150x60.png" BORDER=0 alt="Holidays and Celebrations"></a><BR>
            <A HREF="http://www.cafepress.com/communitygaming" class="opacityit"><IMG SRC="http://www.catscratches.net/images/d20wideLogo150x60.gif" BORDER=0 alt="Items made for Gamers"></a><BR>
            <A HREF="http://www.cafepress.com/cs4thofjuly" class="opacityit"><IMG SRC="http://www.catscratches.net/images/july4th150x60.png" BORDER=0 alt="American all year long"></a><BR>
            <A HREF="http://www.cafepress.com/CSfunnies" class="opacityit"><IMG SRC="http://www.catscratches.net/images/CSfunnies150x60.png" BORDER=0 alt="Humor, Ar Ar"></a><BR>
            <A HREF="http://www.cafepress.com/privaterequests" class="opacityit"><IMG SRC="http://www.catscratches.net/images/KIDS150x60.png" BORDER=0 alt="Kid Oriented Items"></a><BR>
            <A HREF="http://www.cafepress.com/CSrequests2" class="opacityit"><IMG SRC="http://www.catscratches.net/images/custommade150x60.png" BORDER=0 alt="Customized Items"></a><BR>
            <A HREF="http://www.cafepress.com/CSsingles" class="opacityit"><IMG SRC="http://www.catscratches.net/images/Available150x60.png" BORDER=0 alt="Items for Searching Singles"></a><BR>
            <A HREF="http://www.cafepress.com/CSprofessional" class="opacityit"><IMG SRC="http://www.catscratches.net/images/ProfessionalQuips150x60.png" BORDER=0 alt="Professional Quips. Does something irk you? Say it!"></a><BR>
            <A HREF="http://www.catscratches.net/csARTcpstore.php" class="opacityit"><IMG SRC="http://www.catscratches.net/images/CSartstore150x60.png" BORDER=0 alt="Items made with my ART"></a><BR>
            <A HREF="http://www.catscratches.net/csWAHMcpstore.php" class="opacityit"><IMG SRC="http://www.catscratches.net/images/WAHM150x60.gif" BORDER=0 alt="Items made for WorkAtHomeParents!"></a><BR>
            <A HREF="http://www.catscratches.net/csSIMMERSstore.php" class="opacityit"><IMG SRC="http://www.catscratches.net/images/CSsimstore150x60.png" BORDER=0 alt="Items made for Simmers"></a><BR>
            <A HREF="http://www.cafepress.com/csadultcrude" class="opacityit"><IMG SRC="http://www.catscratches.net/images/adulthumor150x60.png" BORDER=0 alt="Items made for Adults"></a><BR>
   </TD>
I can change template width if needed, and can redo my image for the correct width, so no worries there.
daedreem is offline   Reply With Quote
Old July 16th, 2006, 06:54 PM     #6 (permalink)
iNsAn3 mEMBER
 
Daft_Ghosty's Avatar
 
Join Date: Oct 2001
Location: South Cackolacky (ak
Posts: 4,727
Send a message via ICQ to Daft_Ghosty Send a message via AIM to Daft_Ghosty Send a message via MSN to Daft_Ghosty Send a message via Yahoo to Daft_Ghosty
here is an atempt to fix the code..

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head></noscript>
  <title><$BlogPageTitle$></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="shortcut icon" type="image/ico" href="http://www.isnaini.com/favicon.ico" />
<$BlogMetaData$>
<style type="text/css">
body {
	margin: 0;
	padding: 0;
	min-width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000
	font-size: 12px;
	background-color: #A3A3A3;
	background-image: url(http://www.catscratches.net/images/template/ppgranitebg.jpg);
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
  .tanggalpost {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
}
  .judulpost {
	font-size: 14px;
	font-weight: bold;
	background-color: #f1f1f1;
	color: #000000;
	text-align: left;
}
  .isipost {
	text-align: justify;
	padding: 2px;
}
  .bawahpost {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding: 2px;
}
 <!-- judulkanan is Right Column Headers -->
.judulkanan {
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	color: #000000;
	text-align: right;
	padding-top: 5px;
	background-color: #C0C0C0;
}
  a:link, a:active, a:visited {
	color: #996633;
	text-decoration: none;
}
  a:hover {
	text-decoration: underline;
}
  li {
	list-style-position: outside;
	list-style-type: square;
}
  .isikanan {
	padding: 2px 15px 2px 2px;
}
textarea, input, select, option, button {
	font-family: Tahoma, Verdana, Arial;
	background-color : #F1F1F1;
	color : #000000;
	font-size : 10px;
	border: 1px solid #CCCCCC;
}
img {
	border:0px none;
}
.atasheader {
	background-color: #F1F1F1;
	height: 30px;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #808080;
}
.bawahheader {
	background-color: #808080;
	height: 15px;
	color: #000000;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
.footer {
	background-color: #808080;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}
<!-- tengah is the main blog area -->
.tengah {
         background-color: #F1F1F1;
	vertical-align: top;
	border: 1px solid #808080;
}
.kanan {
	vertical-align: top;
}
.ulang {
}
.ulang td{
	padding: 2px;
}


.kiri {
	vertical-align: top;
	padding: 5px;
}
</style>
</head>

<body>
<table width="750"  border="0" align="center" cellpadding="0" cellspacing="0">
<!-- addition -->
  <tr>
    <td class="bawahheader"> </td>
  </tr>
  <tr>
    <td class="bawahheader"> </td>
  </tr>
<!-- addition -->
  <tr>
    <td class="atasheader"><a href="http://www.catscratches.net"><img src="http://www.catscratches.net/images/template/ppcslogo.gif" border=0></a><br>
<$BlogTitle$></td>
  </tr>
  <tr>
    <td class="bawahheader"> </td>
  </tr>
  <tr>
    <td><!-- image header, image: 750x200 px --><img src="http://www.catscratches.net/images/ads/750x200.png" width="750" height="200"></td>
  </tr>
  <tr>
    <td class="bawahheader"> </td>
  </tr>
  <tr>
    <td class="tengah"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr bgcolor="#F1F1F1">
        <td class="kiri"><!-- mulai isi blogger -->
                      <div class='adsense' style='text-align:center; padding: 0px 3px 0.5em 3px;'>
<script type="text/javascript"><!--
google_ad_client="ca-pub-7140056325775173";
google_ad_width=468;
google_ad_height=15;
google_ad_format="468x15_0ads_al";
google_color_border="F1F1F1";
google_color_bg="F1F1F1";
google_color_link="996633";
google_color_url="996633";
google_color_text="000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


</div>
<Blogger>
                      <table width="100%"  border="0" cellspacing="4" cellpadding="0">
  <tr>
    <td valign="top" class="ulang">

	<table width="100%"  border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td class="tanggalpost"><BlogDateHeader> <$BlogDateHeaderDate$> </BlogDateHeader></td>
                        </tr>
                        <tr>
                          <td class="judulpost"><BlogItemTitle> <BlogItemUrl><a href="<$BlogItemUrl$>" title="external link"></BlogItemUrl> <$BlogItemTitle$> <BlogItemUrl></a></BlogItemUrl> </BlogItemTitle></td>
                        </tr>
                        <tr>
                          <td class="isipost"><$BlogItemBody$></td>
                        </tr>
                        <tr>
                          <td class="bawahpost"><em>posted by <$BlogItemAuthorNickname$> @ <a href="<$BlogItemPermalinkUrl$>" title="permanent link"><$BlogItemDateTime$></a></em> &nbsp; <MainOrArchivePage><BlogItemCommentsEnabled>
<!-- Addition -->
          <BlogItemBacklinksEnabled> 
            <a href="<$BlogItemPermalinkURL$#links>">
              links to this post
            </a>
          </BlogItemBacklinksEnabled>
<!-- End Addition -->
 <a class="comment-link" href="<$BlogItemPermalinkURL$>#comments"><$BlogItemCommentCount$> comments</a> </BlogItemCommentsEnabled></MainOrArchivePage> <$BlogItemControl$></td>
                        </tr>
                        <tr>
                          <td valign="top"><!-- komentar molai disini -->
                              <ItemPage> <BlogItemCommentsEnabled>
<!-- addition -->
          <BlogItemBacklinksEnabled>
          <a name="links"></a><h4>Links to this post:</h4>
          <dl id="comments-block">
          <BlogItemBacklinks>
              <dt class="comment-title">
              <\$BlogBacklinkControl\$>
              <a href="<\$BlogBacklinkURL\$>"><\$BlogBacklinkTitle\$></a>
                <\$BlogBacklinkDeleteIcon\$>
              </dt>
              <dd class="comment-body"><\$BlogBacklinkSnippet\$>
              <br/>
              <span class="comment-poster">
              <em>posted by <\$BlogBacklinkAuthor\$> \@
                <\$BlogBacklinkDateTime\$></em>
              </span>
              </dd>
          </BlogItemBacklinks>
          </dl>
          <p class="comment-timestamp"><\$BlogItemBacklinkCreate\$></p>
          </BlogItemBacklinksEnabled>
<!-- End Addition -->
                              <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                                <tr>
                                  <td><a name="comments" id="comments"></a></td>
                                </tr>
                                <tr>
                                  <td><$BlogItemCommentCount$> Comments:</td>
                                </tr>
                                <tr>
                                  <td><ul>
                                      <BlogItemComments>
                                      <li id="c<$BlogCommentNumber$>"><a name="c<$BlogCommentNumber$>" id="c<$BlogCommentNumber$>"></a>
                                          <p class="comment-data">At <a href="#c<$BlogCommentNumber$>" title="comment permalink"><$BlogCommentDateTime$></a>, <$BlogCommentAuthor$> said&hellip;</p>
                                          <div class="comment-body">
                                            <p><$BlogCommentBody$></p>
              <$BlogCommentDeleteIcon$> </div>
                                      </li>
                                      </BlogItemComments>
                                  </ul></td>
                                </tr>
                                <tr>
                                  <td><$BlogItemCreate$> </td>
                                </tr>
                                <tr>
                                  <td><a href="<$BlogURL$>">&lt;&lt; Home</a> </td>
                                </tr>
                                <tr>
                                  <td>&nbsp;</td>
                                </tr>
                              </table>
                              </BlogItemCommentsEnabled> </ItemPage>
                              <!-- komentar selese disini -->
                          </td>
                        </tr>
                  </table>
					

			    </td>
  </tr>
</table>

            </Blogger>
          <!-- akhirnya selese blogger --></td>
        <td width="200" class="kanan"><table width="100%"  border="0" cellpadding="4" cellspacing="0">
                      <tr>
                        <td align="center"><$BlogDescription$></td>
                      </tr>
<tr><td align="center"><img src="http://www.catscratches.net/images/EMailMe.png" width="200" height="26"></td></tr>
                      <tr>
                        <td class="judulkanan">About Me </td>
                      </tr>
                      <tr>
                        <td class="isikanan"><!-- Begin #profile-container --> 
						<p align="center">
<img src="<$BlogOwnerPhotoUrl$>" width="200" height="200" border="1"></p>
<strong>Name:</strong> <$BlogOwnerFullName$><br />
<strong>Home:</strong> <$BlogOwnerLocation$><br />
<strong>About Me:</strong> <$BlogOwnerAboutMe$><br />
<a href="<$BlogOwnerProfileUrl$>">See my complete profile</a>
  <!-- End #profile --></td>
                      </tr>
                      <tr>
                        <td class="judulkanan">Previous Post </td>
                      </tr>
                      <tr>
                        <td class="isikanan"><ul>
                            <BloggerPreviousItems>
                            <li><a href="<$BlogItemPermalinkURL$>"><$BlogPreviousItemTitle$></a></li>
                            </BloggerPreviousItems>
                        </ul></td>
                      </tr>
                      <tr>
                        <td class="judulkanan">Archives</td>
                      </tr>
                      <tr>
                        <td class="isikanan"><MainOrArchivePage>
                          <ul>
                            <BloggerArchives>
                            <li><a href="<$BlogArchiveURL$>"><$BlogArchiveName$></a></li>
                            </BloggerArchives>
                          </ul>
                        </MainOrArchivePage></td>
                      </tr>
					   <tr>
                        <td class="judulkanan">Shoutbox</td>
                      </tr>
                      <tr>
<!-- begin Shoutout -->
                        <td valign="top" class="isikanan"><p><a href="http://www.cafepress.com/cp/info/storeref.aspx?refby=catscratches?pid=4908808">Open your own Cafe Press Store!<br><img src="http://www.cafepress.com/content/banners/cp_referral_120x90.gif" border=0></a>
</p></td>
                      </tr>
                      <tr>
                        <td class="judulkanan">Links</td>
                      </tr>
                      <tr>
                        <td valign="top" class="isikanan">
                            <a href="http://www.catscratches.net/index.php"><img src="http://www.catscratches.net/images/scratchhome.gif" border=0 align="left"> <br>
                        <ul>
                            <li><a href="http://www.catscratches.net/index.php"><B>CATscratches Home Page</b></a></li>
                            <li><A href="http://althistory.blogspot.com">Today in Alternate History Blog</li>
                            <li>link 4   </li>
                        </ul></td>
                      </tr>
					     <tr>
                        <td class="judulkanan">Powered by </td>
                      </tr>
                      <tr>
                        <td align="center" valign="top" class="isikanan"><p align="center">    <a href="http://www.isnaini.com" target="_blank"><img src="http://img.photobucket.com/albums/v732/isnaini/freetemplates-88x15.jpg"  alt="Free Blogger Templates" /></a>
            
                            <br>
                          <br>
<a href="http://www.blogger.com" target="_blank"><img src="http://buttons.blogger.com/bloggerbutton1.gif" alt="BLOGGER" name="blogger" border="0"></a></p></td>
                      </tr>
          </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td class="footer">&copy; 2005 yourname.blogspot.com .
      template by <a href="http://www.isnaini.com" target="_blank" title="free blogger templates for your blog !">isnaini dot com </a> and altered by CAT.</td>
  </tr>
</table>
</body>
</html>
__________________
In life one must Chill
Daft_Ghosty is offline   Reply With Quote
Old July 16th, 2006, 07:07 PM     #7 (permalink)
Member
 
daedreem's Avatar
 
Join Date: Jan 2006
Location: Texas, Y'all.
Posts: 139
Thanks Daft!!

That fixed the no fill thing!!

I haven't looked to see what you changed yet... but I am most curious.

Thanks loads!
daedreem is offline   Reply With Quote
Old July 16th, 2006, 07:17 PM     #8 (permalink)
Member
 
daedreem's Avatar
 
Join Date: Jan 2006
Location: Texas, Y'all.
Posts: 139
Daft, the only change i've seen so far, is the order in which 'cell padding' and 'cell spacing' is listed at one spot?

Is this the whole issue?

What am I missing?
daedreem is offline   Reply With Quote
Old July 16th, 2006, 07:17 PM     #9 (permalink)
iNsAn3 mEMBER
 
Daft_Ghosty's Avatar
 
Join Date: Oct 2001
Location: South Cackolacky (ak
Posts: 4,727
Send a message via ICQ to Daft_Ghosty Send a message via AIM to Daft_Ghosty Send a message via MSN to Daft_Ghosty Send a message via Yahoo to Daft_Ghosty
it was a simple adding of the bg color to one of the tr lines.. I'll post a moving gif that shows the change.. it is just below the body tag about 10 or 20 lines or so
Attached Images
File Type: gif change.gif (14.7 KB, 39 views)
Daft_Ghosty is offline   Reply With Quote
Old July 16th, 2006, 07:25 PM     #10 (permalink)
Member
 
daedreem's Avatar
 
Join Date: Jan 2006
Location: Texas, Y'all.
Posts: 139
yeah.. I found it, after I posted the last, Daft.. thanks.

Now I guess I just need to do the same for the right column title, etc that still do not have their color.

Thanks a lot for the help!

Any ideas about the 3rd column??
daedreem is offline   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads
Thread Thread Starter Forum Replies Last Post
firefox question drjekel_mrhyde General Tech Discussion 1 December 29th, 2005 09:03 PM
Firefox question... Smetana Applications and Operating Systems 5 November 10th, 2004 07:51 PM
Firefox Question mystiknitekidz Applications and Operating Systems 10 August 12th, 2004 01:58 PM
Firefox question rickytim General Tech Discussion 7 July 21st, 2004 12:09 AM
firefox question... night_wolf Networking and Internet 10 July 20th, 2004 07:56 AM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Is It Just Me? (1630)
CBO: Obama's health care plan cuts .. (103)
newegg=bad people (29)
USB not recognised..... (16)
would this build be enough for WOW? (15)
First time builder (6)
HTML (7)
Recent Problem (15)
Need some suggestions on building a.. (32)
[ F@H Chat] 03/07/10 New Month New.. (92)
Motherboard the culprit? (7)
Windows XP Pro Error log (9)
Suggestions? (6)
Hard drive full = slower computer? .. (6)
Recent Discussions
newegg=bad people (29)
GOM Player with Google Chrome? (0)
TV tuner (0)
First Time PC Builder (Gaming PC) (1)
[ F@H Chat] 03/07/10 New Month New T.. (92)
HTML (7)
re laptop (1)
pc won't start (1)
Outlook keeping 2 copies of sent mess.. (1)
would this build be enough for WOW? (15)
Audio skips when I play a cd or dvd o.. (2)
Microsoft removes hardware virtualiza.. (1)
Lexmark Printer Prestige pro805 (1)
First time builder (6)
Hypercam 2 plays sound too fast (1)
Need some suggestions on building a g.. (32)
IE8 & WLM crash whenever I try to.. (1)
iPad, who's getting one? (60)
Writing lead-out (8)
SSH Tunnel Or OpenVPN? (1)
About to install a new heatsink and I.. (3)
169 ip address question (4)
Help! Cisco Switch port (interface) f.. (1)
Motherboard the culprit? (7)
burner not burning. (4)


All times are GMT -4. The time now is 09:52 PM.
TechIMO Copyright 2009 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28