Search Results

Showing results 1 to 40 of 59
Search took 0.01 seconds.
Search: Posts Made By: essential ; Forum: HTML and CSS and child forums
Forum: HTML and CSS Aug 9th, 2009
Replies: 1
Views: 400
Posted By essential
Hi,

here's a valid frameset document sample:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/css" href="#css_level21" media="screen"?>
<!DOCTYPE html PUBLIC...
Forum: HTML and CSS Aug 2nd, 2009
Replies: 5
Views: 532
Posted By essential
Hi,

continuing DangerDev's advised.

if you just need to apply the same style rule over a nested divs', then you could try this instace in your CSS file:

.item_type1, .item_type1 div,...
Forum: HTML and CSS Aug 2nd, 2009
Replies: 4
Views: 776
Posted By essential
Hi,

use another div and hold the 3 divs inside it.

e.g.
<div id="hold" style="width : auto; border : none; background-color : transparent;">
<div id="divLeft" style="width : 30%; float :...
Forum: HTML and CSS Jul 27th, 2009
Replies: 5
Views: 526
Posted By essential
Hi,

here's another layout trick that you can also apply in your page:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<?xml-stylesheet type="text/css" href="#css21" media="screen"?>...
Forum: HTML and CSS Jul 27th, 2009
Replies: 4
Solved: Meta Tag Issue
Views: 267
Posted By essential
Use only one <meta.../> tag(keywords) and specify all the major keywords that you would want to get indexed by a crawler.
e.g.
<meta name="keywords" content="english is the most commonly used...
Forum: HTML and CSS Jul 25th, 2009
Replies: 6
Views: 1,130
Posted By essential
Hi,

this might be irrelevant to the issue, but this ensure that your desired effect will work under all conditions.

