159 Topics

Member Avatar for
Member Avatar for Hawkeye Python

Hi! I've just started with HTML and I'm creating my first page. Really simple. How can I print a tag? I mean, I'm trying to do this: [CODE]<p id="test">This is a test using the <p> tag</p>[/CODE] But it doesn't print the "<p>" in "using the <p> tag"...

Member Avatar for jalarie
0
86
Member Avatar for prezblog

Hi all! I'm putting together a WordPress blog, and I'm trying to make it work with a standard template called "Tribune." It uses custom tags on posts to apply thumbnails and featured images. I can't quite figure out where to place the code in the index file to get it …

Member Avatar for Kraai
0
183
Member Avatar for davehere

hello, I need to display contents with their tags, and in same page all the tags of the page contents the problem is having a limit on contents doesn't work if join tags on them (the number of tags change the number of select contents) [B]THE TABLES ========== [/B] I …

Member Avatar for davehere
0
204
Member Avatar for 3825

Hi, I am working with a friend on a small pilot website and am having difficulty making the footer stay put. Any help is appreciated. Thank you! [URL="https://dl.dropbox.com/u/10563012/fall2010/Expression/psThreeA/default.htm"]https://dl.dropbox.com/u/10563012/fall2010/Expression/psThreeA/default.htm[/URL] Another problem is in the logo. Apparently, it is not ok to put <H1> tags inside <a> tags. I want the whole …

Member Avatar for 3825
0
388
Member Avatar for vishalkhialani

Hi, Below is my code which I am using to remove a div tag. I also want the script to add the same div tag later once certain conditions are meet. The div has some preloaded content too which I don't want to loose. I tried the add() function but …

Member Avatar for vishalkhialani
0
164
Member Avatar for rowley4

I do not want to have my box this wide. I would like the text to wrap but I do not know how. Can I do this? I'd like my box to be 400,400 rather than 1250,200, but it is the only way I can get my text to fit. …

Member Avatar for quuba
0
610
Member Avatar for nocode

Hi all, Please be gentle with me since I don't know code/databases at all. So, I can't login into my wordpress blog because of this: Warning: Cannot modify header information - headers already sent by (output started at /home/content/d/o/o/dooley078/html/wp-content/themes/thetheme/functions.php:717) in /home/content/d/o/o/blue078/html/wp-login.php on line 337 What I did was download the …

Member Avatar for sops21
0
83
Member Avatar for lsmith93

Just wondering but is there a way to include the meta tags from one page to another? The reason why i ask this is that i built a website using PHP Includes and want to include the meta tags so when i load index.php?id=About , it will load the meta …

Member Avatar for Borzoi
0
154
Member Avatar for elum.chaitu

<Meta NAME> and <Meta HTTP-EQUIV> Hello guys, i am recently observed these meta tags in websites source file and that websites position in search engine is in top rank. are these meta tags are useful to get top rank in search engine? what are the difference between <META HTTP-EQUIV="keywords" and …

Member Avatar for rahulbatra
0
144
Member Avatar for enja
Member Avatar for AboJaD

Hello, I am trying to get the element of an option, but seems my code is not working: <script type="text/javascript"> /*<![CDATA[*/ function reportsendipp() { if (window.XMLHttpRequest) { xmlhttp=new XMLHttpRequest(); } else { xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { ; } } xmlhttp.open("GET","report_member.php?report=" + document.getElementById("ipps").value + "&&member=" …

Member Avatar for Airshow
0
368
Member Avatar for andrewliu

Hello, I'm trying to get a div tag to move while scrolling. I know you can do position: fixed, but I was wondering how to do it so if the div tag is in the middle of the web browser, it will stay there until when you scroll down and …

Member Avatar for andrewliu
0
106
Member Avatar for andrewliu

Hello, I was wondering what could be wrong? There is this ajax code that I'm trying to work on and its supposed to show the results in a div tag when submitting a search form, but theres no results. here's my code [CODE]$(document).ready(function(){ $("form.ajax").submit(function(){ var ajax_div = $(this).attr("id")+"_results"; var data …

Member Avatar for andrewliu
0
329
Member Avatar for amazed

Hi I am using this script. [url]http://digitalhymn.com/argilla/tipmage/[/url] **It is not possible to apply Tipmage to more than one image in a single page** [B]Is this possible to apply this class to more than one image?[/B] Thanks

Member Avatar for Airshow
0
122
Member Avatar for churva_churva

how to right a text inside an image please.what is the tags? thanks...

Member Avatar for packetpirate
0
78
Member Avatar for macdonald12

Hello people, I'm trying to collect some data stored between <body> and </body> tags inside a string. Here's a piece of the code i'm using: [CODE] $regex = '/<body>(.*?)<\/body>/si'; preg_match($regex, $content, $content); $content = $content[0];[/CODE] This works perfect, except that it also includes the above mentioned tags. I would just …

Member Avatar for macdonald12
0
186
Member Avatar for taylar

I want to learn C++ but there are so many poroblem in undersatnding this. plz send me some places list where i can learn C++ so fast... Thnks =============taylar [URL="http://autotradeinsurance.com"]Auto Trade Insurance[/URL]

Member Avatar for creeps
-1
125
Member Avatar for zero_sequence

Hi to all, i am building a site with movie reviews.. due to the fact that a movie may have more than one category ex action, adventure, sci fi etc i ended up using a sinlge column to add all tha categories in comma delimited form.. 1st question. is the …

Member Avatar for pritaeas
0
212
Member Avatar for Kellyst

I am having trouble with my background in dreamweaver. I created a 800 x 800px web design in photoshop, optimized and imported into dreamweaver. Added a div tag and created a css style sheet which "wrapped around the selection (my 800 x 800px web page)" and everything previews beautifully in …

Member Avatar for drumichael87
0
150
Member Avatar for mgn2683

Hi, I'm trying to have a black box at 60% opacity over my background image. I'm having no problem getting the #content tag at 60% opacity, but the text is also now at 60%. Does anyone have any help for this matter? I also need help with some footer css, …

Member Avatar for vee_liang
0
125
Member Avatar for crackerjacker

so, basicly what i wan't to do is get all of the details from a JPEG picture. like when you right click -->properties-->details and you can set the title, rating, tags etc. i want to be able to read that data into variables or txt boxes or something. Thanks!!

Member Avatar for vb5prgrmr
0
112
Member Avatar for ajuas

In some large PHP ecommerce websites creating dynamic meta and title tags on each page is really difficult. Is there any PHP code which can call a function and retrieve data from database to fill the title and meta by comparing the url of the page.

Member Avatar for umandajayo
0
127
Member Avatar for TrustyTony
Member Avatar for TrustyTony
1
2K
Member Avatar for pubassist

Hello, We just changed our website to a different host/shopping cart and I am working on attempting to get our rankings higher in the search engines, (like everyone else). My question is, why do some sites not seem to have any meta tags or descriptions, and yet are consistently at …

Member Avatar for mystryworld
0
176
Member Avatar for mohanrajit.88

Hi Guys, I'm in need of regular expression for validating the html tags that are closed properly, say for example <i>test content <b>see this </i> .. it should show an alert "tag is incorrect". Plz help me....Guys-:)-:) Thanks in advance

Member Avatar for fxm
0
250
Member Avatar for Nick Evan

I do not often visit the Java forum, because I know nothing worth posting in the Java forum :) But when I [I]do[/I] visit, I see a lot of posts with code without code-tags. This makes the code nearly unreadable and reduces the overall quality of Daniweb. So I have …

Member Avatar for Nick Evan
0
165
Member Avatar for stewie griffin

I trying to get text only from html code (no tags and exec) I used the next command (regular expression): htmlSurce = htmlSurce.replaceAll("\\<.*?*\\>", ""); it works fine but all the text between <!-- --> is not removed how can I remove it???

Member Avatar for stewie griffin
0
207
Member Avatar for emompong

HI! I am working with an image tagger system.. Im done reading the file's properties.. then when i go to code for keywords.. an error exist saying that Retrieving the COM class factory for component with CLSID {58968145-CF05-4341-995F-2EE093F6ABA3} failed due to the following error: 80040154. I Already added the DSO …

0
120
Member Avatar for emompong

HI! I am working with an image tagger system.. Im done reading the file's properties.. then when i go to code for keywords.. an error exist saying that Retrieving the COM class factory for component with CLSID {58968145-CF05-4341-995F-2EE093F6ABA3} failed due to the following error: 80040154. I Already added the DSO …

Member Avatar for emompong
0
422
Member Avatar for emompong

Hi! I am planning to create a system for my case study wherein i can Add tags from images and search for it by [B]"tags"[/B] such as [B]photobucket. [/B] For example i open an image to my system, and it's file name was [B]"WhiteHouse.jpg"[/B] and i added or[B] tagged[/B] it …

Member Avatar for emompong
0
134

The End.