Viewed in internet (already viewed in firefox), THIS IS TRICKY! |
Viewed in internet (already viewed in firefox), THIS IS TRICKY! |
![]()
Post
#1
|
|
![]() HAHA I love korn! ![]() ![]() ![]() Group: Member Posts: 85 Joined: Feb 2008 Member No: 618,986 ![]() |
Ok so I have to images to show you.
I don't know why this isent working maybe because of the uploading site im using or something? ![]() ![]() Any code that can help me get both table viewed on both browsers? Or is it because of my uploader im using PHOTObucket to host the images Code! CODE <table width="430" border="0" cellspacing="0" cellpadding="0">
<tr> <td><img src="" alt="news" width="430" height="36" /></td> </tr> <tr background=""> <td><p align="justify"> </p> TEXT GOES IN HERE. </div></td> </tr> <tr> <td><img src="" alt="bottom" width="430" height="36" /></td> </tr> </table> |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
if you want to redo it completely, i'd pull it off something like this.
first, CSS for your about me & news: CODE .aboutme { background: rgb(169,215,179) url(ABOUT ME IMAGE) no-repeat; padding: 36px 0 7px; width: 430px; } .news { background: rgb(169,215,179) url(NEWS IMAGE) no-repeat; padding: 36px 0 7px; width: 430px; } then the HTML: CODE <div class="aboutme">
your text. </div> <div class="news"> your text. </div> |
|
|
![]() ![]() |