15,919 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for yhan saputra
Member Avatar for moore.methews
0
60
Member Avatar for suavedesign

Can anyone tell me what is making my website load so slowly? My url is [www.beatlesongprofiles.com](http://www.beatlesongprofiles.com). I would really appreciate some insight into this issue. What can I do to make this site load faster? Thanks!

Member Avatar for pritaeas
0
125
Member Avatar for VB 2012

Okay first hi people in back from the dead lol :) I've got this problem u see I'm using class As I'm making a navigation bar . but the problem is the bar is not being formatted here's my code :

Member Avatar for AARTI SHRIVAS
0
85
Member Avatar for Proglearner

Please comment on the following very simple css stylesheet, especially with regard to what essential elements and tags are missing from it. body { background-color: #00008b; font-family: sans-serif; } div { background-color: #7fffd4; color: #00008b; padding: 3%; margin-bottom: 3%; height: 100%; width: 94%; } .title { font-size: 300%; text-align: center; …

Member Avatar for simplypixie
0
97
Member Avatar for adammoocat

Hello, I have created a custom CSS file for WebKit which I have attached to my browser. I am using webkits -webkit-transform: scale(2) to webpages which works exactly how I wanted it too. However for some reason when this css is attached to my browser and I go to skydrive.com …

Member Avatar for ShoppingMonk
0
190
Member Avatar for s0wh4t

Hey guys. I need your help with mod rewriting I'm trying to rewrite http://site.com/#article http://site.com/#comments http://site.com/#movie to http://site.com/?id=article http://site.com/?id=comments http://site.com/?id=movie

Member Avatar for LastMitch
0
134
Member Avatar for al2henry

The site I have built features a left sidebar carrying links and announcements etc., and a main content page beside it. Sometimes the sidebar is longer than the content but more often the sidebar is much shorter. I need CSS/HTML to always ensure that the 2 page elements are the …

Member Avatar for JorgeM
0
172
Member Avatar for Ritesh_4

Hello, is there any reliable tool which can help save a website's folders and files on a pc for offline use? I've tried HTTrack but it does not save all the folders for the website i want to have offline...

Member Avatar for Ritesh_4
0
121
Member Avatar for thosecars82

Hello I am wondering how I can charge for SEO services. I think one choice would be charging for every chain of words used to search in google depending on which page it shows up in google results and on which position in the page is shows up. For example: …

Member Avatar for JessicaJohn
0
315
Member Avatar for earlxph8

Problem: There is space gap between the rows, in its output: Goal: I want to reduce the gap, so it will show the normal format /* CSS */ .spantxt{ display: table-cell;} .dotuline{ display: table-cell; border-bottom-style: dotted; border-bottom-width:2px; } .box{ width:700px;height:700px;padding:30px;border:1px solid black;margin:1px;display:table;} <div class="box" align="left"> <table width="100%" border="0" > <tr> …

Member Avatar for Biiim
0
343
Member Avatar for lakshmi_suchi
Member Avatar for ibra.kitandwe
Member Avatar for Violet_82

Hi all, I am having a few problems with a css. Basically in my conditional css I need to target IE9 and below (IE9 included). Now, I have this: <!--[if IE 9]> ... <![endif]--> and <!--[if lt IE 9]> ... <![endif]--> Can I combine them together somehow? thanks

Member Avatar for Violet_82
0
65
Member Avatar for vizz
Member Avatar for Stagnant

I made three image hotspots on an image called Tab1. I want to click on each of them so it shows an UI next to Tab1. I used the jQuery example off their website since it's close to what I want, but what do I do when I want another …

Member Avatar for LastMitch
0
304
Member Avatar for Dani

We use DFP, but yesterday we got a third-party creative from an advertiser that was using Open X server. The ad tags looked like this: It took me forever to figure out how to set up click tracking with the thing, and I finally discovered it was the variable 'r'. …

0
103
Member Avatar for goodboy18

any1 knows a good and effective means of promoting a game site. Specifically online games only.

Member Avatar for suniverm
0
301
Member Avatar for seonavi50
Member Avatar for DeepAnalyzer

**Hi, I like to develop a mobile website of my current desktop site.I saw there are couple of online tools to convert an existing website to mobile site.But i want to know is there anyway to develop a website by my own? **

Member Avatar for LastMitch
0
142
Member Avatar for Tinnin

Hi all, My borders aren't showing up but my CSS looks fine. I'm confused. My code: /*head*/ #banner { border:1px solid #000; } /*body*/ #claim_form { float:left; } /*right banner*/ #info_panel { float:right; width:200px; } #login { border:1px solid #000; } #login h2{ text-align:center; } #login .submit{ text-align:center; } #introduction …

Member Avatar for Tinnin
0
136
Member Avatar for Tinnin

Hi all, I'm trying to align a table centrally within a div and/or fieldset. I've tried various things but I've not had any luck so far. I've been trying #mydiv table { marging-left:auto; margin-right:auto; } but it hasn't shown any effect, thought this is the suggested method according to the …

Member Avatar for Tinnin
0
100
Member Avatar for earlxph8

hi guys, im using this CSS code to create a page like an A4 size paper .box { width:700px; height:700px; padding:30px; border:1px solid black; margin:1px; display:table; } my problem is: when i print preview, even if i set settings of printer to reduce and fit, still it makes 2 pages, …

Member Avatar for earlxph8
0
190
Member Avatar for Dexterjhonson

"[B][U]What is Link Building in Search Engine Optimization[/U][/B] ..? " Hellow friends,, I want to SEO link building service an effective way to improve the ranking of your website on search engines. How to effect in my web link building . HELP me ,,,...!!

Member Avatar for SJaved7
0
1K
Member Avatar for vimit

Please tell how can i get projects of SEO? I want to start SEO Work. Thanks in advance.

Member Avatar for shubh09
0
200
Member Avatar for seorajesh

hello viewers, how to analyse keywords for a website? how to choose better keywords?

Member Avatar for caitlingrace
0
250
Member Avatar for gudads

Please note I AM not a programmer, i run my own company. trying to built calculator by myself. I have software background but someone helped me write this code. Its working but not showing the calculations. If someone can reply me with solution or new code that will be great. …

Member Avatar for code739
0
118
Member Avatar for Thermalnuke

I can expand the picture, but I need the border only to expand. <!doctype html> <!-- mystery3.html --> <!-- This page changes an image border on button clicks. --> <!-- =================================================== --> <html> <head> <title>Mystery Image</title> <style type="text/css"> .border-style1 { border-style: solid; border-width: 4px; } </style> </head> <body> <div style="text-align:center"> …

Member Avatar for JorgeM
0
104
Member Avatar for Thermalnuke

Trying to have 2 buttons, one to add a border, one to remove the border when they're clicked. This is what I have so far, not sure where to go from here, would appreciate help. <!doctype html> <!-- mystery3.html --> <!-- This page changes an image source on button clicks. …

Member Avatar for LastMitch
0
119
Member Avatar for Wailintun

Help me again!I won't forget your grace. how to make header bar as http://www.harobikes.com/bmx/

Member Avatar for JorgeM
0
63
Member Avatar for LocalGoogleGuru

When moving a wordpress site from one host to another is it necessary to download the old wp-config.php (the correct the path to find the new db user/ url etc) in otherwords, my question is this: is there stuff on the old wp-config.php (other than define db, define db user, …

Member Avatar for tomparker
0
165
Member Avatar for rupom1969

Hi; I am seeking help to start Social Media Marking,is there anybody help me? Regards,

Member Avatar for joelchrist
0
154
Member Avatar for tibor.marias

Dear Members/Guests, I have a manually created website(not by me, but by some professionals). I am desperate because of the weak SEO performance this website has. I have tried everything to increase it, but with no success. The website itself has almost 1000 festivals uploaded with pictures, events, places, content. …

Member Avatar for canadafred
0
136
Member Avatar for baig772

I have a search form with only one text field. The problem is that the width of that `text field` is not same. the style is form#index-table-form input[type="text"] { width: 106px; height: 24px; position: absolute; outline: none; right: 0; top: 6px; border: 1px solid #3772af; padding-left: 6px; padding-right: 24px; font-family: …

Member Avatar for PriteshP23
0
129
Member Avatar for PriteshP23

How to fixed the layout of page for ALL screens? I mean to say on "ANY" size of COMPUTER SCREEN, Page-layout should be the same. In fact, i would like to put width:100% ONLY for header and footer. I would be more than happy IF i can have small EXAMPLE …

Member Avatar for Steve hasting
0
401
Member Avatar for bradly.spicer

Hey, I have a form on this website: http://we-remortgage.co.uk/sitewp/ When I look at the get quote button it has duplicated itself. I can't see the reasoning behind this and was wondering if you guys could help. This happens only in IE Form Stylesheet: /* Generic Form CSS */ .formFeatureBox { …

Member Avatar for bradly.spicer
0
113
Member Avatar for shawronie

For getting the Quality & Standard Backlinks to your website..Follow some best standard Off-page Strategies: * Link Wheel through Web 2.0 or Article Submission Sites * Web 2.0 Blogs * Forum Commenting * Blog Commenting * Slides Sharing * Video Marketing

Member Avatar for agungshafira
0
128
Member Avatar for saucy6969

hello i am trying to make one of my original pages open up in the centre of my website (as all the other pages do). when clicking on the Boarding House Reform button on the right hand side of the page, it opens up without the frame around it. No …

Member Avatar for JorgeM
0
206
Member Avatar for shawronie

Now at present situation in internet marketing...everybody should they like the Google Search Engine..Every business person and common person should they trying to target the Google Search Engine for their needful...How why everybody likes Google..? What is the main reason behind this..???

Member Avatar for weighingsumo123
0
177
Member Avatar for Proglearner

I found an article online published in October 2012 that says only 20% of web users rely on IE9, while a huge 38% rely on older versions of IE. Old IE6 is even _gaining_ market share. Does this mean that html5 tools such as SVG graphics should be avoided for …

Member Avatar for JorgeM
0
164
Member Avatar for neoanomally

Hello, I have this anomaly on a website I support. There is a button that allows users to contacts from a contact list. The button works fine in other browsers, and has worked fine in the past for Google Chrome. Someone notified me that in Chrome the button no longer …

Member Avatar for neoanomally
0
280
Member Avatar for trishfernan

Hi, I need to create an inside website messaging system like this. ![Email2](/attachments/large/4/Email2.jpg "Email2") I have done the basic via the <div> system. Can I use this system here? And I need to do more development on this basic codings that I have done. That is: 1) When I select …

Member Avatar for JorgeM
0
111
Member Avatar for PriteshP23

Hello, I would like to know the best way to design a website which one can have best view in Chrome, IE, Safari, Firefox, iPhone. In addition, css part should be easy to manage. For the moment, I have found many problems in css and the layout also. I would …

Member Avatar for PriteshP23
0
171
Member Avatar for freeads360

Can any one provied some good seo tips, if you have tutorials pls share it.

Member Avatar for raavn111
0
398
Member Avatar for shawronie

Can anyone suggest me How should i increase the *Do-follow backlinks* to my Website?

Member Avatar for srishtimehta
0
224
Member Avatar for dwivid

# Hello everyone... # I love to tell you something about article posting. Here so many seo expert try to build number of links from a single article. Means a single article has posted on number of sites. Now according to the **Google recent updates** in algorithm this is cause …

Member Avatar for thomas1004
0
170
Member Avatar for contactmehjs

***Is there any FREE service for best SEO for almost all Search Engines ? If yes, give me details.***

Member Avatar for willson1
0
191
Member Avatar for dwlamb

I am having a challenge with a hover state and css. In this [pic of hovering over menu item Gallery](http://dwlamb.com/hoverChallenge/hoverState1.png) the background bleeds down. This is the code for regular state: #navigace ul.menu li a { display:block; font-size:11px; font-weight:bold; line-height:37px; padding:0 20px; text-transform:uppercase; } To get rid of the bleed …

Member Avatar for LastMitch
0
177
Member Avatar for <M/>

I want to turn my sites (i have a few small test sites that i use to show what I learn) into a mobile site. How do I create a custom mobile site for the mobile devices and have a different site for the typical computer. I search my question …

Member Avatar for mlm2gether
0
196
Member Avatar for Accisinc

I want to find people or an organization who will work strictly on commission to advertising my products online. Any suggestions. Any free marketing strategies to grow my business? I don't want links all over my page either.

Member Avatar for priceindian
0
342
Member Avatar for Proglearner

How do you create a html input form that can receive an infinite amount of text, and that necessarily has a fixed size on the webpage but scrolls with additional input that goes past the bottom of the box? And would this be a potential denial of service hole in …

Member Avatar for Taywin
0
605

The End.