Page 1 of 1
need html help
Posted: Tue Jul 15, 2008 10:24 pm
by InsertName
well I decided to make a website and so far I made
thisbut I can't think of a way to get rid of these purple lines for linking an image:

any suggestions how to get rid of them?
Re: need html help
Posted: Tue Jul 15, 2008 10:35 pm
by [SD]Master_Wong
set up a css and changed it via that
easiest way to edit text colour, boxes, outlines and so on
Re: need html help
Posted: Tue Jul 15, 2008 10:39 pm
by InsertName
aww i hate learning about css :/ but i guess if it'll get rid of it, *google css tutorial*

Re: need html help
Posted: Wed Jul 16, 2008 5:15 am
by dom
Quick html solution
<img src="#.jpg" border="0" />
The css solution
img { border-style: none;
}
No ones going to expect you to use CSS unless you're doing a professional website.
Re: need html help
Posted: Wed Jul 16, 2008 5:35 am
by blackfalcon
i would still sugest learning css, it makes designing websites a hell of a lot easier imo. plus it doesnt make the page look so cluttered if people look at the html document.
Re: need html help
Posted: Wed Jul 16, 2008 5:44 am
by dom
blackfalcon wrote:i would still sugest learning css, it makes designing websites a hell of a lot easier imo. plus it doesnt make the page look so cluttered if people look at the html document.
I would suggest having a foundation in html first. He already has his hands full, it's better to offer him good advice rather than try to start a who-can-piss-further competition.