imagelink, unwanted space

liunx

Guest
Ive got a link to this website for my referals, but when I put it so that it pops up in a new window, an unwanted space appears.<br />
<br />
<!-- m --><a class="postlink" href="http://jgac.sportsrant.com/index2.htm">http://jgac.sportsrant.com/index2.htm</a><!-- m --><br />
<br />
Its in the main frame and its the HTMLforums image.<!--content-->just an FYI, but your site is a killer on us modem users.<br />
<br />
so wha tare you talking aobut, what space??<!--content-->I don't see a space either.<!--content-->Sorry about the load, its just that one backround picture that I forgot to save as a jpeg. (its a bmp disguised as a JPG)<br />
<br />
Try clicking on thee link. If you look carefully some area to the southeast side of the image is hightlighted when you click. I want to get rid of it so I can put some more up.<!--content-->I changed the bg image to a real JPG if that helps you.<br />
<br />
I did have a preloader in there but it stopped working after I tweaked it (my fault)<br />
<br />
But that stupid space is still there<!--content-->I still don't see it.<!--content-->I still see it, lemme try making acouple images.<!--content-->OK, I just uploaded them.<br />
<br />
There should be some space between the images that space is linked even though theres nothing there.<!--content-->ahhh, I see it. it might have something to do with the fact that you never closed the link/s<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.htmlforums.com/index.php?referrerid=5286" target="_blank"><br />
<img src=http://www.htmlforums.com/archive/index.php/"htmlforums.gif" width="88" height="31" border=0> <br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.htmlforums.com/index.php?referrerid=5286" target="_blank"><br />
<img src="htmlforums.gif" width="88" height="31" border=0> <a href=http://www.htmlforums.com/archive/index.php/"http://www.htmlforums.com/index.php?referrerid=5286" target="_blank"><br />
<img src="htmlforums.gif" width="88" height="31" border=0> <a href=http://www.htmlforums.com/archive/index.php/"http://www.htmlforums.com/index.php?referrerid=5286" target="_blank"><br />
<img src=http://www.htmlforums.com/archive/index.php/"htmlforums.gif" width="88" height="31" border=0><!--content-->Hmm, I musta deleted it by accident cuz I did it in dreamweaver<!--content-->I closed it but that didnt fix the problem.<br />
<br />
Oddly enough, I got rid of that extra space by puttting ALL the code on one line <br />
<br />
<br />
Thanks for the help<!--content-->Some type errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fjgac.sportsrant.com%2Findex2.htm&charset=%28detect+automatically%29&doctype=Inline&ss=1&sp=1&outline=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->) to fix up. Add type="text/css" to <style> tags, and type="text/javascript" to <script> tags.<br />
<br />
Run the rest of the site through <!-- m --><a class="postlink" href="http://validator.w3.org/">http://validator.w3.org/</a><!-- m --> as it will find any other coding problems for you.<!--content-->LOL<br />
<br />
I guess machines (dreamweaver) cant even put out correct code.<!--content-->that is called bloat code and that is why we say stay away from those editors.<!--content-->Why stay away. I find it much easier, but yet, a little bit more frustrating. :D<br />
<br />
But, I can understand what you say. <br />
<br />
Its just me though, I dont like coding by hand unless I am bored. <br />
<br />
Anyways, if I did code by hand though, I probably would have more errors. So in my case, I should do it in an editor, than fix the problems that it makes.:D<!--content-->sure it is easier, but you don't learn anything. al you learn is tha tyou have to correct what it does and then you are still doing it by hand :)<br />
<br />
but to eash his own.<!--content-->Oh, I did learn HTML.<br />
<br />
<br />
Its just my preference.Usually I create the basic layout because I hate making tables by hand, then I put in whatever I want.<br />
<br />
But thats not all the time.<!--content-->However you code your site, I found that I really didn't begin to fully understand HTML until sometime after I started using a validator to check out the logic and structure of the code. This is one function it does, but it can also be used for checking out typing errors, tags opened but not closed , nesting errors, unclosed attributes, and so on. I can recommend trying it, even if you do not aim to be 100% W3C compliant. The code checker is good for finding many types of problems, and you will learn much more about HTML as you fix them all. I use <!-- m --><a class="postlink" href="http://validator.w3.org/">http://validator.w3.org/</a><!-- m --> mostly, and for CSS I use: <!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator-uri.html">http://jigsaw.w3.org/css-validator/validator-uri.html</a><!-- m --> as well.<!--content-->Yea, I use them too.<br />
<br />
I did code by hand, but never really thought of doing the validator till a little bit back.<!--content-->
 
Back
Top