6,557 Topics

Member Avatar for
Member Avatar for grungetta

i am using [code]writing-mode: tb-rl;[/code] to get this affect: <td style="writing-mode: tb-rl;">Hello World</td> does anyone know how this can be achieved in firefox and opera? as this only works in IE

Member Avatar for FC Jamison
0
120
Member Avatar for ashoftheweb

I'm having a slight issue with a lot of html pages. I'm working for a decent sized company with nearly 15,000 pages in the site. I've been going through and updating many of the pages with a find and replace function available through Dreamweaver. Recently I've noticed a huge problem. …

Member Avatar for Sailor_Jerry
0
128
Member Avatar for Woobag

He is what im trying to do, ive got a logo that i want to place around the center of your screen over my semi-complex background that is set up like this... [IMG]http://i11.photobucket.com/albums/a160/woody33/help.jpg[/IMG] The "logo" image will be placed over the tiled image, but when the browser is shrinked because …

Member Avatar for Woobag
0
176
Member Avatar for crestaldin

Hello, I'm new to HTML parsing and I need some help.I want to parse a HTML file , and I have the Java classes in place but I need an advise on how to code a piece of logic in my callback function. I need to parse through the file …

Member Avatar for b2daj
0
174
Member Avatar for mikeandike22

Hi I need help with some css. I am trying to make the page expand with based on the ammount of content on the page. so the more content the longer the page and so on. If you know how to do this please help.

Member Avatar for mikeandike22
0
204
Member Avatar for cancer10

How do they make tables with only CSS without using HTML Tables? is it possible to make a table as shown on the screenshot below with only CSS and NO HTML? if yes how? [url=http://photobag.2plans.com/][img]http://photobag.2plans.com/images/75427379.jpg[/img][/url] Thanx in advance

Member Avatar for babyboy808
0
143
Member Avatar for desiguru

I have made a .dwt file. But I do not know how I can make different html files from it. Basically I have three editable regions in the dwt file. and I want to use that file to make my index.htm file. Can someone show me how to do something …

Member Avatar for FC Jamison
0
106
Member Avatar for desiguru

I have created this nice template for my site, but I need to know how to apply it into any web page. I'm using dreamweaver.

Member Avatar for FC Jamison
0
88
Member Avatar for thescorp

Hello evry1!:) One more question: If i copy n paste any CSS code from any of the CSS tutorial websites,do I need to save it like an "external style sheet" or something? In short,how do I use CSS in DW?Simple copy n paste would do or no? Thank you.

Member Avatar for FC Jamison
0
137
Member Avatar for Krofh

Hello, The title pretty much describes the problem I'm having. Right now, I've got a <table> with two <tbody>s in it; the first one is visible (display:inline) and the second one is invisible (display:none). The first one contains a button, the second one several form fields. Pressing the button hides …

Member Avatar for Krofh
0
140
Member Avatar for mikeandike22

alright here is the problem im trying to get a certain menu to have a thin border but in firefox the only way I could do this was to set it to .1em which makes it look chunky in IE so i tried to do some conditional comments to link …

Member Avatar for mikeandike22
0
90
Member Avatar for vssp

Hi friends, I need some clarification to covert the pdf file to html file using php. I have no idea to convert the files using php. Please send me any ideas and your suggestion how to convert the pdf files to html .. Thanks Vssp

Member Avatar for Puckdropper
0
208
Member Avatar for Silentiopk4

Hello, I have a .shtml page that on it's own works with server side includes but when I call that page from a perl script which is called from a login .shtml page, they don't work. I am using Microsoft IIS and I don't know if it's an IIS settings …

0
84
Member Avatar for a1eio

hi, i'd like to create something that basically grabbes information from websites, however i havn't any experience in urllib (apart from very basic page reading) and the issue is that the page i want to grab data from checks to see if another page is connected to it or perhaps …

Member Avatar for metabo_man
0
340
Member Avatar for Coreyna

Hi, Up until now I have been using wysiwyg editors to work on my website and they have really mangled the code. I am trying to get the text from my main container to begin at the top of the page but it seems to start 10-30 cm down the …

Member Avatar for Coreyna
0
126
Member Avatar for ashneet

lets say i have a file named test.html and i want to store all the text of this file into a variable named $email. how would i do that and be able to change few things in text with string replace command. I am just trying to make html email …

Member Avatar for ashneet
0
225
Member Avatar for Puckdropper

How do I change the table background color with valid HTML 3.2 code? The browsers I use (the big four--IE, FF, Opera, Netscape) had no problem with the BGCOLOR tag, but that's for HTML 4, not HTML 3.2. If at all possible I'd like to avoid CSS, nothing personal but …

