6,557 Topics

Member Avatar for
Member Avatar for showman13

Good Morning. I'm hoping someone can tell me why this isn't working, or maybe if it isn't supposed to work. I've been reading on various websites that you can use variables within CSS if you don't save the style sheet as a .css, but rather as a .php and just …

Member Avatar for showman13
0
98
Member Avatar for anumitadas

I have an email issue.when I am sending mail.its showing the HTML tag in mail body.like following. Thanks for signing up for Imprimis. You will receive your Imprimis publication soon.If you did not signup, or do not wish to receive this information, please <a href="http://www.imprimissignup.com/unsubscribe.php?email=anumitadas@gmail.com">click here</a>. My code is for …

Member Avatar for pritaeas
0
109
Member Avatar for chris_j_haines

Hi, I was hoping if anyone could give me any guidance. I have always been interested in website design, mainly the coding using HTML and CSS (I also have experience with PHP and MySQL as I used this for my final year project at university) Basically what I am looking …

Member Avatar for janetzensis
0
118
Member Avatar for Reliable

Hello All, I'm torn between methods for using an image as my website header while still maintaining accessibility and making the site SEO friendly. I initially just used the image as a background image. I also saw how another site used the image as the background image with an actual …

Member Avatar for Kraai
0
99
Member Avatar for apollokid

Hi All I can't figure out the selector name for the li item freshperspective. See I am trying to roll over the list item fresh perspective and have the list show underneath it. I can get it with the following css styling but It is visible when you roll over …

Member Avatar for ko ko
0
99
Member Avatar for Andrew3

Hi, I've been considering something for a while for a website that I'm designing, but I would be interested in what other people think about this. I've got a website working with either the CSS3 box-shadow, as well as div tags with images. However, the "legacy" image code looks like …

0
46
Member Avatar for louiscos77

Hey guys, I'm making a 3d engine for html5 (canvas) but I have some problems well here is my code for the html document engine3d.html [code=html] <html> <head> <script src="engine3d.js" language="JavaScript" type="application/javascript"></script> <script type="application/javascript"> function init() { //creating canvas canvas=document.getElementById("canvas"); ctx=canvas.getContext("2d"); ctx.beginPath(); color3(ctx,0,.5,0) ctx.moveTo(0,horizonZ) ctx.lineTo(500,horizonZ) ctx.moveTo(0,startZ) ctx.lineTo(500,startZ) translate3WithoutRotation(ctx,100,0,1) vector3WithoutRotation(ctx,100,0,90) vector3WithoutRotation(ctx,200,0,90) …

0
95
Member Avatar for Kunal Lakhani

I am having a column named 'AREA' in a table named Editors. I am now making a html page for Staffs. In that page, i am having a field named 'AREA OF WORKING'. I have to retrieve values from AREA column of EDITORS table, and have to give the same …

Member Avatar for javaAddict
0
95
Member Avatar for chinee

can any one help? i have an assignment of a twent page site to make, so i decided to create one page as a template, but since this is my first time its kind of hard. the problem is i wanted the top of my page to be two color …

Member Avatar for Kraai
0
81
Member Avatar for jawadsatti

plz mention me the errors i dont understand what i do.. [CODE]#include<fstream> #include<iostream> #include<string> #include<ctype.h> #define _TABSIZE 4 using namespace std; int tabsize = _TABSIZE; class token { public: token() : _what(code) {} public: enum type {code, comment, pp, keyword}; string _str; type _what; friend istream& operator>>(istream&, token&); friend ostream& …

Member Avatar for Nick Evan
0
136
Member Avatar for teedoff

Hi I was trying to create a template for a client's site Im working on. What I need is to be able to create a form so that someone can enter data such as page title, product name, prices, meta-keywords/description, and the like. Ive used forms many times, but stickly …

Member Avatar for teedoff
0
105
Member Avatar for erum

take a look here [url]http://www.gfln.org/default4.aspx[/url] now when u click on radio button 1(from 1 to 7) it generate 3 <TD> (two have text name and telephone and other have textbox which is server side control)on run time now problem is whne u click on any other radio button say greater …

Member Avatar for dkwired.com
0
129
Member Avatar for hellobenna

Hello! I am brand new to positioning with CSS. I'm trying to lay out a site, and everything is where I want it to be, except the website isn't scrolling. I'm not sure what I did wrong. Can anyone help? Thanks so much! Here is a link to the site: …

Member Avatar for hellobenna
0
90
Member Avatar for ixAndyix

I'm currently working on a new website, but I'm having problems positioning the elements on my page - When I make the browser window smaller or view the page in a low resolution, the "Sign up" box moves and covers the rest of the page. I'd like to know how …

Member Avatar for rajbdilip
0
220
Member Avatar for erum

have a single look on code based on jquery,the code is running fine but the problem is when ever i click on any radio button to create div it created div but overlap each other ,i added blank row or <BR> but useless any help [CODE]<body> <form id="form1" runat="server"> <div> …

Member Avatar for Taywin
0
262
Member Avatar for joshisumitnet

