Go Back   iTrader Forums » iTrader Chat » General Chit Chat » HTML/XHTML Design

HTML/XHTML Design Discuss anything to do with HTML XHTML design here.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10th July 2007, 11:32 PM
Junior Member
 
Join Date: Jul 2007
Posts: 1
Credits: 0
Default How do I put text over a picture in html?

I need to make a scrolling textbox over a picture in html. Can anyone help me? I will give you credit!
Reply With Quote
  #2 (permalink)  
Old 11th July 2007, 02:15 AM
Junior Member
 
Join Date: Jul 2007
Posts: 1
Credits: 0
Default

I do not remember the exact syntax, but i'll tell you the logic to do it.1. Create a table Cell with the height and width attribute set to that corresponding to the picture in pixels.2. Set border attribute to 0 (no border).3. Now, write a background attribute to include the picture.4. Format your text in the ... tags...Neglecting the height and width attribute results in the picture appearing tiled if the dimensions of the cell exceed that of the picture. If the dimensions are less, the picture gets cut off on the right and lower side.Okay fine. I'm adding the syntax to do it..........HTML Formatted Text............To find out the dimensions of the picture, view the picture file in your Windows Explorer window as icons. With your mouse over the icon, the resolution is displayed. The first number is the width and the second one is the height.
Reply With Quote
  #3 (permalink)  
Old 11th July 2007, 07:04 AM
Junior Member
 
Join Date: Jul 2007
Posts: 1
Credits: 0
Default

This article is very helpful on the subject and has excellent examples.http://www.htmlgoodies.com/tutorials...le.php/3480021
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:29 PM. Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
Ad Management by RedTyger


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72