infoholics Posted November 24, 2007 Posted November 24, 2007 Dear All, What needs to be edited if want want text fo the webpage in VERDANA font only allover my website.I tried to tweak stylesheet file..but nothing seems to work. url for your reference.. http://www.bestebookplaza.com/index.php?cPath=43 I want "Title ".."Details|Buy" now text in VERDANA Font only..what needs to be modified. Regards Animesh
♥geoffreywalton Posted November 24, 2007 Posted November 24, 2007 In index.php find the line that sets up that area of your page. Search for <a title="details" This is what the code converts to when you "use" it <a title="details" href="http://www.bestebookplaza.com/product.php?products_id=74&osCsid=d1c58eaeff2faf6041dd0721b7f37ca4">details</a> | <a title="buy now" href="http://www.bestebookplaza.com/product.php?cPath=43&action=buy_now&products_id=74&osCsid=d1c58eaeff2faf6041dd0721b7f37ca4">buy now</a> Insert class="myStyleText" after both of the <a <a class="myStyleText" title="details" Now edit your stylesheet.css file and add a section for myStyleText, copy and existing one and change the values to those that you require. I have deliberately left left the last part vague as by following the links in my footer you will find some excellent sites that will help you discover some really wicked things you can do with style sheets. Enjoy Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
porpoise1954 Posted November 24, 2007 Posted November 24, 2007 Dear All, What needs to be edited if want want text fo the webpage in VERDANA font only allover my website.I tried to tweak stylesheet file..but nothing seems to work. url for your reference.. http://www.bestebookplaza.com/index.php?cPath=43 I want "Title ".."Details|Buy" now text in VERDANA Font only..what needs to be modified. Regards Animesh You need to bear in mind that if the user doesn't have Verdana installed on their system, it will default to whatever they have their default set to, unless you also give a font family so that it uses a suitable alternative - that's why properly designed stylesheets have several alternatives. * * * * * * * * * * * * * * * * * * * * * Porpoises are most happy when wet! \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _
Recommended Posts
Archived
This topic is now archived and is closed to further replies.