Forum Moderators: open

Message Too Old, No Replies

Links

Formatting Links

         

terramajari

2:01 pm on Nov 27, 2001 (gmt 0)



How do you make it so hyperlinks do not become underlined when you point at them or click them?

Mike_Mackin

2:14 pm on Nov 27, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



[w3.org...]

click watcher

2:21 pm on Nov 27, 2001 (gmt 0)



cheap css tricks [wsabstract.com]

terramajari

2:39 pm on Nov 27, 2001 (gmt 0)



Thanks people, you're sure quick :)

Mike_Mackin

2:40 pm on Nov 27, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome terramajari

terramajari

2:45 pm on Nov 27, 2001 (gmt 0)



Oh, I have another question, probably basic to you guys but I'm just starting out.

How do I rid of the page border?

GWJ

6:21 pm on Nov 27, 2001 (gmt 0)



Hi,

On removing borders I think you are asking for this...

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

Brian

mivox

6:42 pm on Nov 27, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Or, if you're picky about creating valid code, add this to your CSS:

body { left: 0px; top: 0px; width: 100% }