Forum: Website Design
21st August 2013, 10:35 AM
|
Replies: 27
Views: 1,378 |
Forum: Website Design
26th July 2013, 02:08 PM
|
Replies: 8
Views: 480 |
Forum: Website Design
11th July 2013, 08:03 AM
|
Replies: 16
Views: 545 Re: My WordPress Theme
Theme is clean and simple. I like the "sticky" box that's built in. I would suggest putting an image slider or something of the sort on the home page. Is this your first theme?
|
Forum: Website Design
27th June 2013, 09:17 AM
|
Replies: 12
Views: 473 Re: Critique my website please
I like the layout and feel of the site. Graphics are clean. I would remove the "subscribe" box on the top of the home page though, that way when customers visit the site, the first thing they...
|
Forum: Website Design
11th April 2013, 05:02 PM
|
Replies: 4
Views: 320 |
Forum: Website Design
7th April 2013, 10:26 AM
|
Replies: 19
Views: 890 |
Forum: Website Design
6th April 2013, 07:59 PM
|
Replies: 7
Views: 515 |
Forum: Website Design
5th April 2013, 07:40 AM
|
Replies: 6
Views: 454 Re: How to change Wordpress Header?
Go to "editor" under appearance. At the very bottom you should see a "style.css" folder. Open it and find "#header". You'll see a background image with a URL. Just replace that URL with the...
|
Forum: Website Design
11th February 2013, 11:12 AM
|
Replies: 12
Views: 1,068 |
Forum: Website Design
9th January 2013, 12:57 AM
|
Replies: 27
Views: 776 |
Forum: Website Design
5th October 2012, 02:11 PM
|
Replies: 7
Views: 3,375 |
Forum: Website Design
24th September 2012, 09:59 AM
|
Replies: 7
Views: 547 Re: Website With Two Sections - How To?
This may be able to help:
Create A Network « WordPress Codex (http://codex.wordpress.org/Create_A_Network)
You can create a network so there would effectively be one login page (I believe). ...
|
Forum: Website Design
11th September 2012, 02:07 PM
|
Replies: 4
Views: 1,809 |
Forum: Website Design
30th August 2012, 09:57 AM
|
Replies: 8
Views: 456 Re: Table problem
A lot of websites are built using tables, but technically that is incorrect. Like Ron mentioned, DIV's are used to build web pages/sites. At times they can be a bit more complicated to use, but I...
|
Forum: Website Design
22nd August 2012, 12:34 PM
|
Replies: 9
Views: 1,128 |
Forum: Website Design
16th August 2012, 10:43 AM
|
Replies: 3
Views: 378 |
Forum: Website Design
15th August 2012, 09:41 AM
|
Replies: 8
Views: 459 Re: Site Review - Freebie Included!
Very nice website. Only suggestions would be to scale down the size of the "Affision Download" button just a little, and change the font to of the head title "Affision Ultimate" to something that...
|
Forum: Website Design
21st July 2012, 05:02 PM
|
Replies: 3
Views: 1,097 |
Forum: Website Design
19th July 2012, 11:15 AM
|
Replies: 10
Views: 814 |
Forum: Website Design
18th July 2012, 12:26 PM
|
Replies: 10
Views: 814 Re: align hyperlink
</div><div align="center"><a href="http://www.scrapcarslegally.co.uk/privacy-policy" target="_blank">Privacy Policy</a></div><br />
This code will work as well.
|
Forum: Website Design
14th July 2012, 02:32 PM
|
Replies: 4
Views: 561 |
Forum: Website Design
11th July 2012, 10:10 AM
|
Replies: 5
Views: 6,774 |
Forum: Website Design
4th July 2012, 07:08 PM
|
Replies: 5
Views: 622 |
Forum: Website Design
28th June 2012, 03:15 PM
|
Replies: 5
Views: 918 Re: Need help with scrolling with page div
Here's what I've found so far:
<div id="sticky-anchor"></div>
<div id="sticky">This will stay at top of page</div>
<div>
<style>
#sticky {
background-color: #fff;
-moz-border-radius:...
|