6,557 Topics

Member Avatar for
Member Avatar for Barefootsanders

I need to return some HTML code stored as a text data type in my database. Is there a way to return this HTML effiencly through PHP that will execute this code when HTML parses the page? Currently I have this: [CODE]$result = @mysql_query("SELECT * FROM sponsors"); $num_rows = mysql_num_rows($result); …

Member Avatar for macneato
0
609
Member Avatar for Cerberus

Hi can anyone point me in the right direction to redefine the tabbing element of <pre> tags please.

Member Avatar for Cerberus
0
65
Member Avatar for metrov

Hi, I'm trying to resolve a positioning problem. 1 -- I need to position a small table that contains sidebar menu links. 2 -- I first tried positioning the table the old fashioned way, by nesting it in the left side column [cell] of the main table. 3 -- This …

Member Avatar for metrov
0
156
Member Avatar for Acidburn

Hello guys, I've got my JSP set up so when I click on a href link it redirects it to a form, the form then takes in user information and has a html:submit and a html:cancel buttons. Actions are associated with these... Anyway my question is that when a user …

Member Avatar for peter_budo
0
81
Member Avatar for hbmarar

Hi, Wishes. I need a page with two frames or something. say questions list is in one and in another is for listing questions added by the user for a paper exam. Each frame should have checkbox which is selected across each options and when the move button is clicked …

Member Avatar for ghostsquad
0
62
Member Avatar for radu84

for those which need a html parser here it is an example [URL]http://positivesale.com/freePascal/HtmlPars/FastHtmlParse1.0.zip[/URL] best regards,

Member Avatar for L505
0
344
Member Avatar for Wibby

I want to have an alternative Link colour - once set in the page properties bit in dreamweaver I can't get it to do another option.... how do I get it to create a second option?? Thanks

Member Avatar for roryt
0
97
Member Avatar for alienlinux

it's time to clean up my code and get a w3c validation. in the original page i had [code] <div align="center"><IMG src="http://<mysite>/images/<image>" width="640" height="78"></div> [/code] but w3c says 'there is no attribute "ALIGN"' it mentions that i can get around this in the css. i have been through a css …

Member Avatar for roryt
0
107
Member Avatar for ReeciePoo

[code]Dim objLink As HTMLLinkElement Dim objMSHTML As New MSHTML.HTMLDocument Dim objDocument As MSHTML.HTMLDocument Dim currentver As String currentver = "1.0" Set objDocument = objMSHTML.createDocumentFromUrl("[URL]http://alexsoft.awardspace.com/updates/updates.php?version=1.0[/URL]", _ vbNullString) While objDocument.readyState <> "complete" DoEvents Wend If InStr(1, objDocument.documentElement.outerHTML, "UpdateMe") Then Command1.Visible = True lblstatus.Caption = "Update Available" Timer3.Enabled = False Else lblstatus.Caption = …

0
61
Member Avatar for alienlinux

I am trying to embed my cgi:irc script into my html page, it works fine if i simply point a hyperlink to it, but it looks horrible and comes up in a different page, so i tried the <embed> tag like this :- [code]<embed src="https://alienlinux.homelinux.net/cgi-bin/cgiirc-0.5.9/irc.cgi" align="center" width="520" height="360"></embed>[/code] but it …

Member Avatar for MattEvans
0
2K
Member Avatar for ongxizhe

Hey all. Does anyone knows where to get some tutorials of HTML? Or someone willing to teach about HTML please kindly send a PM and include your contact or reply here. Your help willl be appreciated. Thank you. Xizhe

Member Avatar for ongxizhe
0
188
Member Avatar for CaliVagabond

I've just started getting into CSS and ran across an issue. In my code, the height of the columns adjust independently of each other. At least that seems to be the case when I view the page in Firefox 2.0. In IE7 they adjust to the height of the larger …

Member Avatar for CaliVagabond
0
100
Member Avatar for sambaja

hi, im trying to use this script: [URL="http://www.dynamicdrive.com/dynamicindex11/scrollc.htm"][U][COLOR=#0000cc]http://www.dynamicdrive.com/dynamicindex11/scrollc.htm[/COLOR][/U][/URL] it works great with IE but with firefox it doesnt work when its encased within another CSS ID. It shows up, but it doesnt scroll. how can i make this work? i know its a CSS thing probably since your script generally …

Member Avatar for sambaja
0
176
Member Avatar for HLA91

Hi everyone I was using this CSS template for my site but when I tried to add a background to the navbar the picture only appeared in between the links not behind them. I have tried removing the hover and a:link and a: visited but it doesnt make any difference. …

Member Avatar for MidiMagic
0
61
Member Avatar for MidiMagic

I had a strange thing happen in IE when I tried to apply multiple styles to td tags: [code] td {padding: 2%; vertical-align: middle;} [/code] Applying the padding style removes the vertical-align style in IE. It works correctly in Firefox. I found a fix: Put a div inside each td, …

Member Avatar for MidiMagic
0
79
Member Avatar for tmv105

I can't figure out why my liquid layout approach is working with one of my rows and not for my other. Here is the css I'm using...it works for the row3col1 and row3col2, but not for the row2col1ycaaa and the row2col2ycaas(here it doesn't float my information. #row2col1ycaaa { margin-top: 10px; …

Member Avatar for MidiMagic
0
98
Member Avatar for seabob

Hello all, I am new in the world of html so I am sorry if this question is gonna sound noobish to you but I really need help. I have seen that many sites are connected with their forum database and automatically update their news for example simply by retrieving …

Member Avatar for Dsiembab
0
153
Member Avatar for anitha2324

am doing a displaying some data in asp ( data is retreived from the oracle database) the data are displaying as the following income 152000 5200000 8754631 but i just want to display the above with a comma separator like the following income 152,000 5,200,000 8,754,631 how i can do …

Member Avatar for Phaelax
0
153
Member Avatar for alienlinux

Hi all, I'm new to css and html too for that matter. this is my html so far:- [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>AlienNet Public Access Gateway</title> <embed src="audio/thunder3.wav" autostart="true" loop="false" width="0" height="0"></embed> <link rel="icon" type="image/png" href="http://alienlinux.homelinux.net/images/alien.png"> <link rel="stylesheet" href="mystyle.css"> </head> <ul class="banner"> test </ul> …

Member Avatar for alienlinux
0
106
Member Avatar for Pim

I have this piece of CSS code: [code] body { background-color: #000000 } ul { float:none; width:20%; heigth:0%; padding:1; margin:0; list-style-type;none; vertical-align:text-top; align: left } a.links /*Links is the class here*/ { float:none; width: 10% text-decoration:none; color:white; background-color:purple; padding:0em 0.6em; border-right:0px solid white; } a:hover {background-color:#ff3300} [/code] And this piece …

Member Avatar for GreenDay2001
0
125
Member Avatar for ReeciePoo

Im using the MS HTML Object Reference to do this [CODE] <a href="stockmarket.phtml?type=buy&ticker=VPTS">VPTS</a><br> <a href="stockmarket.phtml?type=profile&company_id=126"><font size=1>(profile)</font></a> </td> <td align="center"> 9 </td> <td align="center"> 9 </td> <td align="center"> <font color="black"><b>0</b></font> </td> <td align="center"> 1,000</td> <td align="center"> 15,000 </td> <td align="center"> 9,000 </td> <td align="center"> <font color="red"><b><nobr>-40.00%</nobr></b></font> </td> [/CODE] Ok i need …

Member Avatar for ReeciePoo
0
109
Member Avatar for ReeciePoo

Ok im trying to grab the information after [code]<input type="text" name="[/code] and before [code]" value="">[/code] so that it only grabs the information name="" holds Any one offer assistance as to how i do this?

Member Avatar for ReeciePoo
0
131
Member Avatar for vssp

hi friends I have run the php page this page liste some hyper link. When i click the hyper link new page open in new window. Then i have select some values in new window ,,selected valueas are pass on old php page. Generaly we use pass the vlaues old …

Member Avatar for smalldog
0
270
Member Avatar for rariti

Moving a site over from transitional to strict doctype. And Firefox is not displaying the CSS. I have spent hours trying to solve it, without any luck. I usually do build for FF first and IE last, but it was always transitional, because I was more forgiving when doing complex …

Member Avatar for rariti
0
197
Member Avatar for neomase

Hi Guys, I have just had a webdesigner sort out a layout for my eSports team, but its a half-bodge-job and hes lieft me with a horrible CSS and only part-updated graphics (new ones by myself) now the top banner is basically the colour scheme using the black from the …

Member Avatar for MidiMagic
0
130
Member Avatar for Dsiembab

I have a webpage and in my html the container holds the sidebars and the content2 I have put a 3columnX8row table instead of a million <div>s I was wondering how I could make the data cells scroll vertically in my css intead of a million <div>s. well actually 12 …

Member Avatar for MidiMagic
0
186
Member Avatar for HLA91

Hi This is the first time I have had any need to use css and I am confused. I want to make the border of my table dashed and I managed to do so but how do I keep the colour of the border the same (before it was #cc3300 …

Member Avatar for azzu5
0
120
Member Avatar for bgagan911

Hi there guys..!! Well what I'm looking for is.. [IMG]http://www.dynamicdrive.com/forums/images/smilies/biggrin.gif[/IMG] Basically I want to have an HTML POP-UP Window, which would contain a FLASH File of the RESOLUTION "800x622". I want to have Google ads on both sides and at the bottom too. It's easy to define a layout for …

Member Avatar for bgagan911
0
126
Member Avatar for Diego1029

Hi! i have put some html files in my jar file,but i cant open the html files when i un the jar file.what should i do?

Member Avatar for Diego1029
0
62
Member Avatar for ReeciePoo

The End.