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 6th March 2008, 07:15 AM
Junior Member
 
Join Date: Mar 2008
Posts: 1
Credits: 0
Default help with html codes?

okay so im making a website and i wanna but a text area right beside a picture. i have no idea how to do it .. it just keeps going under the picture .. PLEASE help ! :]okay i already tried the whole not putting a space between the two things and it didnt work because the text im using is an html too .. its a text box with a border and all that. i know there are html's that are used for putting a line between things like <br> and stuff like that .. so i was wondering if there was a code that could make something go right beside something else. and i dont wanna use the code that has the picture and the text box in the same code .. thats not what i was looking for . pleasee help :] thankss
Reply With Quote
  #2 (permalink)  
Old 6th March 2008, 10:23 AM
Junior Member
 
Join Date: Mar 2008
Posts: 1
Credits: 0
Default

I you are using notepad then that is very hard. You should try using a software like dreamweaver or microsoft frontpage or expresion web. I now HTML but to be honest if you are planning to do it all with HTML then you are in for hours and hours of work. Then you got to pay for the hosting and the domain. This is all advice.
Reply With Quote
  #3 (permalink)  
Old 6th March 2008, 01:45 PM
Junior Member
 
Join Date: Mar 2008
Posts: 1
Credits: 0
Default

Sounds to me like you're using a WYSIWYG editor to create your webpage...meaning you're not typing out all the code yourself.All you do to put text next to an image is type it right after it.Eg. Your TextThe only way your text would be going down to a new line is:1. You have a break return (<br>) in between the image and your text.2. You're using tables and are in a new row ().3. You're in different divs (which I doubt you're using if you're new to html).4. The image is too wide to fit on your screen (or if your page has width restrictions in place), and thus the text is "word-wrapping" below it.If this doesn't answer your question, please post your code so I can see exactly what's going on
Reply With Quote
  #4 (permalink)  
Old 6th March 2008, 02:39 PM
Junior Member
 
Join Date: Mar 2008
Posts: 1
Credits: 0
Default

you can use table for build thate.g :
Reply With Quote
  #5 (permalink)  
Old 6th March 2008, 04:17 PM
Junior Member
 
Join Date: Mar 2008
Posts: 1
Credits: 0
Default

you'd have to use a picture align code ex:YOUR CODE HEREyou could change "left" to "right" depending on the side you wanted it on.
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 02:01 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