Image Links: problem with borders ??????

Josh Simpson's picture

They have: 147 posts

Joined: Dec 1999

Hi there

As before in my last mesage "spaces between images" I am having problems with the spaces
beteween them

This prob is ocuring on Imges that act a links to other pages, I have used the border="0" comand but when you click on the image the dotted line around the image that appears is no a true rectangle it has a small peace that appears at the bottom right hand corner of the image, it is what is causing the spaces beteween both images.

Any idears?

Josh

------------------

[This message has been edited by Josh Simpson (edited 05 January 2000).]

JLS (Joshua Lee Simpson)

They have: 268 posts

Joined: May 1999

Open your file in notepad and make sure you don't have any spaces between your image tags or Returns. I always forget and put a space after the IMG tags

If this isn't what you need post a URL for the page and let us look at it.

------------------
My goal in life is found in Phillipians 4:8-9

My goal in life is found in Phillipians 4:8-9
shoutingrock.org/troop214

They have: 48 posts

Joined: Dec 1999

In NS for some reason it does this with images if there are any spaces or line breaks between the <img> and <a> tags.

------------------
Do you want to have fun?
TomWorld

Do you want to have fun?
TomWorld

Josh Simpson's picture

They have: 147 posts

Joined: Dec 1999

I got rid of ther border problem but the space is still there between the two sign post thinges and the basr below it

answers?
http://members.xoom.com/joshuals/test.htm

[This message has been edited by Josh Simpson (edited 06 January 2000).]

JLS (Joshua Lee Simpson)

They have: 48 posts

Joined: Dec 1999

Josh, you have to put these three lines of code on the same line.

code:

<A HREF="http://www.microsoft.com/ie">
<IMG SRC="images/ie.jpg" Border="0">
</A>
[/code]
So it should look like this:

code:
<A HREF="http://www.microsoft.com/ie"><IMG SRC="images/ie.jpg" Border="0"></A>[/code]

This gives you a rectangular dotted line around the image as it is being clicked.


------------------
Do you want to have fun?
TomWorld 

Do you want to have fun?
TomWorld

Josh Simpson's picture

They have: 147 posts

Joined: Dec 1999

Thanks Tom

But that is not where the problem is.
It is beteween the two "TEXT HERE" Signs and the Bar below it.

Is it just me that it happens to?

Josh

JLS (Joshua Lee Simpson)

They have: 268 posts

Joined: May 1999

You need to put the code with the links in it on one line.

Like this

code:

<IMG SRC="images/menu_top_1.jpg"><BR>
<A HREF="my_web_page_nf/index.htm"><IMG SRC="images/no_frames.jpg" border="0"></A><IMG SRC="images/space.jpg" Border="0"><A HREF="my_web_page_f/index.htm"><IMG SRC="images/frames.jpg" border="0"></A><BR>
<IMG SRC="images/menu_botom.jpg"><BR>
[/code]
Also I have edited your images so that they are more balanced.

Here they are
            

Also don't forget to close your CENTER tag at the bottom of the page

------------------
My goal in life is found in Phillipians 4:8-9


[This message has been edited by Jim Shilt (edited 07 January 2000).] 

My goal in life is found in Phillipians 4:8-9
shoutingrock.org/troop214

Josh Simpson's picture

They have: 147 posts

Joined: Dec 1999

Thanks alot Mr Shilt
It has healped me alot

Thanks for the images too

Josh

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.