Tag Archives: Lt

How do I get an HTML code for a pic on Flickr to use as a layout on Multiply?

I’m pretty sure the html needs to go in "Custom CSS" but I cannot remember at all how to generate a code for one of my own pictures. I want to use one as a layout on Multiply or ask someone else if I can use theirs. Thanks for the help in advance! <img src="picturename.filetype"> … Continue reading

How can I make an HTML scroll box that contains an HTML code so visitors may copy that code?

I am beating my head against a wall to try and figure this out and I’m probably completely overlooking it! I want to find an HTML scroll box that I can paste an HTML code in so users may copy it. When I input certain scroll box codes, the html code disappears or does some … Continue reading

what is the XHTML code to merge 2 horizontal cells in a table?

I have 3 rows and 4 columns, the first row is all letters and the 2 bottom left horizontal cells need to be merged. any help? thanks try this <html> <head></head> <body> <table border="1" width="100%"> <tr> <td width="25%">1</td> <td width="25%">1</td> <td width="25%">1</td> <td width="25%">1</td> </tr> <tr> <td width="25%">1</td> <td width="25%">1</td> <td width="25%">1</td> <td width="25%">1</td> </tr> … Continue reading

How to align text in a XHTML table column?

I have been trying to align contents of cells in a table column but unable to so. Can someone give me the solution. Hmm, well I’m not exactly sure how to do it in strict Xhtml, but if you want the easy way to do it, use: <td valign="top"> Check http://www.w3schools.com. I’m sure they’ll have … Continue reading

What does a <pre> tag do and wha does a <div> tag do in xhtml?

Could someone explain in simple english what the two above tags do in xhtml Pre marks the text as preformatted – so line breaks and spaces are treated as such. A div is a generic block container, it doesn’t do anything by itself, but lets you group things for scripting and stylying purposes. It is … Continue reading

What is the HTML Code for creating a A-Z Index / Glossary?

I want to create a A-Z Glossary for my one of my webpages and I don’t have any background of html, Please help. Thanks a ton. In that page, there would be a one line A-Z alphabet list on top with individual links under each letter. When you click on individual Letter, ‘C’ for example, … Continue reading

How can I post a picture using HTML code without photobucket?

It’s silly…I am posting some very artsy pictures of a friend and I can’t because photobucket doesn’t allow it. What server will let me or how do I post a picture on my own using html code? PixCastle will allow your "artsy" pictures http://pixcastle.com/ The htmlfor posting an image is simple <img src="IMAGE ADDRESS HERE" … Continue reading

What is the differences between xhtml and html?

Can anyone provide me with a detailed explanation on this so I can fully understand it? HTML is based on SGML (Standard Generalized Markup Language) which is a very forgiving markup standard, you can do things like this in HTML: <ul> <li> <li> <li> </ul> or <B><i><u>Some text</b></i></U> or <a href="somepage.htm"><img href=someimg.jpg></a> or <span><div>Some Text</div></span> … Continue reading

Yahoo! Store Design & Development: Dynamic Pagination

Automatically break up large sections into multiple pages without having to rearrange the items in any way. Dramatically improves the load time of large sections. Our dynamic pagination (paging) solution works seamlessly with your existing sections. While it is a JavaScript-based solution, it also allows the search engines to index your section pages. Dynamic pagination … Continue reading

How Do I make a box that i can put an html code in, where it wont apply the html code?

Im creating a website and i have codes that i want to provide for people but, one i put the Brackets around the html code it automatically doesnt show anything or applys the code. Is there a box i can put around it or somthing so it wont apply the code? Well it depends. It … Continue reading