Website Babble Webmaster Forums  


Go Back   Website Babble Webmaster Forums > Creating a Website > Images, Music & Video

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-07-2007, 07:54 PM
Regular Babbler
 
Join Date: May 2007
Location: nyc
Posts: 84
revenue has a few positive reputation points
Send a message via Yahoo to revenue
Default Placing a code next to another 4 example an HTML image next to another

Hi guys, im posting this question because im twisted on how can i place an html code next to a banner for example. or an HTML code next to another. Or perhpas place it above my NAV Bar or to the top right of my homepage.

I can probably use an extra block but the SBI hompage only permits a 2 blocks limit.

I thought i needed only a little HTML Knowledge but now i c that i must understand just a little bit more. I can't afford to make any page look unprofessional even as a novice. How do all these webmasters do what I am trying to do?
Reply With Quote
  #2 (permalink)  
Old 07-07-2007, 10:52 PM
Supreme Babbler
 
Join Date: Apr 2007
Posts: 563
webdev has a few positive reputation points
Arrow

revenue, to display two images next to each other you can do the following

HTML Code:
<table>
 <tr>
  <td>
   <img src="image1.jpg">
  </td>
 
  <td>
   <img src="image2.jpg">
  </td>
 </tr>
</table>
or

HTML Code:
<div>
 <div style="float:left;" >
  <img src="image1.jpg">
 </div>
  
 <div>
  <img src="image2.jpg">
 </div>

</div>
Reply With Quote
  #3 (permalink)  
Old 07-07-2007, 11:47 PM
Regular Babbler
 
Join Date: May 2007
Location: nyc
Posts: 84
revenue has a few positive reputation points
Send a message via Yahoo to revenue
Default

Its actually a code webdev not precisely an image. Im trying to paste a piece of code to display its actual image next to the other piece of code. Is it possible?
Reply With Quote
  #4 (permalink)  
Old 07-07-2007, 11:58 PM
Regular Babbler
 
Join Date: May 2007
Location: nyc
Posts: 84
revenue has a few positive reputation points
Send a message via Yahoo to revenue
Default

you're good webdev you're pretty good at this. I kinda made it work except both codes landed up on the bottom of the page both next to each other underneath all text, but i think i can take it from here and figure it out now.
Reply With Quote
  #5 (permalink)  
Old 07-08-2007, 08:55 AM
Supreme Babbler
 
Join Date: Apr 2007
Posts: 563
webdev has a few positive reputation points
Default

revenue, i wasn't exactly clear on what you wanted.

I'm not sure how the images landed on the bottom of the page? Put the code where you want the images to be displayed.

Let em know if you need more help.
Reply With Quote
  #6 (permalink)  
Old 07-10-2007, 02:31 PM
Regular Babbler
 
Join Date: May 2007
Location: nyc
Posts: 84
revenue has a few positive reputation points
Send a message via Yahoo to revenue
Default

Actually you understood me correctly. Problem is a small change and for some reason the images end up on the bottom. But you put me back on the map again though thanks. Its just i've been pressed for time once again.
Reply With Quote
Reply

Bookmarks

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

BB 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 -6. The time now is 02:46 PM.



WB Sponsors

Profit Lance Review

Houston Web Design

Search Engine Optimization

flash chat



 Subscribe to the Website Babble Feeds

2 Create a Website Homepage | 2 Create a Website Blog


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0