Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

19 Posted Topics

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
222
Member Avatar for Spycat

Hello, I have a page that I want to have borders on all 4 sides. The problem is, the bottom border does not extend to the bottom of the page. It stops mid-way, with content extending below it. Here is my code: [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> …

Member Avatar for Spycat
0
924
Member Avatar for Spycat

Hello all, This doesn't seem that it should be terribly difficult to do, but of course it is (for me anyway). I own a golf site, and I would like to insert the world rankings, which is in an XML format file into an existing html file. I have applied …

Member Avatar for macgurl70
0
1K
Member Avatar for flyblackbox

[QUOTE=flyblackbox;1349814]The footer on my website is raised 1 pixel too high. #footer { clear: both; margin-left:0%; height:40px; font-size: .8em; width:100%; border-top: 1px solid #81C5A0; background-color:#FFFFFF; z-index:1; margin:0; Padding:0;[/QUOTE] Just 1 pixel? Wow, a perfectionist :) How about this?: margin-top:-1px; I never did like these negative margin hacks cuz they look …

Member Avatar for luap599
0
181
Member Avatar for Spycat

Hello all, Herein lies a mystery surrounded by mismatched partition sizes, reoccurring chkdsk errors, and a host if suspects (hey, I am trying to add some intrigue so someone will read this!). Anyway, here it is: 2 Physical Hard Drives: Drive 0: Western Digital wd1200jb-75cra0: NTFS, XP SP3 Drive 1: …

Member Avatar for Spycat
0
354
Member Avatar for niche1

Is this what you're after? : [CODE]<td style="text-align:right;"> Login Email: </td> [/CODE] Or, to make it easier if you're going to right-align more than one cell, use a css class attribute: [CODE] <style type="text/css"> .cell-right { text-align:right; } </style> [/CODE] Then... HTML Section: [CODE] <td class="cell-right"> Login Email: </td> [/CODE] …

Member Avatar for Spycat
0
77
Member Avatar for Spycat

Hi all, This gets a bit involved, so please bear with me :icon_confused: I have owned the domain [URL="http://www.chocolatelover.net"]chocolatelover.net[/URL] for over 9 years now. For several of those years, I registered and had it hosted by services located in the USA. However, at one renewal period, I switched it to …

Member Avatar for Spycat
0
186
Member Avatar for Spycat

I am hoping that this is a proper forum to post to. I got an Ajax script from Dynamic Drive called "Dynamic Ajax Content" that loads external pages into a DIV in the Parent page. The effect is much like that of an iFrame. I am loading videos into the …

Member Avatar for Spycat
0
229
Member Avatar for Spycat

"Looks fine in FF, but not in IE" (like no one has heard [I]that[/I] one before!). Ok, I have a more-or-less 2-column layout. The column on the right contains text, all of which displays ok, except for the last few characters of the last line. What happens is, 2 or …

Member Avatar for autocrat
0
135
Member Avatar for Spycat

Hello, Seems a few problems have cropped up. I will list the symptoms below. I feel they are related, since they have all started concurrently. SYMPTOMS: * In Control Panel, Add/Remove Programs will start to load, then gray-out after several seconds. No error ever pops up. Only by killing the …

Member Avatar for Spycat
0
362
Member Avatar for Spycat

Hello, I am running a homeowner's association website (1 page only). The manager asked if I might be able to allow her access to make announcements from time to time. I think this would be a good idea, but I don't want to give her carte blanche access to the …

Member Avatar for Resonate
0
123
Member Avatar for Spycat

Hi, As the title would indicate, I know a lil about PHP, but zero about ASP. I was having problems with spam from one of my forms, and one solution I did was to have a form field I named "message" that is hidden. Humans can not see it, and …

Member Avatar for Spycat
0
183
Member Avatar for wolf1225

Is this something like you're looking for?: [URL="http://www.phphq.net/scripts.php?p=free-scripts&id=1"]http://www.phphq.net/scripts.php?p=free-scripts&id=1[/URL]

Member Avatar for josephfrancis
0
97
Member Avatar for Spycat

Hello all, This pertains to a form I have on my page. As it is now, if the person filling out the form makes a mistake or leaves something out, the form reloads, but all the prior responses are wiped out. I can see how this might annoy someone, to …

Member Avatar for Spycat
0
122
Member Avatar for Spycat

Hi, I have a page that features chocolate recipes. I wanted to give the ability for visitors to print out INDIVIDUAL recipes contained upon the page. I thought I had it made by going: [INLINECODE]a.document.write(document.getElementById('printit').innerHTML);[/INLINECODE] Of course, this only printed the 1st recipe...no matter which one was selected. I tried …

Member Avatar for Spycat
0
219
Member Avatar for Spycat

Hi all, I am having a problem with the contents of my page breaking thru the bottom border of my page. It looks fine in Explorer (that's a turn-about, eh?) but at 800 x 600 or lower, in Firefox it breaks. Anything I am overlooking? Thanks :confused: The URL: [URL="http://www.chocolatelover.net/"]http://www.chocolatelover.net/[/URL] …

Member Avatar for tgreer
0
230
Member Avatar for roryt

This is from Dynamicdrive.com It works pretty well :) [URL="om/dynamicindex1http://www.dynamicdrive.c1/highlightform.htm"]http://www.dynamicdrive.com/dynamicindex11/highlightform.htm[/URL] Rick

Member Avatar for roryt
0
159
Member Avatar for Spycat

Well, [I]this[/I] certainly is a turn-around -- the code I did works fine in IE, but breaks in Firefox! What it is, is a thing to make rounded cornered boxes via css and images. The top-left and top-right images are green, and the bottom-left and bottom-right are gold. There is …

0
67
Member Avatar for Spycat

Ok, as usual, Internet Explorer is playing games with me in rendering code. I need a fresh set of eyes to look things over, cuz apparently I am missing it. Anyway, in the center of the page there should be some black text that says "Heading" a few lines of …

Member Avatar for Spycat
0
153

The End.