Forum: HTML and CSS 16 Days Ago |
| Replies: 3 Views: 412 Hi,
Which one is loaded faster? Shall I store an image in my hosting an display it or outsource it from different website and display it in my website?
<img src="in my image folder/image.jpg"... |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 1 Views: 574 Hi,
What is the best out of "em, pt, px, %" to use for all browsers and platforms?
e.g.
pt is better for this purpose.
em is better for this purpose.
etc.
Thanks |
Forum: HTML and CSS May 29th, 2009 |
| Replies: 6 Views: 540 Hi,
I don't know what i have done but i want to recover code below. It is very long, i give you little part of it. Any idea how to recover it.
Thanks
&lt;p&gt;&lt;span... |
Forum: HTML and CSS Apr 17th, 2009 |
| Replies: 2 Views: 577 try to type something into this textarea in Firefox.
<textarea rows="2" cols="20"></textarea> |
Forum: HTML and CSS Apr 16th, 2009 |
| Replies: 2 Views: 577 Hi,
Is there any way of using textarea in Firefox like we use in IE because, lines are not broken down into rows.
Thanks |
Forum: HTML and CSS Feb 17th, 2009 |
| Replies: 4 Views: 661 It is also good to know MidiMagic. Thanks |
Forum: HTML and CSS Feb 13th, 2009 |
| Replies: 2 Views: 1,042 |
Forum: HTML and CSS Feb 13th, 2009 |
| Replies: 2 Views: 1,042 Hi,
How can i break body message into pagagraphs?
Example; Example below should be like this.
Hi,
How are yo today.
Bye |
Forum: HTML and CSS Feb 9th, 2009 |
| Replies: 2 Views: 845 Hi,
This doesn't work in IE. How can i make it work in all browsers?
Thanks
<html>
<head>
<style>
td:hover {
background-color:#aebcff; |
Forum: HTML and CSS Feb 8th, 2009 |
| Replies: 2 Views: 845 Hi,
This line is not validated in HTML validator. How can solve this problem. onMouseOver and onMouseOut
Thanks
<td onMouseOver="this.style.backgroundColor='#AEBCFF'"... |
Forum: HTML and CSS Feb 8th, 2009 |
| Replies: 4 Views: 661 Thank you. It is better now. |
Forum: HTML and CSS Feb 8th, 2009 |
| Replies: 4 Views: 661 Hi,
Size of HTML <hx> tags differs in Ie and Firefox. For example <h2> is displayed bigger in IE whilst it is smaller in Firefox. How can i solve this problem?
Thanks |
Forum: HTML and CSS Feb 7th, 2009 |
| Replies: 5 Views: 1,365 I want all page to be filled from left to right. I don't want already defined width.
Thanks |
Forum: HTML and CSS Feb 6th, 2009 |
| Replies: 5 Views: 1,365 Hi,
I want middle Div to be automatically adjusted between left and right divs. When i write a long sentence or add something into middle div, the right div is pushed down. How can i make them... |
Forum: HTML and CSS Jan 28th, 2009 |
| Replies: 2 Views: 608 Hi,
This CSS code solved my problem.
#divRigh img{
margin: 0px 0px 0px 0px;
border: 0px;
} |
Forum: HTML and CSS Jan 27th, 2009 |
| Replies: 2 Views: 608 Hi,
when i link a image in my page, the background becomes thick navy colour and takes little space from up, bottom, left and right sides. I can change background colur but i cant remove those... |
Forum: HTML and CSS Jan 23rd, 2009 |
| Replies: 2 Views: 659 Hi,
I have a webpage with 3 pages which are called main.html, aboutus.html, contactus.html and result.html.
I want to put a searchbox into first 3 pages to be able to search a keyword in the... |
Forum: HTML and CSS Aug 13th, 2008 |
| Replies: 2 Views: 500 Hi,
I print a HTML table with background colour but, it doesn't print it with colours. Why?
Thanks |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 3 Views: 2,539 Hi,
I need to set "page setup" settings to print wide tables. Because, when check "print preview" nothing changes, therefore i cant print documents as a want.
Thanks |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 3 Views: 2,539 Hi,
I have solved table margins problem but now, I want to set "Page setup" margins in HTML or CSS. How can we do it? I dont want to set them manually all the time before printing.
Thanks |
Forum: HTML and CSS Jun 30th, 2008 |
| Replies: 1 Views: 801 Hi,
I have a table in my web page. I want to arrange the margins very close to sides (left, right, above, below). Because, table is wide i cant see some columns when i print it off.
How do i... |
Forum: HTML and CSS Apr 24th, 2008 |
| Replies: 5 Views: 786 Hi,
When i click on a link in my html page, it will play xxx.midi. How do we do this?
Thanks |