Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi HTML experts, <h5 ALIGN="CE 1

Status
Not open for further replies.

JohnBates

MIS
Feb 27, 2000
1,995
US
Hi HTML experts,


<h5 ALIGN=&quot;CENTER&quot;><A HREF=&quot;photorear.htm&quot;><< previous</A> <A HREF=&quot;photofront.htm&quot;> next >></A></h5>


This displays the 2 links with only 1 space between them....
<< previous next >>

?? How can I get more space separating the links, yet keep them on the same line?

Thanks, John
 
add in some non breaking spaces &nbsp;
so it would be:

<h5 ALIGN=&quot;CENTER&quot;><A HREF=&quot;photorear.htm&quot;><< previous</A> <A HREF=&quot;photofront.htm&quot;>&nbsp;&nbsp;&nbsp; next >></A></h5>
that would give you three spaces.
Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post tramatic stress syndrome now..
 
Hi John,

DaRNCaT means:

<h5 ALIGN=&quot;CENTER&quot;><A HREF=&quot;photorear.htm&quot;><< previous</A>&amp;nbsp;&amp;nbsp;&amp;nbsp;<A HREF=&quot;photofront.htm&quot;>next >></A></h5>

By the way: Leave the spaces between ...photofront.htm&quot;> and next >... because otherwise the underline of the right link will be longer then the word at the left hand site.

Just like I did in my example.

DaRNCaT,

If you want to show here in a tek-tips-thread a character that begins with an &amp; then you have to write this: &amp;amp;nbsp;
But don't do a Preview Post because that will again don't show the character.

Hope this helps,
Erik

<-- My sport: Boomerang throwing !!
!! Many Happy Returns !! -->
 
opps.. I didn't know about that, thanks Erik!! Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post tramatic stress syndrome now..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top