[plug] stupid html question
Mark Dixon
MarkDixon at iiNet.net.au
Tue Jun 7 15:14:12 WST 2005
> If a web page has a style sheet setting the links to look a certain
> way, how do I tell a <a href> wrapped around a <img> NOT to put a
> ruddy big line around a picture or whatever.
Use the border parameter in the IMG tag:
<A HREF="http://.../"><IMG SRC="graphicname.png" BORDER="0"></A>
Alternatively, you should be able to specify a border: 0; style in the
css. I'm guessing that would look like this:
img { border: 0 }
Cheers, Mark.
Shayne O'Neill wrote:
> This is a ridiculously silly question, but I just can't work it out on
> google, and for some reason I dont know the answer already.
>
> If a web page has a style sheet setting the links to look a certain way,
> how do I tell a <a href> wrapped around a <img> NOT to put a ruddy big
> line around a picture or whatever.
>
> I just cant work this one out :(
>
> --
> I wish a robot would get elected president. That way, when he came to
> town, we could all take a shot at him and not feel too bad.
> - Jack Handey (And now, Deep thoughts)
> _______________________________________________
> PLUG discussion list: plug at plug.org.au
> http://www.plug.org.au/mailman/listinfo/plug
> Committee e-mail: committee at plug.linux.org.au
>
>
More information about the plug
mailing list