Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> How To Display Vertical Ads To The Right?, or graphics/ tables etc..
GM-University
post Mar 26 2005, 07:07 PM
Post #1


Super Member
*********

Group: Members
Posts: 287
Joined: 23-February 05
Member No.: 3,945



How can we set it up so that all of our graphics are displayed directly to the right of our content, without strecthing the page vertically? What code would I need?
Go to the top of the page
 
+Quote Post
no9t9
post Mar 26 2005, 07:25 PM
Post #2


Privileged Member
*********

Group: Members
Posts: 773
Joined: 4-November 04
Member No.: 2,118



you can use

<DIV STYLE="FLOAT:RIGHT">AD CODE</DIV>

Your content goes after the above code.
Go to the top of the page
 
+Quote Post
googlue
post Mar 28 2005, 01:30 PM
Post #3


Privileged Member
*********

Group: Members
Posts: 512
Joined: 26-September 04
From: Googland
Member No.: 1,278



You can also make a simple table if you are comfortable with that...
Use this code:
______________________________________________________
<html>
<head>
<title>Untitled</title>
</head>
<body>

<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="800">Content Area</td>
<td align="top">Graphics Area</td>
</tr>
</table>

</body>
</html>
______________________________________________________

Good luck
Googlue!
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Blank Images - (white Square W/red X)(8)
  2. Up Centering Tables And Image Mouse Over Effect(3)
  3. Netscapenav Page Display Problem << Guru Help Needed(2)
  4. Hosting Graphics ....(7)
  5. If Your Graphics Don't Display?(7)
  6. My Site Cannot Display A Web Page(8)
  7. Very Irritating Bug!(5)
  8. Using Different Font(3)


 



- Lo-Fi Version Time is now: 8th October 2008 - 11:03 AM