Member Avatar for Puckdropper
0
242
Member Avatar for Silentiopk4

I am trying to work through an example from CGI101 (Jaqueline Hamilton's book) and my head is getting turned around. I have two files: env.cgi which looks like [code]#!C:/Perl/bin/perl -wT use strict; use CGI qw(:standard); use CGI::Carp qw(warningsToBrowser fatalsToBrowser); use CGI::Pretty; print header; print start_html("Environment"); foreach my $key (sort(keys(%ENV))) { …

Member Avatar for Silentiopk4
0
207
Member Avatar for j4mes_bond25

I normally try XHTML Validation, however, this time I'm trying CSS validation as well. Most of these errors that I came across were in "background-color" and it says you've NO "background-color", which after delving into it further, I realised that whereever I've "color", I HAVE TO HAVE "background-color" as well …

Member Avatar for Lafinboy
0
98
Member Avatar for Rossco_

First of all, hello everyone, seems like a good forum you guys have here. My query is im trying to allow access to my companys software support forum from its software which is created in delphi.net, i wish to pass a few variables that the user enters in delphi to …

Member Avatar for Lord Soth
0
177
Member Avatar for j4mes_bond25

I normally use [url]http://validator.w3.org/[/url] to validation my XHTML, however, in my current project, I've used PHP as well & all my files has ".php" extention so can't use this site to validation my XHTML codes. Mainly the PHP I've used is for the "include" function to share navigation, header, footer, …

Member Avatar for j4mes_bond25
0
170
Member Avatar for j4mes_bond25

I'm trying to add a gradient I made as a background to my "centerContent", so it acts as a shadow to the border of "centerContent". I'm using CSS's z-index property to get the desired result, but am not having this "content-shadow" image displaying on my page, at all. There may …

Member Avatar for tgreer
0
115
Member Avatar for j4mes_bond25

Is there any code within CSS that allows me to have SHADOW around the "border-left" and "border-right" ??? Example of it can be seen from: [url]http://www.tristarwebdesign.co.uk/[/url] Is it not possible to merely create one more "div" (such as "centerContentShadow") & have it in the background of the "centerContent". I was …

Member Avatar for tgreer
0
111
Member Avatar for gendv

[QUOTE]body { background-image: url(images/101.jpg); background-repeat: no-repeat; background-color: #FFFFE5; margin-left: 0px; margin-top: 0px; line-height: 22px }[/QUOTE] Is it possible to Fix the Background img?

Member Avatar for alpha_foobar
0
77
Member Avatar for cmills83

Everything else is good so far except the drop shadow around the main content box only goes down to the bottom of the browser window in FireFox and Netscape but works in IE. Here is the HTML site I am redoing in CSS [url]www.sanmarcosonline.info[/url] Here is the CSS site with …

Member Avatar for cmills83
0
93
Member Avatar for J_Search

JavaScripters, This question is in regards to a JavaScript script within a PHP page. I included everything in case a complete understanding is required for a correct response. Thanks in advance. ****INFO**** Rater.php has a JavaScript script, which displays an interactive rating tool. It allows a user to slide a …

Member Avatar for J_Search
0
388
Member Avatar for punkrockbboy

I've been scratching my head on this all night, i'm trying to position in CSS a image in the {body} element (i hope that is the right term, i'm still new to all this). Heres what i have right now: [code]body { background-color: #ffffff; color:#000000; background-image: url(chapter11bkg.jpg); background-repeat: no-repeat; background-position: …

Member Avatar for tgreer
0
176
Member Avatar for alpha2006

Does anyone know how to create a rule in Outlook to automatically delete all the emails that are written in HTML format? I get a lot of spam HTML emails and I want to automatically delete all the emails that I receive in HTML format. Thanks.

0
89
Member Avatar for j4mes_bond25

I wish to have links for the menu like this: [url]http://www.tristarwebdesign.co.uk/templates/templates/karma/index.html[/url] However, I wish to have MY OWN font style on each links as it can be seen on: The only difference I want is that this guy has used "title" in order to display text on each "li" link, …

Member Avatar for j4mes_bond25
0
2K
Member Avatar for mmfarhan

Hi, I am using RichEdit box (i downloaded it from [url]www.gerd-tentler.de/tools/richedit/index.html[/url]) on my page for formatting text and storing text with html tags in database. But, when i try to get this text (eg. <P> kkjkjkj </P>) from database using <c:out value='${LongDesc}' /> it converts all the tags into: & …

0
61

The End.