-
Taxi Website
Hi Folks I built this site with the Tyler Moore tutorial Do you have any constructive suggestions? http://triviacab.net/ Thanks
-
Modifying a button code for sending an sms
Hi All The theme I'm using is called Tesseract I am using Wordpress 4.4.2 It has a couple buttons in the header I am trying to modify the code for one of the buttons so that when the customer brings up my website on a smartphone they can easily send me a text WordPress or my theme keeps deleting my modifications (When this happened before with "click to call" code it was because I wasn't entering the code properly) I think maybe this is happening again I have tried two different code configurations but none stick The button code I am trying to modify is as follows <a href="/" class="button secondary-button">Secondary Button</a> Here are the two different modification I have made after href= <a href="sms:5551212" class="button secondary-button">Secondary Button</a> <a href="sms://5551212" class="button secondary-button">Secondary Button</a> In both cases the modifications get deleted What am I doing wrong ? Thanks Novice
- Wordpress or Wix?
-
Wordpress or Wix?
Hello All Do you any of you have a preference for novice website builders? Wix or Wordpress ? I gave them both a cursory look and I was wondering what experienced users think Thanks
-
Making a click to call button
Thanks Drama Queen I am using website building software and it seems limited I don't think I have the option to edit the style sheet It has a way to embed code and I entered the html code shown in my first post I tried entering the code you showed me <a class="pseudo_button" href="tel:12345678910">Click Here to Call 12345678910<a/> and then below it I put <style> a.pseudo_button { text-decoration: none; background-color: #F4FAFA; padding: 2px 10px; border: 1px solid #2D5082; cursor: arrow; color: #000000; font-size: 11px; } </style> That didn't work you can add it to your head between style tags, before the closing </head> tag : I am not sure how to do this because my simple code line doesn't have a head tag or a style tag
-
Making a click to call button
Hi All I was able to use HTML Code so someone on a smartphone could click the nimber on my website and their smartphone dials it I wanted to make that clickable number in to a button I have found a few sites that discuss the CSS code for something like this but I don't know how to add it to the html code My click to call code is <font size="4"><a href=tel:"12345678910">Click Here to Call 12345678910<a/></font> The CSS code is something like this for a button look a.pseudo_button { text-decoration: none; background-color: #F4FAFA; padding: 2px 10px; border: 1px solid #2D5082; cursor: arrow; color: #000000; font-size: 11px; } Could someone explain How do I combine these two bits of code? Thanks All from a beginner
-
Hello From a Beginner
Hello All I am learning to build a website and it's a lot of fun I will have beginner questions Looking forward to learning from you