-
CSS/XHTML PHP Templating Required
I have a php freelance script and I need a good xhtml/css coder to create me a template for the script. The templating system is very easy to understand its basically {placeholders} inside HTML files. This is a easy job for the right person as I require a template like guru.com without all the bells and whistles. So its mostly styled divs. But I do require some empty divs for future development. This job is on getafreelancer and guru.com with some additional scripting but if I can get a reasonable price for the templating I will split the job. Please pm me with any additional questions, offers and examples of your work. Thanks
-
vbulletein vs IPboard vs PhpBB?
Vbulletin is cheap and is used by almost every successful forum but if your after a free one, I use phpbb. can't comment on the rest as i have never used them.
-
Anyone Ever Used knethosting.co.uk Before?
www.daily.co.uk - have really good reviews
-
Simple Navbar
You mean image links.. Image links used to be very common practice in the good old days but nowadays we use the image as the background and have the text as the link. why? because building sites is all about the race to be discovered. Basically spiders (search engine robots) can't read images only text. but its easy to create a rollover image navigation in CS3. I recommend you find a online step by step tutorial on the web. search for 'image rollovers'.
-
First Browser Screenshot
Very fast progress !! We had BBC's and Acorns at school lol
-
New site for review and crit
I like it. THIS IS WHAT I CAN SEE VIEWING IN FIREFOX 1 Colours are well matched 2 Contact form title is mis-aligned in FF 3 Bedroom 3 is over flowing and appears on a new line in FF Like this: BEDROOM 3 4 Rooms is over flowing in to the footer But thats it !
-
Help with nav please
Looks like your doing ok. When I started learning css I just couldn't get my head around it as I was designing with tables for years and divs just did not make any sense at all. Please post the xhtml and i'll have a look.
-
CSS Help
Its very easy. just create another css file with the styles for the menu alone and link that file too. ie. <head> <LINK REL=StyleSheet HREF="style.css" TITLE="main css"> <LINK REL=StyleSheet HREF="menu.css" TITLE="menu css"> </head>
-
increase website traffic
Submit it to google.
-
5 pages in a popup
i think he means 1 pop up with random contents.
-
shadowbox lightbox, to many names
lol. I don't know javascript but I know how to implement it and use it in my sites. its light and I don't think you can get far without it these days. mootools is great for them web 2.0 fx what every client seems to want. Don't learn it, just use it
-
Advice needed for keyword optimization
Yes they do millions are bought on ebay everyday (well not millions, but you get my point) You have a great domain name. Use the keywords in your domain name to rank higher, include them in your title tags. Open a ebay account and cross link. Write a blog about 'Do antiques sell online' and link it back to your site. Good luck !
-
GIMP image
Ahhh.. Thats Lovely. Don't know what Gimp is though?????
-
I found a free drop nav bar but i dont know how to import it
If you are clued up on html you should know the basic structure of a page, so if I was you I would go back to the drawing board and understand html. Here is a quick lesson for chrismas A Html page is made up like this: <html> <head> <----------Head Section of page---------> </head> <body> <----------Body Section Of Page---------> </body> </html> So now Dynamic Drive makes sense... Step 1: Add the below code to the HEAD section of your page: Step 2: Add the below code to the BODY section of your page: PS. Paste the body section were you want the script to appear on the page. If your using dreamweaver you will have to go in to code view, you can't paste the code in design view. Paste your page here and I will do it for you if you have any probs ok Hope this helps...