View Single Post
  #23 (permalink)  
Old 08-22-2007, 03:19 PM
b1caez01's Avatar
b1caez01 b1caez01 is offline
Senior Member
 
About:
Join Date: Dec 2006
Posts: 220
b1caez01 is an unknown quantity at this point

Default <!---message within should only be affected--->


From Al's Lab: MAD-LAB 1

Well, I think so...but I still have not resolved the issue of why the inserted code did not appear...see last edit part...in last message...

I think that I am using this bit <b /b> incorrectly... <b should be at the front and /b> should be at the end of the line of code! Duh, never noted that before... I've just been copy and pasting... So, I think I solved my own problem again...

But not the first bit...the disappearing act!

Otherwise, everything seems to be o.k.

Oh, I got politely reamed out be Valacar... I suppose with justification ...although I don't quiet understand the logic behind the "theft..." if one is being drawn to their site, and they thus reap the benefits. Nothing is in it for me. If I was getting some benefit, I would agree, even though I do not understand the concept of the "theft." Maybe you can explain this to me, and our readers.

I've been "building" [patching together] my own code by using downloaded Page Source codes and working from the "known" to the "unknown." Lots of deductive reasoning and smoke! Jumping between the PS and my template ...experimenting with what works and what does not ...therefore from wherever the codes come from, they are the carriers, I would think.

e.g. I made an inquiry of Valacar...then thought that I had resolved it on my own...but...
-------------------------------------------------------------------------
Valacar: worked out the problem...my I leave this on my side bar... If you check the page now, you'll see it on the Techie section...
<!----------------insert-------------------->
<div id="banner">
<h1 id="title">
<a href=" World Wide Web Consortium "><img alt="W3C" width="60" height="40" id="logo" src=" http://validator.w3.org/images/w3c.png" /></a>

<a href="./"><span>Markup Validation Service</span></a>
</h1>
<p id="tagline">Check the markup (HTML, XHTML) of Web documents at http://validator.w3.org/</p>
</div>
<!----------------insert-------------------->

Response: "There problem with that is you're stealing the bandwidth of the w3.org, so they're paying each time someone visits your site and views the image. You can read more about the problem of hotlinking here:

Bandwidth Stealing
What is Hotlinking? Bandwidth Theft? Stop Hotlinking and test your Hotlink Protection with our Hotlink Checker from altlab.com.

You would need to download the image, and upload it your site, so the image is hosted on blogspot. I would also condense that code to the following:

<div>
<a href="http://www.w3.org/ "><img alt="W3C" width="60" height="40" src="w3c.png " /></a>
</div>

<p>Check the markup (HTML, XHTML) of Web documents at http://validator.w3.org/</p>

And lastly, I would use another image. Try google image search:

w3c logo - Google Image Search "
--------------------------------------------------------------------------
MAD-LAB 1
TTFN...Al

Addendum: I think that I feel comfortable enough with state of the universe as it is... I'd like to start working on my background now...jazzing it up a bit...heading over to MySpace to see what their Source View looks like and what does what... TTYL...Al




Last edited by b1caez01; 08-22-2007 at 03:27 PM..
Reply With Quote