15,919 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Olenda
Member Avatar for Fortinbra

I have a question about logical search layouts. I'm currently rewriting an existing web application that tracks issues for our production product. The existing layout has all the criteria items in a table at the top of the page, buttons in a row that is centered directly beneath the table, …

Member Avatar for Fortinbra
0
160
Member Avatar for Dean_Grobler

Hello, I've attached an image of a layout for a site that I designed in PhotoShop. If you look at the Navbar you'll see that I've gave it a 'glossy/glasy' effect. Im new to web development, but I know there is no CSS on the planet that can do that. …

Member Avatar for Dean_Grobler
0
146
Member Avatar for 3825

Quick question about &nbsp; vs + in scripts: What is the advantage of using [ICODE]<iframe frameborder="0" width="480" height="384" src="http://www.dailymotion.com/embed/video/x8n35t?theme=spring&foreground=%23C2E165&highlight=%23809443&background=%23232912&hideInfos=1&animatedTitle=You+will+know&wmode=transparent"></iframe>[/ICODE]. [ICODE]<iframe frameborder="0" height="384" src="http://www.dailymotion.com/embed/video/x8n35t?theme=spring&amp;foreground=%23C2E165&amp;highlight=%23809443&amp;background=%23232912&amp;hideInfos=1&amp;animatedTitle=You&nbsp;will&nbsp;know&amp;wmode=transparent" width="480"></iframe>[/ICODE] Does it matter at all? Could the embed code generator have used &nbsp; instead? It is nothing urgent. I just thought it would be nice to …

Member Avatar for abelLazm
0
115
Member Avatar for WigglesMcMuffin

Probably a simple mistake of not knowing all tags and attributes involved. I have a HTML page linked to a CSS file (I know it works, cause I can change things like background, and heading size, etc). When I try to create a navigation bar however using [CODE=css] #navigation { …

Member Avatar for WigglesMcMuffin
0
147
Member Avatar for stargate3216

I'm trying to connect to a mediacom sever ([url]http://www.mchsi.com/[/url]) with it so I can upload my forum files, but it won't work. Please help.

Member Avatar for WigglesMcMuffin
0
312
Member Avatar for Viruthagiri

Ok guys have a look at this page. [url]http://bit.ly/eO0Iys[/url] It works fine in all browsers except google chrome. In google chrome the whole page shifts 20 pixels and back normal while loading. Any idea why it happening? I would appreciate if you give me the solution. Thanks

Member Avatar for Viruthagiri
0
131
Member Avatar for littlemt

Hi, I have a web page created in Dreamweaver CS4. I have an image header that I have made work through CSS. The header looks great in the browser and in live view. Can't see it at all in Dreamweaver design view. I want to make a hot spot, but …

Member Avatar for smrprojects
0
937
Member Avatar for silveraden

The title seems not interesting but here I am going to explain. I posted a unique article in articlesbase and I started getting backlinks from nowhere, 3, 4, 10, 20 per day from different websites. Thus, I noticed that my article has been reposted and syndicated by different autobblogs. I …

Member Avatar for jack jastin
0
270
Member Avatar for KadajXII

Dear Pros, Attached hereby is my error screen-shots, as you can see, before I refresh my page the layout is nice (see attachment beforeReload.jpg), but after I reloaded my page, the layout will have massive problems (see attachment afterReload.jpg), and if I keep reload the page, sometimes it will give …

Member Avatar for KadajXII
0
148
Member Avatar for disposable_zero

I was screwing around doing some brain storming on an idea for one of my web pages when I accidently hit save. That wouldn't be an issue except it saved the changes I made to my style.css as well! Now all my text is the wrong size and is drifting …

Member Avatar for disposable_zero
0
86
Member Avatar for lingoway

I just want to know that why this command has different result when used with "" and without "" for example: link: www[dot]domain[dot]com link: "www.domain.com"

Member Avatar for OliviaSSLGuru
0
120
Member Avatar for maxelcat

Hi I have a client for who has a html/css site. He now wants to add a video background to the whole site, that scales to fill whole screen. The video he has selected is a mp4, but even so I guess I could convert it to flv if needed. …

Member Avatar for Kees1234
0
142
Member Avatar for w33n

Greetings, I've created a link to make an .swf file pop up in a window. The window isn't actually a web page. It is simply linked to the .swf, making the title of the "page" the directory location of the file ie. "../../folder/folder/file.swf." Is it possible to name the popup …

Member Avatar for connect0123
0
107
Member Avatar for LloydFarrell

Hi All, I have found the following css rules on the web.... And whilst they look great in FF, nothing is being displayed in IE Can someone help me out so I can at least see the boxes in IE [CODE] input, textarea { font-size: 0.8em; width: 265px; border: none; …

Member Avatar for LloydFarrell
0
190
Member Avatar for jason1971

Hi all, Sorry if this is posted in the wrong category (so many to choose from). I am fairly new to websites design etc.. I have my website listed on all the major search engines, and my website has been up and running for about 3 months now. Even though …

Member Avatar for gfree
0
127
Member Avatar for HelenLF

I have a client who has purchased several domain names relevant to her business. Some of them she purchased to prevent a competitor doing so. Is there a limit to how many she should have pointing to the one website, even if they are all relevant?

Member Avatar for gfree
0
118
Member Avatar for SeoDezin

Any one who can help me to guide about link wheel? I am really interested in how to create a link wheel.

Member Avatar for gfree
0
139
Member Avatar for suavedesign

Hi. I would appreciate if someone can help me. The url to my site is [URL="http://www.trecall.com"]www.trecall.com[/URL] There are six main tabs on the site, with padding-right on each tab, making a gray border appear between each tab. I can't figure out why the padding does not show up on the …

Member Avatar for chudapati09
0
75
Member Avatar for sagive

Hey guys.. i got this kind of div structure (Hebrew website) [CODE] <div id="main" style="background: #ffffff; padding: 20px;"> <div id="sidebar" style="float: right;"> actuall sidebar </div> <div id="pagecontent" style="float: right"> some content </div> </div> [/CODE] My problem.. The contact inside the content / sidebar isn't stretching the "main" div and so.. …

Member Avatar for sagive
0
191
Member Avatar for disposable_zero

What I am looking to do is create a custom error page. Something so that if a user try's to navigate somewhere that does not exist they get a site error page. Let me give you and example.. [URL="http://templatemonster.com/poop.html"]http://templatemonster.com/jimmyhoffa.html[/URL] or [URL="http://templatemonster.com/browneye.html"]http://templatemonster.com/browneye.html[/URL] Obviously neither of those pages exist but instead of …

Member Avatar for disposable_zero
0
151
Member Avatar for Soben

[CODE] <body> <div style="height:100; width:100%; background-color:black"> hello. </div> </body> [/CODE] I want to put it in the middle of the page, how can I do it? ty ^.^

Member Avatar for RoyalElite96
0
70
Member Avatar for dsmush

Hi I have been trying to remove certain items from the admin bar which appear at the top of all WordPress pages. I've managed to remove the 'visit' menu from it by reading a forum elsewhere and editing CSS but I have had no luck with researching how to remove …

Member Avatar for Kraai
0
314
Member Avatar for jacks smith

Hello friends what is gorilla marketing in seo ? and how it is useful as seo point of view. Thanks

Member Avatar for kathrinrich
0
300
Member Avatar for jason1971

Hi all, I have been all over the web checking out many posts, but dont seem to get a clear answer so I thought I would ask it here. I have a website will allows people to leave and read comments on topics etc (its not a forum), my problem …

Member Avatar for ahmadferi
0
107
Member Avatar for dornaled

hi can any body defien HTML Element Syntax and whats use in webdesign. help me. thanks advanced.

Member Avatar for edith135
0
88
Member Avatar for debasishgang7

How can i make a div tag which will Re size vertically depending upon the Text length of the this tag..??

Member Avatar for debasishgang7
0
103
Member Avatar for soricutzroz

Hi, I have a question concerning SEO optimization for this website : [B]www.filebuzz.com[/B] . The site has aprox 60.000 products listed, but aprox 4.500.00 pages indexed in google ( site:filebuzz.com ) . I've noticed on certain pages different anchor links that are generating pages for the same content. An example …

Member Avatar for alexadwords
0
397
Member Avatar for kajDesign

Hi, This is my first post--I'm really a graphic designer, but have been asked to do some web design. I'm amateur at best, and at worst, don't know the crap I'm doing. I'm having problems getting my site to display correctly across multiple browsers and resolutions. Though it displays correctly …

Member Avatar for essential
0
274
Member Avatar for Julia25

Ive made a simple css but i dont know why the div go down if i make the width of style #ID_Number more that 251px really weird! [URL=http://img543.imageshack.us/i/weirdk.jpg/][IMG]http://img543.imageshack.us/img543/1089/weirdk.jpg[/IMG][/URL] [CODE] <style type="text/css"> #CONTENT { height: 222px; width: 421px; background-color: #E8E8FF; } #B8 { height: 25px; width: 200px; float: left; clear: both; …

Member Avatar for Julia25
0
71
Member Avatar for skald89

I have never really used tables and especially not in a css file. I just want to know the basics of tables and making them in css. Also once I do make it in a css file how do I name it so I can use it in a html …

Member Avatar for teedoff
0
111
Member Avatar for aqhalover

Hello! I am fairly new to HTML and CSS, and I am making my webpage. It has small table to the left for navigation and then the main table is in the middle. The main table has two columns that I made with the normal old html <tr> and <td> …

Member Avatar for teedoff
0
134
Member Avatar for Reliable

Good Afternoon Everyone, AM I correct in that it is ok to use event.target if the target movie is a stand alone object. But I need to use event.currentTarget if the movie clip has children inside?

Member Avatar for mouseupevent
0
108
Member Avatar for JamieLynnSEO

What is an ODP editor, and what relevance does it have to SEO and unique content? *confused* :confused:

Member Avatar for JamieLynnSEO
0
216
Member Avatar for wonderland

Hey, I've been looking around internet for open source autction/bidding system. But with not much luck. Maybe there are some shopping cart system that can be tailored to this need ? (zen cart, magento) I wont need much. However, it would be nice if users could log in add add …

Member Avatar for wonderland
0
100
Member Avatar for abelLazm

Let us share new of SEO here so that members will get aware of what currently is going on in the world of SEO

Member Avatar for abelLazm
0
146
Member Avatar for abelLazm

Hye fellows.. I have to write an article about business software can you share your ideas about business software, their demand, and how free downloading websites are effecting future of software companies. Waiting for your precious ideas and views Thanx

0
95
Member Avatar for Peter30

I am new to the SEO and looking for search engine optimization tool. I found some seo tools online but I don't know which one to choose. [URL="http://www.webposition.com/"]http://www.webposition.com/[/URL] [URL="http://www.clicksplash.com/"]http://www.clicksplash.com/[/URL] [URL="http://www.seoelite.com/"]http://www.seoelite.com/[/URL] Does anyone know other good seo software or recommendation? Many thanks.

Member Avatar for LABC
0
489
Member Avatar for lingoway

I have a India based company's site,whose server is located in USA.I have optimized it for all countries. When i search for a keyword in google.co.in it position in SERP is higher than position in Google.com. what i know is that search engine consider the location of server for ranking.So …

Member Avatar for LABC
0
120
Member Avatar for abelLazm

[B][U]Microsoft files European antitrust complaint against Google[/U][/B] is the headlines for details [URL="http://www.computerworld.com/s/article/9215380/Microsoft_files_European_antitrust_complaint_against_Google?taxonomyId=77"]visit[/URL]. What in your opinion be the affect of this suit on GOOGLE. Will it build pressure on GOOGLE in Europe or is it an in-vein anti-GOOGLE try by Microsoft?

Member Avatar for LABC
0
116
Member Avatar for tokianuki

Hey, I have this very irritating issue which i was unable to solve for a couple of weeks. I am an amateur designer trying to design a site for my company. The problem I face here is this: 1. I create a menu within a container, with the same width …

Member Avatar for MagicMedia
0
149
Member Avatar for RJ_Dev

Hi All, Well this is a simple problem, I'm developing websites for a client and I send them the html/css files with the regular url's in css like this - #body {background-image: url(Images/bg.jpg);} but they send me back the css file which has a Forward Slash '/' in the beginning …

Member Avatar for Kraai
0
119
Member Avatar for seularts

I need some help with sizing an image in height. My page is tzr.ro, and as you can see in some browsers such as explorer and chrome the image height differs. So i have this small piece of code that i need to adjust: img { max-width : 350px; height …

Member Avatar for scottloway
0
188
Member Avatar for SolidSolutions

[url]http://www.gwftn.org/frame.html#projects[/url] In the bottom left of the content of the page is a link for "virtual prayer walk". If you click on that, an iframe is displayed. In other browsers, you can navigate the iframe just fine (using the go forward/ go backward links). In IE, it does not change …

Member Avatar for SolidSolutions
0
168
Member Avatar for ellenwillss
Member Avatar for atop420
Member Avatar for paraprogr
0
84
Member Avatar for jlego

i have a site, [url]www.blaircountylawnservice.com[/url] I promoted it for the last year - it does what i need it to. I recently just purchased a new domain that points to the same location [url]www.freelawncarehelp.com[/url] I have read/heard before, that if your domain name contains the search string you normally get …

Member Avatar for JamieLynnSEO
0
148
Member Avatar for fieryidris

i spent a lot of time yesterday redoing my whole website with iframes for each section but once i put everything onto the server i found that the links inside the iframes opened inside the iframes rather than in the whole window. how do i escape from the iframe to …

Member Avatar for mianovag
0
611
Member Avatar for skald89
Member Avatar for HelenLF

I have a couple of questions. 1. I have a client who has purchased 4 domains. One has her company name but no keywords and the others have her keywords. She want to use the domain with her company name in her business stationary etc. I need to set up …

Member Avatar for HelenLF
0
121

The End.