airbrushmaster Posted January 27, 2009 Posted January 27, 2009 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
sLaV- Posted January 27, 2009 Posted January 27, 2009 use that for spaces so yours should be: SHOW NEWS
airbrushmaster Posted January 27, 2009 Author Posted January 27, 2009 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
sLaV- Posted January 27, 2009 Posted January 27, 2009 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: ??
airbrushmaster Posted January 27, 2009 Author Posted January 27, 2009 sorry your code is showing but it didnt work :(
Guest Posted January 27, 2009 Posted January 27, 2009 sorry your code is showing but it didnt work :( Can you give an example of where you are placing the code?
airbrushmaster Posted January 27, 2009 Author Posted January 27, 2009 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
Guest Posted January 27, 2009 Posted January 27, 2009 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?
airbrushmaster Posted January 27, 2009 Author Posted January 27, 2009 hi someone as just sent me a pm with it done but thanks for the reply
sLaV- Posted January 27, 2009 Posted January 27, 2009 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
airbrushmaster Posted January 27, 2009 Author Posted January 27, 2009 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>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.