Simply include this script inside the header section of your (x)HTML...
Forum: HTML and CSS Jul 9th, 2009
Replies: 2
Views: 399
Posted By essential
Here's a basic sample that you can start with:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta...
Forum: HTML and CSS Jun 15th, 2009
Replies: 9
Views: 551
Posted By essential
Text manipulation? Did you mean, changing the font ( sizes, color, typeface) and other things, concerning text formatting?
Forum: HTML and CSS Jun 14th, 2009
Replies: 4
Views: 485
Posted By essential
This < LINK > (http://www.free-css.com/css-articles/css-articles1/ie-css-issues.php) might help you out, in search of the things you need to cover this issue.

Hope i've got it covered...
...
Forum: HTML and CSS Jun 13th, 2009
Replies: 4
Views: 485
Posted By essential
Try this layout:

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<?xml-stylesheet type="text/css" href="#css21"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
...
Forum: HTML and CSS Jun 13th, 2009
Replies: 5
Views: 1,715
Posted By essential
Here's some sample:


<body>
<div style="margin : 0 auto padding : 0; width : auto; overflow : hidden;">
<table style="border : none; border-collapse : collapse; width : 100%; height : auto;...
Forum: HTML and CSS Jun 13th, 2009
Replies: 13
Views: 1,164
Posted By essential
All you need is a good reference that provides brief information about the (X)HTML available tags, attribute usage and including live examples...

< Learn Here! >...
Forum: HTML and CSS Jun 8th, 2009
Replies: 5
Solved: Table height
Views: 1,350
Posted By essential
@ MidiMagic,

Don't you have anything to say, asside from commenting every post?

Just try to put a little effort on it, rather than providing self belief solutions...
Forum: HTML and CSS Jun 7th, 2009
Replies: 8
Views: 524
Posted By essential
You'll need to provide different stylesheet's, that handles layout(s) in different types of browsers.
Forum: HTML and CSS Jun 6th, 2009
Replies: 9
Views: 943
Posted By essential
This < LINK > (http://validator.w3.org/docs/help.html#faq-doctype) will provide you brief information about doctypes.
Forum: HTML and CSS Jun 6th, 2009
Replies: 9
Views: 943
Posted By essential
<br/> <!-- or --> <br /> it doesn't matter as long as you are using it with the correct doctype.
Forum: HTML and CSS Jun 6th, 2009
Replies: 9
Views: 943
Posted By essential
This <br> tag is best used in HTML format using( .html extension ) and this <br /> tag goes with XHTML (or .xhtml saved document ).
Forum: HTML and CSS Jun 6th, 2009
Replies: 3
Views: 1,551
Posted By essential
Try to apply this with your select element:

<select id="sel" name="sel" style="min-width: 300px; max-width: 300px; width : 300px;" size="1">

you can do the same thing with height.
Forum: HTML and CSS Jun 6th, 2009
Replies: 1
Views: 477
Posted By essential
Im not sure if this what you need, but i hope it helps.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Forum: HTML and CSS Jun 5th, 2009
Replies: 5
Solved: Table height
Views: 1,350
Posted By essential
Another example of using all table properties to control its layout and at the same time keeping the whole document valid.

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css"...
Forum: HTML and CSS Jun 5th, 2009
Replies: 5
Solved: Table height
Views: 1,350
Posted By essential
Simple table layout sample: controlling table layout using CSS and also serves as a valid XHTML 1.0 Strict document.

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css"...
Forum: HTML and CSS Jun 4th, 2009
Replies: 8
Views: 635
Posted By essential
You can simply define your own tags using a plain XML document, and then collaborate its way using simple scripts that will evaluates your tags on the browser.

Here's simple tag examples created...
Forum: HTML and CSS Jun 2nd, 2009
Replies: 3
Views: 343
Posted By essential
It's really hard to provide exact solution, especially if you're not the one who created the page.

But here's a simple layout technique that applies and behave in different browsers.

<?xml...
Forum: HTML and CSS Jun 2nd, 2009
Replies: 3
Views: 343
Posted By essential
You'll need to set it right floated, instead of having it floated on the left.
e.g.
#col {
float : right;
clear : right;
/* your next rule */
}
Forum: HTML and CSS May 31st, 2009
Replies: 3
Views: 351
Posted By essential
Controlling page layout's in different browsers is a big mess, but you can apply some workaround to get over it...

Here's a simple layout sample, which you can run for testing:
Assuming that you...
Forum: HTML and CSS May 31st, 2009
Replies: 2
Views: 405
Posted By essential
If you're creating a Web document ( or htm/html/xhtml etc. ) in a text editor and want view the file that you're working on, simply save your work and open the file in your browser. You can then...
Forum: HTML and CSS May 30th, 2009
Replies: 3
Views: 1,618
Posted By essential
Just provide wrapper's or tubes inside your floated div to preserved the whole layout.
Try this one:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
Forum: HTML and CSS May 28th, 2009
Replies: 7
Views: 1,614
Posted By essential
Another way to call your icon, implemented in W3C standards:
<head profile="http://www.w3.org/2005/10/profile"> <!-- Must be implemented if you are using any icon inside your (x)HTML document. -->...
Forum: HTML and CSS May 21st, 2009
Replies: 2
Views: 393
Posted By essential
This will be alot more easier to solve, if you can provide the script that generates your preload function.
Forum: HTML and CSS May 20th, 2009
Replies: 7
Views: 654
Posted By essential
That's great and you've finally solved your own issue...
Forum: HTML and CSS May 20th, 2009
Replies: 3
Views: 303
Posted By essential
CSS comes in 3 Levels and probably the best way to understand it is by taking some time on this link (http://www.w3.org/TR/CSS2/).
Hope it helps you...
Forum: HTML and CSS May 20th, 2009
Replies: 7
Views: 654
Posted By essential
Try the following format in your links':
<a target="iframeName" href="iframePage.html/#iframeName/yourDemoPage.html">DEMO</a>
Forum: HTML and CSS May 16th, 2009
Replies: 5
Views: 637
Posted By essential
You can also try this demo. This layout is supported in all types of browser's.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
...
Forum: HTML and CSS May 16th, 2009
Replies: 5
Views: 802
Posted By essential
Hi pipo,

Sorry if came late, so how's everything now? Just let me know if you still need anything...

essential
Forum: HTML and CSS May 14th, 2009
Replies: 5
Views: 802
Posted By essential
You can easily solve this problem, if you fix this line's...
Forum: HTML and CSS Jan 5th, 2009
Replies: 3
Views: 948
Posted By essential
Here's a quick example. Assuming that you have this external style sheet in your directory default.css -- and the rules would be:
ul { list-style-type: none; line-height: 140%; margin-left: 1em;...
Forum: HTML and CSS Jan 4th, 2009
Replies: 22
Views: 1,714
Posted By essential
Increase the dependability of your stylesheet by using percentage values referencing specific elements in (x)HTML document's instead of absolute width, height, margins and paddings, etc.

And you...
Forum: HTML and CSS Dec 30th, 2008
Replies: 4
Poll: Need Help
Views: 554
Posted By essential
Yeah i agree to kanaku's point. But since we all have it here. I'l throw a simple demo regarding this issue.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
Forum: HTML and CSS Dec 29th, 2008
Replies: 16
Views: 3,938
Posted By essential
Or you can simply set different style sheets for specific media types. Like for example:
<style type="text/css" media="all">
/* <![CDATA[ */
/* Applying external style sheet */

@import...
Forum: HTML and CSS Dec 29th, 2008
Replies: 17
Views: 1,145
Posted By essential
Hope this will help u up!

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html...
Showing results 1 to 40 of 59

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC