|
|
|
|
![]() ![]() |
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?
|
|
|
|
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. |
|
|
|
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! |
|
|
|
![]() ![]() |
Similar Topics
| Topics | Topics | |
|---|---|---|
|
|
|
|
Lo-Fi Version | Time is now: 8th October 2008 - 11:03 AM |