Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

code please


airbrushmaster

Recommended Posts

Posted

hi ok someone must know this when you write a desciption you can put <br> for breaks going down but what i want to know is if i want to write SHOW NEWS if i leave the gap it wont work it only show like this SHOPNEWS can someone tell me what i put inbetween for it to show please

Posted

 

 

use that for spaces

 

so yours should be:

 

SHOW NEWS

Posted
 

 

use that for spaces

 

so yours should be:

 

SHOW NEWS

 

hi i tried the code but it left that there and took my writing away?

 

i want a gap between SHOPNEWS so its like SHOP NEWS

Posted
hi i tried the code but it left that there and took my writing away?

 

i want a gap between SHOPNEWS so its like SHOP NEWS

 

ye i know ...

 

is the standard HTML space (non-braking space) ... you can also try

 

& # 1 6 0;

(no spaces between them)

 

HTML Entities - other than that i dont know how else you would add a space ... did u add the semicolon at the end as shown:

 

??

Posted
sorry your code is showing but it didnt work :(

Can you give an example of where you are placing the code?

Posted

yes i have a link saying shopnews but when i go in footer.php and put shop news it wont show cos of the gap i think there must be a code to go bewteen the shop and news

Posted
yes i have a link saying shopnews but when i go in footer.php and put shop news it wont show cos of the gap i think there must be a code to go bewteen the shop and news

Is it htm or php?

Can you give the line of code where you are doing it?

Posted
hi someone as just sent me a pm with it done but thanks for the reply

 

How was it done? Share your solution so people with same problem have an answer and dont have to repost

Posted

the top one is the original and the bottom one is with the changes if you conpare them you will see the change

 

|   <b><a href="<?php echo tep_href_link('shopnews.php')?>"><?php echo shopnews?></a></b>

 

|   <b><a href="<?php echo tep_href_link('shopnews.php')?>">Shop News</a></b>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...