need html help

Anything else. Post a funny site or tell us about yourself. Discuss current events or whatever else you want. Post off topic threads here.
Post Reply
User avatar
InsertName
Advanced Member
Posts: 2188
Joined: Sat Feb 03, 2007 3:47 pm
Quick Reply: Yes
Location: Canada

need html help

Post by InsertName »

well I decided to make a website and so far I made this

but I can't think of a way to get rid of these purple lines for linking an image:
Image

any suggestions how to get rid of them?
Image

User avatar
[SD]Master_Wong
Forum God
Posts: 9509
Joined: Wed Jan 04, 2006 8:02 pm
Quick Reply: Yes
Location: Plymouth, University

Re: need html help

Post by [SD]Master_Wong »

set up a css and changed it via that

easiest way to edit text colour, boxes, outlines and so on
MaStEr
Image
credits zelzin ^^

User avatar
InsertName
Advanced Member
Posts: 2188
Joined: Sat Feb 03, 2007 3:47 pm
Quick Reply: Yes
Location: Canada

Re: need html help

Post by InsertName »

aww i hate learning about css :/ but i guess if it'll get rid of it, *google css tutorial* :D
Image

User avatar
dom
Global Moderator
Global Moderator
Posts: 9962
Joined: Wed Mar 08, 2006 10:46 pm
Quick Reply: Yes
Location: västkustskt

Re: need html help

Post 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.
Image

User avatar
blackfalcon
Loyal Member
Posts: 1865
Joined: Sun Jun 24, 2007 5:22 pm
Quick Reply: Yes
Location: off topic

Re: need html help

Post 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.
R.I.P Bernie
10/5/57 ~ 8/9/08

User avatar
dom
Global Moderator
Global Moderator
Posts: 9962
Joined: Wed Mar 08, 2006 10:46 pm
Quick Reply: Yes
Location: västkustskt

Re: need html help

Post 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.
Image

Post Reply

Return to “Off Topic Lounge”