10,643 Topics

Member Avatar for
Member Avatar for raf08

hi can any1 help me with this im working on a website for a friend and am a bit stuck i need to know how to create a new page so i can add some more photos to the site, if u visit the site and click on portfolio and …

Member Avatar for gogreen1
0
55
Member Avatar for advxc153

I'm relatively new to all this so go slow. But what I'm trying to do is have a button where the user can click it and download a file from my site to their computer. I don't know if you need a script to do this or if their is …

Member Avatar for Kraai
0
97
Member Avatar for mushget

Hello, Please help me. I'm running site made only in html and css and is hosted on Apache server. I cannot change anything, except adding programming code into html head and body. How I could add Amazon store pages made in xml into my html pages... Is there any solution …

Member Avatar for twiss
0
71
Member Avatar for bigwhiteegg

Hi there what I'm trying to do here is [subject] building a website that updates several other sites' content such as some images and URL hopefully it is not in the illegal arena I have some idea in mind just not sure if it is going to work so i …

Member Avatar for Alish735
0
114
Member Avatar for gogreen1

Its great in DW one of the great features in DW cs5.5 is Multi screen Preview panel that will help us to split the design screen into 3 1.For mobile 2.Tablet 3.Desktop

Member Avatar for Alish735
0
58
Member Avatar for Cap'nKirk

Hi, I am trying to figure out how to place an image that is floated to the left, text that should be centered & and an image that is floated to the right all within the same div that is 400px X 25px. Here is my code at the moment:- …

Member Avatar for Cap'nKirk
0
75
Member Avatar for sathyarajmca

hi all, I am new web developer. I don't know the difference between template and theme. explain about template and themes and difference.

Member Avatar for karthik_ppts
0
64
Member Avatar for sathyarajmca

hi experts tell how to pick the best web development company over the internet . what are the factors we will note that.

Member Avatar for mejim
0
182
Member Avatar for jonow

I just took almost all the graphics on my website that are used often in the design and put them into a CSS sprite. Because of the varying sizes this created large area of the new image file that had nothing in them. The result of this was a new …

0
148
Member Avatar for debasishgang7

I am designing a commenting script.I am fetching comments from My sql database with the help of php.And after fetching all comments i am trying to append the comment form (Enter Name:,Enter Comment blah blah...)at the last of the page. For Example: The main page here... ++++++++++++++++++++++++++++++ Name: XXX XXX …

Member Avatar for floatingDivs
0
124
Member Avatar for RunTimeError

Hey guys. Got a pretty simple question about getting my navigation DIV to stay in one spot. I've got a DIV that I have given a height and width of 100% and a fixed position to. I also have a background image aligned to center in this div. My problem …

Member Avatar for RunTimeError
0
255
Member Avatar for guif

