We need help with About US page ? Our site is hq-wallpaper.com We need to add about us page in our site but we don't have a glue how where to start Can you guide us to make a about us page? thank you regards iBullet
We know how to make about us page in blank with the words we want. What we need is how to integrate with the site it self like this http://www.wallpapers.com/AboutUs.aspx
You can add your text within following code from your index page: <div class="body-md"> <div class="bdtxt"> <div class="rightbox"> <div class="rht-box1"> <div class="rhtp"></div> <div class="rhmd"> <h1>Welcome to HQ-Wallpaper</h1> <p>Download awesome high quialty wallpapers, pictures, and desktop backgrounds including Cars, Beach, Movies, Animals, Babef or free from our wallpapers gallery. A unique community with something for everyone! We provide latest free wallpapers of different categories. </p> </div>
Since an about us page will almost never change, you can make it in HTML. No need for PHP, unless you're creating it from a database that keeps changing. Something like: <html> <head> <title> About Us </title> </head> <body> We are blah blah.<p /> You can contact us at [put your phone number here] </body> </html> Code (markup): Any text and or pictures you like in the body.
In the about us page basically explain your website, what you do, contact information, and etc... basically any formal information can go on that page.