Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Picture HTML tag problem

Options
  • 01-05-2003 4:42pm
    #1
    Registered Users Posts: 446 ✭✭


    Hey as you can see at

    http://www13.brinkster.com/kegan5/main.htm

    The 1st 2 images have lines around them which I assume is because of the way I have closed off each tag... </A>

    I've checked these however and cant seem to find where its getting the lines from..



    font face="Amaze" size="6"></font><a href="apt3.htm" target="mainFrame"> <img src="INTERIOR4.jpg" width="197" height="145"> </font>

    <a href="apt2.htm" target="mainFrame"><img src="7583a.jpg" width="191" height="143" border="0"></a>

    <font face="Amaze" size="6">
    <a href="apt1.htm" target="mainFrame"><img src="7582c.jpg" width="191" height="142" border="0"></a>


Comments

  • Registered Users Posts: 267 ✭✭Tom


    You are not closing the first link and you have a space between the link and the first picture.

    Your code should look like this

    font face="Amaze" size="6"></font><a href="apt3.htm" target="mainFrame"><img src="INTERIOR4.jpg" width="197" height="145"></a></font>

    <a href="apt2.htm" target="mainFrame"><img src="7583a.jpg" width="191" height="143" border="0"></a>

    <font face="Amaze" size="6">
    <a href="apt1.htm" target="mainFrame"><img src="7582c.jpg" width="191" height="142" border="0"></a>


  • Closed Accounts Posts: 8,478 ✭✭✭GoneShootin


    for future reference you might find : http://validator.w3.org/ a handy tool for checking your html :D


  • Registered Users Posts: 446 ✭✭kegan5


    Merci pour votre aide


  • Moderators, Politics Moderators Posts: 39,950 Mod ✭✭✭✭Seth Brundle


    Originally posted by kegan5

    font face="Amaze" size="6"></font><a href="apt3.htm" target="mainFrame"> <img src="INTERIOR4.jpg" width="197" height="145"></font>
    Your IMG tag should include ALT text also (ALT="something" - where something is some descriptive text about the pic)
    You also should not use the font Amaze as many people will not have that on their system - (assuming it is a heading then if you like the look of it then save your text as an image).
    You also have a font tag (at the start of the quote) which is closed immediatley - no need for it then!


  • Moderators, Politics Moderators Posts: 39,950 Mod ✭✭✭✭Seth Brundle


    two points
    * when I looked earlier (just after I sent my last post) I noticed that the source code contained loads of <DIV ALIGN="center"> tags for no reason
    * I don't know if you are using Brinkster as a test base but if not beware that looking at it now, it seems as if your daily a/c has gone over its bandwidth limit.


  • Advertisement
  • Registered Users Posts: 446 ✭✭kegan5


    Thanks I've moved the files to geocities...which annoys the bum off me but it works so!

    www.frenchrivieradirect.com


  • Closed Accounts Posts: 1,478 ✭✭✭tribble


    [DISGUST]

    colour scheme


    [\DISGUST]

    tribble


  • Moderators, Politics Moderators Posts: 39,950 Mod ✭✭✭✭Seth Brundle


    I would say that if you are going to go for a free host then go with something like iolfree.ie or €ircon.net - no pop-ups (usually) or any other kinds of ads. I believe that the space / transfer allowances are quite good also


  • Registered Users Posts: 6,315 ✭✭✭ballooba


    How many of your users do you reckon have the amaze font on their PCs?


Advertisement