10,643 Topics

Member Avatar for
Member Avatar for musama`

I'm developng a wbsite but i met a chalenge of sending free emails .How can i comeup with webmails that can hepl people to send free emails?

Member Avatar for JorgeM
0
16
Member Avatar for asif49

For some reason I can have an input type as a button with an onclick event but when I set the input type as image and put an onclick event into it, it doesn't seem to work. I.e. This works: [CODE] <input type="button" onclick="func('hello')"/> [/CODE] This doesn't work: [CODE] <input …

Member Avatar for ojemuyiwa
0
2K
Member Avatar for cmills83

Can someone link me to a script that will rotate an ad banner on a website so a different ad appears when you refresh or revisit the page. I have a found a few scripts that rotate images but it has to be able to have the link with it …

Member Avatar for shailendrabisht
0
188
Member Avatar for user543820

Hello! I've made html webpage and set its background image. I've to make a login window on this page and its form is enclosed in a div. Now the background image is visible in div of login window too which is what I don't want. I want to set the …

Member Avatar for JorgeM
0
134
Member Avatar for jdgrinder

On my website bbhydraulics.com it does show the menu in internet explorer. here is the top part where I think the problem is: <?xml version="1.0"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> Is that the right code?

Member Avatar for JorgeM
0
2K
Member Avatar for ben.matthews18

Hi, how can i write a statement or something that would switch stylesheet if the user is on a mobile device? thanks

Member Avatar for JorgeM
0
51
Member Avatar for karlcunanan

Hi web designers! I just want to know what is the problem with my css since its perfectly working in desktop and laptop, while its having a problem in tablets and mobile devices. This is my code: CSS: #header{ width: 935px; margin-left: auto; margin-right:auto; padding:20px; background-color:#FFF; margin-top:-9px; } ul#css3menu1,ul#css3menu1 ul{ …

Member Avatar for karlcunanan
0
146
Member Avatar for jamojo

Hello Eveyone, I am validating a html 5 page using w3c validator. However, this error occurred: "Element noindex not allowed as child of element div in this context" Can you please send some idea on how to resolve this? Thanks.

Member Avatar for pritaeas
0
239
Member Avatar for emir_gradacac

Hi! I was wondering, is there any way to make a website perform a Google search for certain keywords? As in, the user types keywords and then the site returns, say, the 1st result that comes up on Google? Best Regards, Emir

Member Avatar for simrankim
0
200
Member Avatar for rohan.sharmila

I have seen many of websites like this where is a uniquie & similar look in design. Can anybody find out which software/ cms/ tool is used to create and design the same, or the same templates are available on net? If created using php, which software/app is used. (also …

Member Avatar for pritaeas
0
224
Member Avatar for Fabio82

Hi Everyone, I am having problem on getting CSS displayed on iphone/ipad.... This is the web link, anyone can help me? http://www.vinosytapas.co.uk/ Many Thanks

Member Avatar for 99wallpaper.com
0
179
Member Avatar for <M/>

How do I turn an image (lets say a logo) into a character... I don't want images filtered out because of the email providers (Gmail, Yahoo, etc.).... So I want them to always show up...

Member Avatar for <M/>
0
63
Member Avatar for kitschkath

I was wondering how am i able to do that? i have inline-block div of images, how am I supposed to divide it.. like 10 images per page? i am using php here btw so it has loops. i don't know if i am posting in the right place but …

Member Avatar for kitschkath
0
47
Member Avatar for ddanielsmith

I'm so cofused and I don't understand the box model at all. For example, How do I know what number to use with margin and padding? It's not like I have a grid and I just don't get the concept of margin and padding at all or which number to …

Member Avatar for JorgeM
0
79
Member Avatar for OmniX

I have a webpage that I wish to remove the scrollbar from. I know this is possible with frames as scrolling="no". But just from my single page I would like something small and easy to remove the scrollbar prefer something like <body scrolling="no"> Thanks, Regards X.

Member Avatar for nuryanto
0
164
Member Avatar for dstoltz

I have a client site built with Classic ASP techonolgy. I'm trying to determine what my options are for a blog for his site. The host does not offer anything. The client definitely wants the blog to be integrated into the site. OPTION 1: Use Wordpress domain mapping, so the …

Member Avatar for mxood
0
94
Member Avatar for ben.matthews18

Hi, i'm having a problem with the 'margin-top' property. Here's my current html and css - **HTML -** <div id="nav"> <div id="navwrap"> <ul> <li><a href="index.php"><img src="images/frame/homebtn.gif" width="63" height="20" /></a></li> <li><a href="portfolio.php"><img src="images/frame/portfoliobtn.gif" width="93" height="20" /></a></li> <li><a href="contact.php"><img src="images/frame/contactbtn.gif" width="84" height="20" /></a></li> </ul> </div> </div> **CSS -** #nav{ width:100%; height:70px; background-image:url(../images/frame/nav_1.gif); …

Member Avatar for dcdruck
0
108
Member Avatar for jonsan32

With my code below, IE keeps cutting off the top border portion of the box around my dates. Can anyone get this to look good in IE. I suck when it comes to that kinda stuff. And yea, no picking at my overall coding skills either - I know that …

Member Avatar for jonsan32
0
561
Member Avatar for aparnesh

I am trying to create a drop down menu using UL and LI elements. Each LI is an image (of same size) and there are no Bullets in the List. In IE, the list Items are left-aligned as I want them. In Chrome the list Items are right aligned with …

Member Avatar for aparnesh
0
387
Member Avatar for MWEB

Hallo everyone :) I have a question about IFRAME .. So .. On one of the websites have an iframe of http://site.com .. Can I specify the iframe to display only part of the website .. such as header or content (middle): -? If not, there is another way to …

Member Avatar for MWEB
0
102
Member Avatar for Ravi8686

Which Script, CMS, Or Forums Mastiland.com Using? Coz I Looked a Lot of Scripts Online But Unable to find the same or similiar one. Please Help?? Thanks In Advance :)

Member Avatar for GliderPilot
0
32
Member Avatar for collinskawere

hi! it's been long since the last time i was here! but here am back with a problem. am doin a webpage and i want it to perfectly fit on the screen. i have used a body width of 100% but it create scroll bars. i want a perfect one …

Member Avatar for Sahil89
0
175
Member Avatar for karlcunanan

IE once again proved its incompetency against other web browsers, is there no other way to round the corners of the table if putting a background color as its header except usign an image? These are my codes: CSS .table1 { -moz-box-shadow: 1px 0 5px #888; -webkit-box-shadow: 1px 0 5px …

Member Avatar for AleMonteiro
0
3K
Member Avatar for kimmi_baby

Hi! I have a horizontal menu with a vertical drop down. For some reason in Chrome the drop down is horizontal instead of vertical. It seems to work fine in everything else. Suggestions on how to fix it? [Click Here to vew website](http://www.purpleblaze.com.au)

Member Avatar for JorgeM
0
154
Member Avatar for karlcunanan

Hello web designers! I would like to ask for a better definition for rounding the corners of tables. I found some tutorials while searching in google, but some are using images and some are using border-radius adjustments. Any thoughts in creating this? Thanks!

Member Avatar for JorgeM
0
78
Member Avatar for mgn2683

Hello, I am having an issue with my footer in IE 8. IE is increasing the padding, and bumping the newsletter sign up box down, when it is supposed to be on the same level as the links. Any thoughts as how to fix the padding problems? Site can be …

Member Avatar for JorgeM
0
764
Member Avatar for mxood

hi im am farely new to making websites and was looking for a few suggestions on my website. firstly i have completed make a fare structure for the home page here is the link to the image.[Click Here](http://s14.postimage.org/s6de1rfxd/cfp.png) but it looks lame as in the background makes it dull. i …

Member Avatar for JorgeM
0
216
Member Avatar for hcbckwidpeace93

I want to make a website about technology and programming languages , shopping purposes and Blogging as well as. I will also subscribe google adwords for making money and also will subscribe other money making stuff. 1.Which webhost serice provider will be best for me ? a. I will be …

Member Avatar for JorgeM
0
96
Member Avatar for rohittripathi

hi everyone I have created one web page for website, these having four main Div but i have to do Show Div and Hide some Div using javascript or jquery in css. **Four main Div are:-** 1) **header** 2) **banner** 3) **Content** 4) **footer** :- on the website two div …

Member Avatar for JorgeM
0
155
Member Avatar for Ibrahim saulawa

Can some one help me with good materials to design a very good website for my project

Member Avatar for subramanya.vl
0
136

The End.