Re: HTML Navigation Menu Alignment Issue Programming Web Development by aundigital It looks like you're experiencing some trouble with your navigation menu. Based on the code you've provided, here are a few things to check: CSS Styling: Ensure that your styles.css file is correctly linked and that there are no errors in the styling code that could be affecting the alignment and appearance of the navigation links. List Item … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner My 4 domains are all through URL provider IONOS. The question is why does the sender's email address as entered on the front end of the on-line submission form have to have the same ending as the domain name of the site or one of the other 3 or else submitted info fails to send ? Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner That's a problem. The email addresses issued for @RadiantNewHorizonHomes.com or 1 of the other 4 are created by me. Unknown parties that submit online forms on one of my domains would not have one of these email addresses. I would want to receive the submitted info from senders of any email address like has been since 2011 until Feb 2024. This is … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner There is no making emails &quot;appear&quot; to be from other than the true sender. I'll … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner If John isn't the sender then who is ? Also, continuing from the John Smith example, if John Smith enters his email address as johnsmith@SubterraneanSoundStudio.com or johnsmith@RTO-USA.net (ficticious email addresses) then the submitted info would be emailed to me but if he uses his true email address then it would not. Continuing from this … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … /* Set the mail sender. */ $mail->CharSet = &quot;UTF-8&quot;; $mail->Encoding = 'base64'; $mail->isSMTP(); $…//if (!$mail->Send()) { //echo &quot;Mailer Error: &quot; . $mail->ErrorInfo; //}else{ // echo &quot;Message sent!&quot;; // } catch (Exception $e) {… Re: Online subission forms not sending emails of submitted info Programming Web Development by Chris_103 It seems like you're experiencing issues with PHP-based email functionality, where submissions are not triggering emails to be sent. Let's dive into the code snippet you provided and see if we can identify any potential issues or improvements. Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …, something like: $mail = new PHPMailer(TRUE); $mail->CharSet = &quot;UTF-8&quot;; $mail->Encoding = 'base64'; $mail->isSMTP(); $mail->… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner I just discovered some new information on why the online submission pages weren't sending as during some testing I discovered there was a way for the submitted info to be sent. Here it is. I have online submission pages on 4 websites: RadiantNewHorizonHomes.com, RTO-USA.net, SubterraneanSoundStudio.com and RebHellionRecords.com. Each of these 4 … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … about them not reconnecting the touchpad as that was not working in Linux either. As for GPT vs NTFS, I have… Re: ASUS Laptops - my experience Hardware and Software by rproffitt … NTFS then boot back into my Windows 11 install USB.&quot; That can derail the usual Windows install. On today's… to a drive with a single NTFS partition. Look at working systems and you find a lot of partitions other than… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … the laptop and showed me Windows 11. The touchpad was working. He went into settings and selected the reset option. After… the next screen and eventually Windows came back up with &quot;Jim&quot; as the user. I explained that this was not… Display product filter on all products category Programming Web Development by ianhaneybs … All and displays all products in that category. It's working all ok but I would like to have the product… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … of the keyboard. Not gonna happen until I get a working machine back from Best Buy. I already have a Dell… How to Optimize RecyclerView performance by implementing the ViewHolder Programming Mobile Development by Mikekelvin When working with RecyclerView, always utilize the ViewHolder pattern to improve performance … public void onBindViewHolder(ViewHolder holder, int position) { holder.textView.setText(&quot;Item &quot; + position); } @Override public int getItemCount() { return 100; // Example size… 'Prepare for the Earliest Possible AGI Deployment Scenario' Community Center by Johannes C. …, and engagement, the Accelerator aims to support the international community working to understand today’s information environment – i.e. the space… Alteryx Upgrade - No workflow data in Gallery Hardware and Software by saichinnu1852 We are working on upgrading our Alteryx application as well as the MongoDB … What's your favorite productivity hack outside of coding? Community Center by Dani … lots of cafes with lots of other tech entrepreneurs all working on their laptops, meeting with VCs, making. things. happen. I… This is me venting Community Center Meta DaniWeb by Dani … paying for all server costs out of pocket. I'm working on the site every day (that I am able to… HTML Navigation Menu Alignment Issue Programming Web Development by khan zain &quot;I'm working on a navigation menu for my HTML page, but it'…;html lang=&quot;&quot;en&quot;&quot;> <head> <meta charset=&quot;&quot;UTF-8&quot;&quot;> <meta name=&quot;&quot;viewport&quot;&quot; content=&quot;&quot;width=device… Re: How NOT to do business online Digital Media Digital Marketing by Dani … cards). This takes a decent amount of backend programming and working with the credit card processor's API. For a small… Re: Improve HAVING BY performance Programming Databases by Dani … was trying to accomplish that provoked this question, I was working on a HAVING clause that was filtering recommended topics by… Re: Improve HAVING BY performance Programming Databases by Biiim … was trying to accomplish that provoked this question, I was working on a HAVING clause that was filtering recommended topics by… Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by toneewa … reminds me of the time a network printer that stopped working, after the power went out. Other devices connected to the… Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 Thank you so much for your reply and additions! It is certainly working as I wanted. I will read through the code you have added and ask you any questions I might have. I hope you don't mind. Regards Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa It indeed seems to be working. The interface is all done in the browser, on your localhost, 127.0.0.1:43905/?__theme=dark, and I stripped it down to just the message box. Just have to gather more data, and it seems good. Took ~50 minutes to get installed. The dataset can be a simple text file with a space between each topic thread. Re: ASUS Laptops - my experience Hardware and Software by toneewa If the power connector was replaced with the motherboard, then your charging cord is suspect. If they setup your PC with Windows 11, there's a good chance a GPT partition was used instead of NTFS (outdated). Imaging back to this would fail. Always check in your BIOS to see if your drives shows up there. If you're setup in UEFI mode, instead of … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Likewise... Whenever I reinstall Windows, other than the times I've reset to factory, when it gets to the &quot;where do you want to install to&quot; I always get the installer to delete, then recreate the partition. Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner Ran into some new issues. Here goes. In order to download PHPMailer, must download Composer. In order to install Composer, need a Command Line PHP.exe file. I do not have one of these. I have been using PHP services from URL provider, 1 & 1/Ionos since 2011. They said in order to get a Command Line PHP.exe file, requires SSH to 'Connect to … Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim You don't need composer or access to the php.exe. just locate the PHPmailer Directory into your web root, to keep it simple and the require links should point to where it is located. mine is `require 'includes/PHPMailer/src/PHPMailer.php';` cause I put it in a folder called includes, this should be relative to the file that is using it.…