11-10-2002, 02:38 AM
|
#17
|
Jack Burton 
Join Date: November 10, 2001
Location: Bathurst & Orange, in constant flux
Age: 38
Posts: 5,452
|
Quote:
Originally posted by Jeffi0:
I know, it's been years since I used HTML. I tried to get the horizontal rule tag right, but obviously I didn't since the thing didnt appear. Do links work too?
SPACE (don't try it, the Space server is down)
No, it seems they don't. Oh well... I probably got the tag wrong... Is this it?
$a href="www.space.coldfirestudios.com$SPACE (don't try it, the Space server is down)$/a$
I put $s instead of the < and >.
Well, I don't know WTH it is doing now, so I will give up. I suppose I can look at the source code for some of the websites I made years ago... Hopefully, HTML is like riding a bike.
|
That`s right, except you should put target="_blank" to force it into a new window.
The reason it didn`t work properly was because you forgot the second quotes (after the URL).
For a horizontal rule, try:
<table width=100% height="5" border=1 bordercolor="rulecolor" bgcolor="rulecolor"><tr><td> </td></tr></table>
The border color and background color should be the same for the rule to be one solid color. [img]smile.gif[/img]
Testing steelblue rule:
Ok, it`s ignoring the height attribute. Wierd.
[ 11-10-2002, 02:39 AM: Message edited by: LennonCook ]
|
|
|