<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Web Hosting Ask - Web Design and Content ]]></title>
		<link>https://www.webhostingask.com/</link>
		<description><![CDATA[Web Hosting Ask - https://www.webhostingask.com]]></description>
		<pubDate>Fri, 10 Apr 2026 22:44:57 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Not able to login in WordPress dashboard]]></title>
			<link>https://www.webhostingask.com/showthread.php?tid=117</link>
			<pubDate>Fri, 05 Nov 2021 02:41:59 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.webhostingask.com/member.php?action=profile&uid=125">Oliverromance7</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.webhostingask.com/showthread.php?tid=117</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Arial;" class="mycode_font">I'm unable to log in despite having cookies enabled and approved. Please assist.</span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Arial;" class="mycode_font">I'm unable to log in despite having cookies enabled and approved. Please assist.</span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Syntax error after WordPress update]]></title>
			<link>https://www.webhostingask.com/showthread.php?tid=116</link>
			<pubDate>Tue, 02 Nov 2021 13:52:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.webhostingask.com/member.php?action=profile&uid=124">FunkNoah6</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.webhostingask.com/showthread.php?tid=116</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Arial;" class="mycode_font">Hi,<br />
<br />
My website isn't working properly. My website began to display an error after a WordPress update: Parse error: syntax error, unexpected end of file, expecting ‘)' on line 225 of /wp-includes/post.php<br />
<br />
I've heard that could be a theme issue, but I'm not sure. The website's theme was created by another company to which I outsourced this task. It's difficult for me to solve this because I'm still learning WordPress and don't know anything about PHP.<br />
<br />
Is there any way I can fix it on my own?</span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Arial;" class="mycode_font">Hi,<br />
<br />
My website isn't working properly. My website began to display an error after a WordPress update: Parse error: syntax error, unexpected end of file, expecting ‘)' on line 225 of /wp-includes/post.php<br />
<br />
I've heard that could be a theme issue, but I'm not sure. The website's theme was created by another company to which I outsourced this task. It's difficult for me to solve this because I'm still learning WordPress and don't know anything about PHP.<br />
<br />
Is there any way I can fix it on my own?</span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[text margins problem on mobile phone]]></title>
			<link>https://www.webhostingask.com/showthread.php?tid=88</link>
			<pubDate>Thu, 08 Jul 2021 08:26:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.webhostingask.com/member.php?action=profile&uid=18">jessie06</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.webhostingask.com/showthread.php?tid=88</guid>
			<description><![CDATA[<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">I have a bit of an issue with a site. It looks fine on desktop, laptop and iPad and is also pretty good on mobile apart from one niggling issue. The text for many pages was right up to the edges of the screen. This was making things difficult to read.</span></span></span><br />
<br />
<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">I used a bit of css as follows:</span></span></span><br />
<div style="text-align: left;" class="mycode_align">
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>@media only screen and (max-width: 600px) {<br />
  p {<br />
    width: 90%;<br />
    margin: 0 auto;<br />
}<br />
}</code></div></div></div>
<br />
<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">That worked fine until you switch the phone to landscape mode and then the text was back to the edges again.</span></span></span><br />
<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">I know something needs to be either changed in the css or added but not sure what?</span></span></span><br />
<br />
<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">Can anyone suggest a solution?</span></span></span><br />
<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">Thanks.</span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">I have a bit of an issue with a site. It looks fine on desktop, laptop and iPad and is also pretty good on mobile apart from one niggling issue. The text for many pages was right up to the edges of the screen. This was making things difficult to read.</span></span></span><br />
<br />
<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">I used a bit of css as follows:</span></span></span><br />
<div style="text-align: left;" class="mycode_align">
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>@media only screen and (max-width: 600px) {<br />
  p {<br />
    width: 90%;<br />
    margin: 0 auto;<br />
}<br />
}</code></div></div></div>
<br />
<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">That worked fine until you switch the phone to landscape mode and then the text was back to the edges again.</span></span></span><br />
<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">I know something needs to be either changed in the css or added but not sure what?</span></span></span><br />
<br />
<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">Can anyone suggest a solution?</span></span></span><br />
<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">Thanks.</span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Center the wordpress menu items]]></title>
			<link>https://www.webhostingask.com/showthread.php?tid=72</link>
			<pubDate>Sat, 03 Jul 2021 06:44:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.webhostingask.com/member.php?action=profile&uid=22">jeffreedhmer</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.webhostingask.com/showthread.php?tid=72</guid>
			<description><![CDATA[<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">Can anyone guide me how to center the wordpress menu items in the main nav? I tried using inspect element. But I am not able to find the element where I can provide text-align:center. &lt;&lt;snip&gt;&gt;</span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">Can anyone guide me how to center the wordpress menu items in the main nav? I tried using inspect element. But I am not able to find the element where I can provide text-align:center. &lt;&lt;snip&gt;&gt;</span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[png or jpg images?]]></title>
			<link>https://www.webhostingask.com/showthread.php?tid=52</link>
			<pubDate>Wed, 30 Jun 2021 05:45:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.webhostingask.com/member.php?action=profile&uid=18">jessie06</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.webhostingask.com/showthread.php?tid=52</guid>
			<description><![CDATA[I want to page document with printscreen images, and people say jpg will be little when I read through the articles online. However, sometimes <span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">png format is smaller</span></span></span> for some images, so is it better to use png for that image? or only use jpg?]]></description>
			<content:encoded><![CDATA[I want to page document with printscreen images, and people say jpg will be little when I read through the articles online. However, sometimes <span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">png format is smaller</span></span></span> for some images, so is it better to use png for that image? or only use jpg?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[content on website frontpage]]></title>
			<link>https://www.webhostingask.com/showthread.php?tid=36</link>
			<pubDate>Mon, 28 Jun 2021 07:54:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.webhostingask.com/member.php?action=profile&uid=10">robinzzz</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.webhostingask.com/showthread.php?tid=36</guid>
			<description><![CDATA[Can someone advise me on what content to put for my website frontpage?<br />
Is it necessary to put keywords?]]></description>
			<content:encoded><![CDATA[Can someone advise me on what content to put for my website frontpage?<br />
Is it necessary to put keywords?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Link forum to wordpress?]]></title>
			<link>https://www.webhostingask.com/showthread.php?tid=23</link>
			<pubDate>Sat, 26 Jun 2021 03:27:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.webhostingask.com/member.php?action=profile&uid=19">lenadnhm</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.webhostingask.com/showthread.php?tid=23</guid>
			<description><![CDATA[<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">I want to make a mybb forum  but </span></span></span><span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">can I link it to a wordpress website with the same domain name on shared web hosting?</span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">I want to make a mybb forum  but </span></span></span><span style="color: #1a1a1a;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;" class="mycode_font">can I link it to a wordpress website with the same domain name on shared web hosting?</span></span></span>]]></content:encoded>
		</item>
	</channel>
</rss>