13,937 Topics

Member Avatar for
Member Avatar for KhubaibQaiser

This is my first thread on this forum so sorry for any mistakes. # Problem 1: # I have made a webpage using html and css. But the page content shrinks when i resize window horizontally. Problem 1 ,of content shrinking, has been solved. I was using %age for my …

Member Avatar for JorgeM
0
138
Member Avatar for shanenin

I am not sure if this is an appopropiate place to post this, but..... I am working on a site using squarespace.com. The problem I am haivng are jagged fonts. I have enclosed the link to my site. it is still in progress, The Home pages shows a good example. …

Member Avatar for LastMitch
0
129
Member Avatar for anish.anick

Hi All, I have a factory which has some concrete sub classes for generating reports (.txt, .csv,.xls) I want to make the interface of the concrete classes to be generic so that i can pass in diff types of parameters (Instead of DataTable i need to use DataSet or some …

Member Avatar for Momerath
0
217
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
17
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
3K
Member Avatar for d8m9

Hi, Iam trying to post a form with cookies using [Requests module](http://docs.python-requests.org/en/latest/). When I post the form and see the page with the results, there is an error in the page, saying that I didnt fill one field right. Iam absolute sure I fill that field right. When I post …

Member Avatar for d8m9
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
195
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
135
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
52
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
147
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
240
Member Avatar for beckele

I have a wireless access point. I can connect to it just fine. I can go to Google and I can type in a search, however I cannot GO to the searches result links at all. I've tried IE and Firefox and both the same. I can search for something …

Member Avatar for beckele
0
198
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
201
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
228
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 renzlo

Hi, Jim and All, How do you handle a java applet in a webbrowser control? It seems that no event fires up when a java applet is loaded in webbrowser control, by the way, the applet is in full screen and this is a company applet, meaning I did not …

Member Avatar for renzlo
0
163
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
64
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
48
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
81
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
95
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
110
Member Avatar for cssweb

hello how are you today i have a problem with cache when i visit my site i saw the old topic of my site until i hit ctl+f5 to update the page so how ca i solve this problem is there any way to prevent browser store cache i have …

Member Avatar for LastMitch
0
545
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
564
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
398
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
104
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
33
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
176
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

The End.