Page 1 of 1
Just a small question
Posted: Thu Apr 06, 2006 5:37 pm
by Royal Blue
This has not been a problem so far, but now that I want to add more links to the bottom of my page, I need to know this. Is there any code that would make the links appear like thus:
link link (e.g., a small bit apart)
rather than
link
link
?
I don't want readers to have to spelunk to get to a character ref sheet.
Posted: Thu Apr 06, 2006 5:56 pm
by Cope
The simplest way would be to use ordinary spaces instead of <br> tags.
Posted: Thu Apr 06, 2006 8:17 pm
by Royal Blue
Cope wrote:The simplest way would be to use ordinary spaces instead of <br> tags.
Please forgive my stupidity, but what would you use for that? + +"
Posted: Thu Apr 06, 2006 8:22 pm
by Cope
Just press the space bar, like you did just now.

Posted: Thu Apr 06, 2006 8:26 pm
by Royal Blue
...I think my brain just commited seppuku in shame.
I'll try that, and if it doesn't work I'll come crying back onto here in a couple of days and you can smack me around some.
Posted: Thu Apr 06, 2006 8:28 pm
by Cope
If it doesn't work, come back as soon as you like and give us a link to your site so we can try and work out what's up.
Posted: Thu Apr 06, 2006 8:33 pm
by Churusaa
Yeah, if for some reason your editor cuts out spaces in the source code (heaven only knows why it would) you can add   to replace a space. Due to the way html works, however, this is hardly (if ever) necessary.
---Churusaa