Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1467 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Need Help

Thread title: Need Help
Closed Thread    
    Thread tools Search this thread Display Modes  
02-24-2007, 12:12 PM
#1
Imac is offline Imac
Status: Member
Join date: Feb 2007
Location: Earth....
Expertise:
Software:
 
Posts: 328
iTrader: 8 / 100%
 

Imac is on a distinguished road

Send a message via ICQ to Imac Send a message via MSN to Imac

  Old  Need Help

I am writing a page. Although i need to know how to do a few things.

I need to know how to add a image and then to the right of it display the text. As of now it's appearing underneath the image. I also need to know how to make a page divided, what i mean by this is like say you have a rules page or online manual and you click 'install' and it will scroll through the page and go to that section. If you guys can help me out that be great. Thanks again.

02-24-2007, 12:26 PM
#2
Jeff Andersen is offline Jeff Andersen
Status: Superstar
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 4,449
iTrader: 10 / 100%
 

Jeff Andersen is on a distinguished road

  Old

<a href="#install">Install</a>

Then down below

<a name="install"></a>

As for the image, you would need to show us your code and the rest of the layout's code so we can make it fit.

Regards
Jeff

02-24-2007, 12:28 PM
#3
Garyrae is offline Garyrae
Status: Request a custom title
Join date: Dec 2005
Location: Colchester, UK
Expertise:
Software:
 
Posts: 4,625
iTrader: 16 / 100%
 

Garyrae is on a distinguished road

Send a message via MSN to Garyrae Send a message via Skype™ to Garyrae

  Old

For the first part:
Code:
<img src="image.jpg" alt="Image" style="float: left" />
Your text
Or:
Code:
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
	<tr>
		<td>
			<img src="image.jpg" alt="Image" />
		</td>
		<td>
			Your text
		</td>
	</tr>
</tbody>
</table>
For the second part:
Code:
<a href="#rules">Rules</a>
<a href="#install">Install</a>


<div id="rules">Your text</div>

<div id="install">Install</div>

02-24-2007, 12:30 PM
#4
Imac is offline Imac
Status: Member
Join date: Feb 2007
Location: Earth....
Expertise:
Software:
 
Posts: 328
iTrader: 8 / 100%
 

Imac is on a distinguished road

Send a message via ICQ to Imac Send a message via MSN to Imac

  Old

Perfect thanks alot guy i appreciate that.

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed