15,919 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for beforetheyknew

What css do i use to set up the standard 5 box website? i forget its formal name, whats it called? The website layout, with a header, footer, centred centre page and the a right and left side.

Member Avatar for drjohn
0
103
Member Avatar for soley

Yes, this is homework. Yes, I know how to make this layout. But what I don't know is the font used. I'm supposed to make the html skeleton look as close to this screenshot using css. Easy, right? Yeah, I know. Obviously I know it's a sans-serif font, but is …

Member Avatar for MJ Pieterse
0
58
Member Avatar for Moirae

Hello, I'm working on a flip page gallery in Flash (AS3). I have this video tutorial from Cartoon Smart and one problem. How to mask a text box, is it possible in Flash using AS3? Cheers!

Member Avatar for Moirae
0
217
Member Avatar for rajeshrajub4u
Member Avatar for Mark121
0
190
Member Avatar for sunny_kvc

When setting up your website for SEO (Search Engine Optimization) on Google there are several factors you need to look at in order to obtain a high rank on their search engine. Of course your content and meta tags must be inline with positive density percentages and reciprocal links. Google …

Member Avatar for quicktpgo
0
456
Member Avatar for dhananjaigaur

hi there, i would like to know the most trusted ppi program, i have india based website www rtukota org having dedicated traffic from india and i want to monetize it

Member Avatar for InsightsDigital
0
70
Member Avatar for InsightsDigital

I read that Facebook has changed their "Become a Fan" button to "I like" button - so my question for the members of this board are: 1. Will this affect how you promote your Face book Fan Page? 2. Do you think this will help increase Fans?

Member Avatar for InsightsDigital
0
147
Member Avatar for matrix_3

1- [B][URL="http://www.squidoo.com/ptc-scam-list"]squidoo[/URL][/B] PTC scam list and daily news ------------------------------------------------------------------------------------ 2- [B][URL="http://www.trusted-ptc-sites.blogspot.com/"]Trusted PTC Sites[/URL][/B] Sites with proof of payment ------------------------------------------------------------------------------------ 3- [URL="http://ptctalk.com/scamalert.php"][B]PTC Talk[/B][/URL] PTC scam list and top sites ------------------------------------------------------------------------------------

Member Avatar for maxb
0
258
Member Avatar for x_mysterious_x

I m trying to make a template for my website. there is a top box and a navigation box. Position of navigation box is relative to top box and at a 5% of distance from top box. This distance is visible in Internet explorer but in mozilla navigation box appears …

Member Avatar for almostbob
0
89
Member Avatar for snitch321

want to know what code snippet you could add to this code to stop my sound file from playing automatically when you enter that frame? code:[CODE]var mySound:Sound = new Sound(); var myChannel:SoundChannel = new SoundChannel(); var lastPosition:Number = 0; var soundIsPlaying:Boolean = true; mySound.load(new URLRequest("Intro1.mp3")); myChannel = mySound.play(); offBtn.addEventListener(MouseEvent.CLICK, onClickStop); …

Member Avatar for almostbob
0
144
Member Avatar for mokaton

Hi all! I'm trying to build new social network for "House Management". Need to give an idea or designed logo. May any one help me? )

Member Avatar for Ezzaral
0
86
Member Avatar for cambridge77

Added a image set with lightbox. I think all the paths are correct, but the thumbnails are showing! the lightbox itself works fine. Any ideas? [url]http://www.andytest.taupedesign.com/residential%20new%20construction.html[/url]

Member Avatar for Moirae
0
93
Member Avatar for cguan_77

Hi guys, need your help again. I'm having problem on our page which I shared over on the network. The site works fine on the pc in which the php and html files is being stored. But if access through other pc on the network the page doesn't load it …

Member Avatar for cguan_77
0
101
Member Avatar for Techwriter10

Probably just about everyone over 25 remembers the game and show '[URL="http://en.wikipedia.org/wiki/Carmen_Sandiego"]Where in the World is Carmen San Diego?[/URL]' If San Diego were around today (maybe she is, who knows), we would all know exactly where she was because she would broadcast her whereabouts by tying her FourSquare account to …

Member Avatar for Techwriter10
0
688
Member Avatar for InsightsDigital

I am trying to access how social media is used for work purposes other than doing a Facebook Fan outreach. I personally use social media to conduct a manual qualitative assessment on consumers' attitudes and behavior towards a particular treatment or condition. What about you?

Member Avatar for InsightsDigital
0
210
Member Avatar for Dani

What appears to be a brand new feature of our beloved Google is the ability to "Note" any URL which turns up in the search results. Noting a URL adds it to your personal notebook, which works like a scrapbook ala bookmarks. Pretty interesting ... although I'm still a fan …

Member Avatar for DOAWK
0
1K
Member Avatar for nakul_pancholi

Dear All, Hello..! I have one problem with html links. Suppose we want to set the link in our html document, we use <a href="filename.html"> Link </a> Suppose we want to go to a particular section to other html document then we use <a href="filename.html#name> Link </a>. Here in this …

Member Avatar for pritaeas
0
93
Member Avatar for trandrewo

Hey guys! I know this might sound strange, but I am trying to use CSS to format a P section to be centered, [I]but only if that P contains an embedded video[/I]. Is there a CSS statement I can use to apply formatting to only those P's that contain OBJECT's …

Member Avatar for diafol
0
132
Member Avatar for RucGwl

Hi guys, When we save a web page using Save As option, we see a folder created with all images used in the web page. I want to prevent this copy of my images on local disk. Is there any option in HTML to do this? Thanks...

Member Avatar for diafol
0
153
Member Avatar for StickerAA

Hi everyone, I want to put a border around a hyperlink but in IE7 the bottom border line is omitted and in Firefox it looks fine. Following is my html and css code. I have checked google to no avail. I have tried various position: relative/absolute combinations with no success. …

Member Avatar for StickerAA
0
62
Member Avatar for DBB1

Hello, :-O If some one could tell me how I can have vertical border on the right side of each cell. [B]Suppose my table tag has the following code:[/B] [CODE]<table style="border-style:solid; border-width:1px; border-color:red;>[/CODE] [B]and my <td> tag has the following code:[/B] [CODE]<td style="vertical-align:top; text-align:left;">[/CODE] I would like to know: [LIST=1] …

Member Avatar for DBB1
0
86
Member Avatar for nomisf1

HI im trying to added extra fields to my register.php , but i keep getting a error message saying 'Error:user not added to database' I've simply tried to edit the original code using the same methods used for the previous fields yet it still doesn't work. im sure my mysql …

Member Avatar for nizuya
0
90
Member Avatar for DBB1

Hello, I made a couple of web sites. In my machine, their screen size was good as I could see the specified margins. :(:-O:$ [LIST] [*]When viewed in my machine (1440 * 900 resolution), it looked OK with IE and Firefox; [*]But, when viewed in different machine, and in IE, …

Member Avatar for Spain
0
130
Member Avatar for cssquestion

I can understand coding: [CODE] body { color: #ffffff; text-align: center; margin: 5px 0; } [/CODE] But I don't understand what is the following code meaning: [CODE]* { margin: 0; padding: 100; outline: 0; }[/CODE]

Member Avatar for diafol
0
51
Member Avatar for tichie1

My site is listed on a couple of "Top Site" sites and I would like to have my banner on them too, can anyone please advise me how I do this. Many Thanks Tichie1

Member Avatar for servicecycle09
0
85
Member Avatar for dks1383

Hi all Can I search in google adsense? For example I need to search the keyword “spinner”, not in the content of websites but only in the content of google adsense. Thanks

Member Avatar for servicecycle09
0
54
Member Avatar for StickerAA

My css inline submenu won't stay open long enough to select an option. As soon as the cursor leaves the main selection the submenu box closes. Can be viewed at: [url]http://isite.thevatraininginstitute.com/home.htm[/url] html code [CODE] <div id="ao_nav"> <ul> <li id="first">Accessibility Options: </li> <li><a href="home.htm">Default Font Medium &nbsp; -</a></li> <li><a href="#">Large &nbsp; …

Member Avatar for StickerAA
0
133
Member Avatar for skseo

Hi All, Can you Suggest the best SEO Strategy to get the traffic for a site. I have tried social networking sites but not getting more traffic. What you say? thanks

Member Avatar for bbriniotis
0
238
Member Avatar for Famous16

Hi everyone, There are so many tools available in the market today for web design and development. Can anyone suggest me that which tool is the best for web design and development. With Regards,

Member Avatar for cfajohnson
0
161
Member Avatar for InsightsDigital

IPad is finally on sale. I dont know if I would get an Ipad so early in the game, especially since we know, there will be different version released that are bigger and better. Would you buy an IPad just to be connected?

Member Avatar for InsightsDigital
0
178
Member Avatar for selicon.valley

i created a website in which the different people can register themselves after registration they registers their products which includes prices,specs,photos,outlet detail,benefits etc now i want is that i want to connect with facebook,twitter,my space now i want is whatever changes took place in my web page (products page will …

Member Avatar for InsightsDigital
0
149
Member Avatar for Famous16

hi guys, can anyone help me about low cost web hosting companies in UK. Any help in this regard will be appreciated. With Regards,

Member Avatar for joeblacksmith
0
99
Member Avatar for JimmyLloyd

Hey there, I've been working on a form that uses ajax to use the selection in one box, and update the second box accordingly. My problem is with the form layout, with which i'm not very good. I've managed to get the layout how I want it so far, with …

Member Avatar for diafol
0
93
Member Avatar for Mahesh1671

Hi Team, I want the html code with which i can create a log in page, and when user id and password is put it should open a small page which is basically created in html. I have used the below html tag to create an user nad password column …

Member Avatar for diafol
0
229
Member Avatar for Unebrion

I'm having trouble with classes and the display element. I need to display elements of a class in my html document as list items. i have 9 of these in the document, all basically the same [CODE] <div class="notes" id="point0"> <a href="longs.htm" style="position: absolute; left: 560; top: 60;"> <img src="image0.jpg" …

Member Avatar for Unebrion
0
90
Member Avatar for Seregwethrin

Straight one: [url]http://neecto.com/wtf/1.htm[/url] Everything is fine. But if you comment or remove TopMenuBar's CSS Border attribute, than there's a space at the top which is here: [url]http://neecto.com/wtf/2.htm[/url] (Check with Firefox 3.6, latest one) Which also works fine in IE and Chrome. I feel so angry because I just gave my …

Member Avatar for Seregwethrin
0
108
Member Avatar for jhonnyboy

Hello everyone I was taking a look at [url]http://www.mauijim.com[/url] and saw their navigation menu fairly attractive. I believe this can be made in css, but I wanted to know how did they get such a huge "frame" when hovering over the navigation (Shop, Service, About us). Seems like their is …

Member Avatar for jhonnyboy
0
111
Member Avatar for happygeek

News International has confirmed that it is to start charging visitors to access both The Times and Sunday Times newspaper content online from June. This heralds the emergence of the much talked about Murdoch Paywall which News International owner Rupert Murdoch has long argued is essential in order to make …

Member Avatar for Techwriter10
0
431
Member Avatar for Aaaryan

Hi all, I have a table having white background.and a <a> tag inside it which is invisible due to the backgroud as the color of <a> is also white in the coressponding css file. Now when I applied css to <a> tag color in the file for changing white color, …

Member Avatar for Aaaryan
0
221
Member Avatar for Mark121

Hi, I often heard about doing comment on these post that are related or niche. I want to know that comment on these sites that is do follow ans have high PR is totally worthless or not. Thanks in advance Mark

Member Avatar for Mark121
0
142
Member Avatar for facebook adder

I set up an accounts based on a niche. Amass a ton of friends followers with the tools (below). Then i will create groups/fanpages then invite all friends followers to these groups then i will just put my links in my groups/fanpages i created so they are merely small ads …

Member Avatar for InsightsDigital
0
183
Member Avatar for Mark121

Hi, I want to know your opinion about most active forum and which forum have most online users anytime so that I can get quick response of my any query and discussion. I think warriorforum is most active forum which have many online registered users anytime. Please give your opinion …

Member Avatar for jay 11
0
333
Member Avatar for Mark121

Hi, I have searched a good tool by which we can find our keyword rank in different-2 country at a time. Check out following link : geoseo.com I hope it will be useful for you.

Member Avatar for cantthink
0
157
Member Avatar for Mark121

Hi, I doing work on directory submission, forum posting, blog and article commenting for increasing my site PR and generate site traffic. I want to ask that which one is most effective for increase site page rank. Thanks in advance Mark

Member Avatar for cantthink
0
158
Member Avatar for phpDave

Hi, I have two available names for my site. One is a [B]dot com[/B] and the other is a [B]dot me[/B]. My question is did dot me catch on? Anyone know any reason not to use dot me besides dot com is more popular and comes to most peoples minds? …

Member Avatar for phpDave
0
132
Member Avatar for Reliable

Does anyone know to make those FLash ads that go across the whole screen and then end up in their destination at the end of the ad? I see them sometimes on MSN.com and Yahoo.com. If someone could do a tutorial on that i would appreciate it.

Member Avatar for Reliable
0
77
Member Avatar for panda32

Hey, im looking for a logo for mywebsite, does anybody know where i can design and download one for free?? Thanks

Member Avatar for mackone
0
86
Member Avatar for PErickson

Hi, I just developed a website for my resume writing and career coaching business. I am an excellent writer who has been working for other companies. I decided it was time to branch out on my own. Do you know of any affiliate managers willing to work with new entrepreneurs? …

Member Avatar for mackone
0
171
Member Avatar for buzzle74

Hi all, Ive recently developed some freeware software and Im trying to get some idea of the best method to distribute software via the many freeware sites on the web. Cnets upload.com seems to be the most prominent but Im curious to know if anyone has had any experience using …

Member Avatar for manutm
0
93
Member Avatar for BlueCharge

Please could someone find out why the website i have made for a client is completely screwed up in Internet Explorer but pretty much perfect in Mozilla Firefox. Problems in IE: 1. Cells in tables are centered 2. Footer is not in line and looks bad 3. On the contact …

Member Avatar for diafol
0
99

The End.