One quick question...

liunx

Guest
hmm, hello everyone, i put this thread in another "section" and it said it was moved, but I couldnt find where it was moved to, anyways heres what I need help with.<br />
<br />
example: <!-- m --><a class="postlink" href="http://www.google.ca">http://www.google.ca</a><!-- m --><br />
<br />
when you leave your mouse over that link, the url appears in the bottom left hand corner of the window. I need to know how to change that to anything I want, like "good search engine"<br />
<br />
Thanks<!--content--><a href=http://www.htmlforums.com/archive/index.php/"http://yourdomain.com" onMouseOver="window.status='go to this site or I\'ll shoot this kitten. I mean it.'; return true;" onMouseOut="window.status=''; return true;">link text</a><!--content--><A HREF=http://www.htmlforums.com/archive/index.php/"http://www.linksite.com" onMouseOver="self.status='this is a good link!'; return true" onmouseout="self.status='let it see at the bottom'; return true" ><br />
Here the link</A><br />
<br />
:rocker: <br />
<br />
////i am 2nd ;)<!--content-->another question, if its ok<br />
<br />
Is there anyway I can hide my "source" file. I have some friends that are writing html, and I need to be better then them, therefore I need it so they cant figure out how I did a certian thing on my website<br />
<br />
Thanks<!--content-->quick answer: nope!<br />
longer answer: i KNOW it can be done, because once, many months ago, i saw it done. i swear i saw a site where the "view source" was greyed out. but it's the Holy Grail. who know's what lies in wait in the source code, when ya can't even see the damn thing?! of course, had i known then what i know now, i'd be able to give a far better report on this elusive beast.<br />
<br />
just assume there IS no loch ness monster or little green men, and you'll be far happier throughout your life.<!--content-->Damn...........oh well, hm can you or anyone else suggest a good place for free templates?<!--content-->Hm, I'm back again it seems...<br />
<br />
Well I have another question. I'm done a site for an "english" report for my grade 9 class. <br />
<br />
<!-- m --><a class="postlink" href="http://www.geocities.com/groundskeepin_willie/chsummarys.htm">http://www.geocities.com/groundskeepin_ ... mmarys.htm</a><!-- m --><br />
<br />
on the left hand side where the links are, there seems to be a purple outine, surrounding the tables. The picture is actually a table in itself, and I guess when you link a whole table it makes a border? =(<br />
<br />
Anyone help?<br />
<br />
Thanks<!--content-->Check out this link for a list of free website templates pages: <!-- m --><a class="postlink" href="http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&q=free+website+templates&btnG=Google+Search">http://www.google.com/search?hl=en&lr=& ... gle+Search</a><!-- m --> <br />
<br />
The only way you can "hide" your source code, it to encrypt it. But then it will be very inconvenient and time-consuming to edit and update...<!--content-->You can remove the borders by adding the border="0" attribute to your <img> tags.<br />
<br />
OR (I think)<br />
<br />
You can add the following to your CSS code:<br />
<br />
<br />
img {<br />
border-width: 0px;<br />
}<!--content-->Oh sweet. Thanks man, I didnt know you could put that on an IMG tag. =)<!--content-->Well acutally i did, its just I thought it had something to do with the table, well anyways Thanks<!--content-->i've been trying to find that site i saw so long ago all night to no avail... i thought i found it, but the source was freely available, so it may actually have simply been a browser bug at the time.<br />
<br />
however, i thought of an option: open a new window with no toolbars and insert a no right-click script. that'll make it a lot harder to get the source, although the code IS in the user's temp files, whether they know how to raid it or not.<!--content-->Hm, your idea intrigues me. But since I know nothing about javascript or how to write it, i would need you to provide me with the script. Also how do I make the tool bar go away in the html<!--content-->beats me! i always just google for a script personally.<!--content-->
 
Back
Top