Hi! I would like to do a preload an image with one progressbar. I insert a little code in CSS and into a DIV and I resize this image (in this case at 35%). The code that I have at the moment is: [CODE].progress-level { background: url(progress.png) no-repeat left center; …

Member Avatar for twiss
0
51
Member Avatar for Arjun_Sarankulu

[URL="http://192.168.25.14/market-operations/clearing-settlement/collateral-formats"]http://192.168.25.14/market-operations/clearing-settlement/collateral-formats[/URL] After opening the url you can see that in the content[B]For Other banks[/B] after that there is spaces before the line but in rest it does not have I want it to be same as rest I tried [B]padding-bottom:0;[/B] But still not working

Member Avatar for gogreen1
0
59
Member Avatar for Flynox

Hey, I know I havn't been very active on this forum... Well, I have been lurking them, but not posting. Lol. But anywho, I have a question. Look on this website: [url]http://hexagen.webs.com/[/url] Notice the border size. It's less than a pixel. How would I do that? I know that using …

Member Avatar for Flynox
0
194
Member Avatar for Racoon200

This is the file Tree: -page folder --main.html --style.css --english ---hello.htm --spanish ---hola.htm How can I make hola.htm or hello.htm link the style.css in the parent folder?

Member Avatar for floatingDivs
0
159
Member Avatar for siknoz

So I'm new to the programming side of webpages, but I'm trying to learn. I am in the process of making a single page website for a local radio group of roughly 20-30 members which may increase over time. They want to be able to show when they are online. …

Member Avatar for RoyalElite96
0
79
Member Avatar for mdminternet

Hi guys, I've got a little bit of an internet explorer problem. If you visit the website at [url]http://www.removals-edinburgh.com[/url] you will see that I have customised a version of the menu which is available at [url]http://www.impressivewebs.com/mega-menus-ajax-jquery/[/url] to suit the style of the site. The menu appears just fine in both …

Member Avatar for floatingDivs
0
132
Member Avatar for GreenDay2001

In this tutorial you will learn how to create a simple menu using Flash, while the menu items themselves will be imported from an XML file called menu.xml. 1. Start by creating a new flash document which can be called anything you like as long as the size is set …

Member Avatar for gogreen1
0
1K
Member Avatar for Awah Mohamed

hey people i am building a website that has a leftbar which has some links. i added the code and the div of the leftbar and everything was very fine until i tried to lunch the site on firefox and safari. in opera and IE it is fine but in …

Member Avatar for ko ko
0
87
Member Avatar for trixma

Hey guys, I'm trying to vertically center-align text on a button but no matter what it always shows up too low. Here's my CSS [CODE].fb8 { background: url(button.png) no-repeat; border: none; outline: none; color: #bbbbbb; height: 22px; width: 105px;}[/CODE] and this is my html: [CODE] <input type="button" value="Login" class="fb8" name="btnLogin" …

Member Avatar for ko ko
0
123
Member Avatar for andy106

Hi I have added the following code to my htaccess : RewriteEngine On Options +FollowSymlinks RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php RewriteRule ^/*(.+/)?([^.]*[^/])$ http://%{HTTP_HOST}/$1$2/ [L,R=301] the above rule just makes the url mor SEO friendly so for example home.php will become home, BUT when I have a …

Member Avatar for The5sisters
0
74
Member Avatar for manchurianCEO

Hi, I'm building a website and using CSS. Just finished the layout but if I type something inside the content tag of the index page, that content shows on every other page in the website. ie. I click in the "about me" button and that same line I typed in …

Member Avatar for The5sisters
0
92
Member Avatar for kaveman

Howdy, NewB to CSS and have a background image set to show up on my html pages, and so it does... body { font-family: "Trebuchet MS", sans-serif; background: #bbb url(../imageshtml/page_background.jpg); margin: 0; padding: 0; } This currently happens to all of my html pages, BUT I don't want it happen …

Member Avatar for kaveman
0
233
Member Avatar for GordonUK

Hi everyone, I wonder if anyone can help me. I am interested in developing a video sharing website just like Youtube and I want to know how I would go about displaying thumbnails with video previews? I would like to display 9 video thumbnails on each page which will show …

0
66
Member Avatar for klemme

Looking for an answer about how I can use relations in my DB, when a link is clicked. I have the main navigation in the top of the page, the table is called:"SUBJECTS", primary key is ID. I also have a local navigation in the left side of the page. …

Member Avatar for madCoder
0
158
Member Avatar for inni2626

Hi Everyone, I have images in my div and i wanted when you hover on the image it gives you information about the image.How can i do that? By the way am using dreamweaver! Please advice :-/ [CODE] <div class="gallery"><!-- Start of gallary div--> <h3><a href="../images/Alien_Predator_Shoulder.JPG"><img src="../images/Alien_Predator_Shoulder_mini.jpg" width="63" height="69" alt="alien_predator" …

Member Avatar for ko ko
0
112
Member Avatar for Spycat

Hi, I have a site that looks fine locally, but when I view it online, it gets messed up. Specifically, it does not resize correctly (eg at 800x600). In a turnabout, this only occurs in Firefox (3.6.16) - in IE 8 it resizes ok. To further confuse the matter, if …

Member Avatar for Spycat
0
218
Member Avatar for Wesleyy

does anybody know what shortcut this guy is using to auto import html tags? [B][U]skip to 2:58[/U][/B] [url]http://youtu.be/dXzmEdEgODo[/url] does anybody know if this shortcut is also available for notepad++ or any other windows based editor? thanks.

Member Avatar for Narue
-2
155
Member Avatar for Violet_82

Hi peeps, I have a question about accessibility Now, this is the website I am working on [url]http://antobbo.webspace.virginmedia.com/webediting/tables.htm[/url] and my question is about the best way to make sure that people with their javascript off can enjoy the same benefits as those having javascript on and if there is anything …

Member Avatar for Violet_82
0
239
Member Avatar for roryt

In this tutorial you will learn how to turn your images into something more like a real photograph by simply adding a white frame to them. What’s more, the tutorial is easy enough for those new to Photoshop to be able to create something impressive, and create it quickly. First …

Member Avatar for JamieLynnSEO
6
503

The End.