PSX5Central

Non Gaming Discussions => Off-Topic => Topic started by: on October 01, 2002, 09:28:33 PM

Title: Html
Post by: on October 01, 2002, 09:28:33 PM
Im making a HTML website and I just started HTML a couple weeks ago. I am stumped on these ones;

 ? For some reason that doesnt work for me.

How can you remove the border around an image

Also does anyone know any logo creation websites... like cooltext- but better. Or would someone be willing to make me one?
Title: Html
Post by: EmperorRob on October 02, 2002, 12:40:56 PM
If i remember right the
 is the pre-format text tag and it doesn\'t do anything other than throw your text on the page.

Images have borders if they are hyperlinks.  I don\'t remember if there\'s a way to remove that or not.  I don\'t even know what the current HTML version is.
Title: Html
Post by: Dajona on October 02, 2002, 05:20:14 PM
Pre tag:

# May leave white space intact.
# May render text with a fixed-pitch font.
# May disable automatic word wrap.
 
In other words it preserves white space (hitting the space bar three times will render three spaces, not one as usual) and it uses a weird font.  I\'ve never used this tag, it isn\'t very popular anyway.

As for removing the border around images that are links add border="0" into the img tag.
Title: Html
Post by: Solid Snake 88 on October 02, 2002, 09:20:01 PM
To get rid of borders:


I\'ve never used
. Never had to. Just don\'t be lazy and format it yourself ;)
			
Title: Html
Post by: on October 04, 2002, 03:23:46 PM
But being lazy is fun.... besides I dont know how to format it myself- I started HTML like a month ago.. :)