Dear Friends, The problem I am facing a that how to Hide and Unhide Div tags in IE7 and IE8? My code is [CODE]<div> <a href='javascript:void(0)' onclick='DisplayAddComment();'> <img src="../images/AddComment.jpg" border="0"/> </a> </div>[/CODE] and javaScript Function is [CODE]var m=1; function DisplayAddComment() { if(m==1) { document.getElementById("dvAddComments").style.visibility="visible"; document.getElementById("dvAddComments").style.display="table"; m=0; } else { document.getElementById("dvAddComments").style.visibility="hidden"; …

Member Avatar for Taywin
0
1K
Member Avatar for ivanyeates

Hi, I've done a search and came up with nothing. Here's my problem, I have a site that uses an index.htm page as the homepage and an iframe contained in that page that is dynamic and is the only content that changes. Everything works fine except in web search engines, …

Member Avatar for Baradaran
0
163
Member Avatar for luoyi2008061424

for example: the html file is as fllows: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>HTML form </title> </head> </html> then after the htmlparser the xml file is as fllows: <?xml version="1.0" encoding="utf-8" ?> - <pagestructure> - <pageNodeList> - <pageNode id="0" name="" tagName="html" parentNodeId="-1"> <nodeValue /> </pageNode> - <pageNode id="1" …

Member Avatar for leiger
0
192
Member Avatar for chou73

hi all, please can u help me, it's urgent and i'm working on it about 5 days without result i have a xml file: [CODE] - <Menus> - <UsersMenu> <ID>1</ID> <Text>Button1</Text> - <UsersMenu> <ID>2</ID> <Text>B1I1</Text> <link>template.aspx</link> <parent>1</parent> </UsersMenu> - <UsersMenu> <ID>3</ID> <Text>B1I2</Text> <parent>1</parent> - <UsersMenu> <ID>6</ID> <Text>B1I2I1</Text> <link>template.aspx</link> <parent>3</parent> </UsersMenu> …

Member Avatar for chou73
0
212
Member Avatar for sundeep_g

Hello Guys.... I have a problem in photoshop. I created a web template with login form...so, in login form i have two boxes. so i would like to convert these boxes into HTML boxes...then i have to enter userID and password..(OR) tell me is there any another alternate procedure. Thankyou....!

Member Avatar for apines
0
90
Member Avatar for Brianbc

I am loading a page to change passwords within an iframe. Outside the iframe it does work well, but when I change the password from within the iframe it returns a blank page. How can I rectify the problem? [CODE]//iframe <div class="tabber"> <div class="tabbertab"> <h2>Eguard</h2> <iframe src="eguard.php" width="100%" height="400"> </iframe>[/CODE]

Member Avatar for diafol
0
108
Member Avatar for kur3k

Hello, i search widzet for Tkrinter how creat new window ( not Toplevel() ), i want use in this box html thanks ( sorry, my EN is so bad .. )

Member Avatar for kur3k
0
84
Member Avatar for joshisumitnet

Dear Friends, I am using FCKEditor in my website. It's working all over in website fine. But there is one page in which it does not showing properly. I tried all things but in that page is does not showing properly. I have one hidden div tag. When user clicks …

Member Avatar for joshisumitnet
0
186
Member Avatar for shuka79

Hi Guys, I have got an issue with IE7 the site works fine in the rest of the current browsers but not IE7 Link to the page that this is happening on is [url]http://www.mkldesign.co.uk/sites/mccann/[/url] I have an img that I have set in the background so that when the browser …

Member Avatar for BSkiLLs
0
156
Member Avatar for feoperro

Hi, Simple question: How do you make a table with 2 columns? On the left column - 1 row On the right column - 2 rows -Without using a nested table. Thanks, Ashton.

Member Avatar for BSkiLLs
0
177
Member Avatar for menchester03

These sites are really amazing for css learners and absolutely free to use. You can download free scripts. Here you can learn css absolutely free: [url]http://www.learn-css-tutorial.com/[/url] Here you can find some more tips and tricks: [url]http://www.smashingmagazine.com/tag/css/[/url]

Member Avatar for mahavir123
0
60
Member Avatar for Siberian

Looking for book or video Recommendations for learning [I][B]separately[/B][/I] HTML and CSS. Online resources are helpful to learn but IMO some need a starting point. Online resources become understandable once the foundation is understood depending on the person because as we all know CSS has [B]plenty[/B] of techniques.

Member Avatar for menchester03
0
207
Member Avatar for nikita.chandra

hi! i m using css and html for designing of my website and if i execute my website on mozilla firefox all alignments are correct, but if i use internet explorer all mess up.. please help Thanks

Member Avatar for drjohn
0
381
Member Avatar for feoperro

Hi, How do you text-wrap something like this: [CODE] <table width="10%"> <tr> <td>IWANTTHISLINETOBEBROKENWHENITREACHESTHEENDOFTHECOLUMN</td> </tr> </table> [/CODE] Thanks, Ashton.

Member Avatar for feoperro
0
128
Member Avatar for reshmajohney

hi can any one please help me how to retieve dynamically loaded data in a html radio button in to jsp page.. actually i tried to load user account no from database in to radio buttonin html..this worked perfect .. but upon clicking the submit button i want to get …

Member Avatar for reshmajohney
0
206

The End.