/    Sign up×
Community /Pin to ProfileBookmark

Can’t figure out this table

Hey guys,

I have a perfectly fine looking table on my biography page here: [url]http://www.lilwaynehq.com/biography[/url]

But when you go here: [url]http://www.lilwaynehq.com/biography/biography2.php[/url]

You can see that the table does not look the same anymore ?

I’ve looked at the code and tried removing some code, but it still doesn’t look right.

Does anyone know what the problem is?

Thanks ?

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@jonparsnipMar 14.2009 — Hello,

I'm unsure what you refer to...but as the only table in the first page source is this:

[CODE]<table border="0" style="margin-top:15px; margin-bottom:15px;" align="center" cellpadding="5">
<tr>
<td valign="top"><img src="/biography/lilwaynebio.jpg" border="1" alt="Lil Wayne Biography" /></td>

<td align="left" valign="top">

<p><b>Real Name:</b> Dwayne Michael Carter, Jr</span></p>

<p><b>Date Of Birth:</b> September 27, 1982</p>

<p><b>Origin:</b> New Orleans, Louisiana, United States</p>


<p><b>Labels:</b> Cash Money/Young Money/Universal</p>

<p><b>Nicknames:</b> Weezy, Weezy F Baby, Lil Weezy, Young Wayne, Baby Jr, Wayne, Birdman Jr, Best Rapper Alive, Rapper Eater, Dr. Carter, President Carter, Mr Carter &amp; Young Tune</p>

</td>
</tr>

</table>
[/CODE]


This is the same table in the biography2.php page source:

[CODE]<div class="post" id="post-5">

<h1>Lil Wayne Biography</h1>

<img src="/biography/lilwaynebio.jpg" border="1" alt="Lil Wayne Biography" id="bio" />

<p style="margin:15px;"><b>Real Name:</b> Dwayne Michael Carter, Jr</p>

<p style="margin:15px;"><b>Date Of Birth:</b> September 27, 1982</p>

<p style="margin:15px;"><b>Origin:</b> New Orleans, Louisiana, United States</p>


<p style="margin:15px;"><b>Labels:</b> Cash Money/Young Money/Universal</p>

<p style="margin:15px;"><b>Nicknames:</b> Weezy, Weezy F Baby, Lil Weezy, Young Wayne, Baby Jr, Wayne, Birdman Jr, Best Rapper Alive, Rapper Eater, Dr. Carter, President Carter, Mr Carter &amp; Young Tune</p><br />

[/CODE]


Notice anything?....its not table. and each p tag has different atributes :-)

You just need to copy the table source from your biography1.php to biography2.php to standardise the two "tables"

:-)

Hope this helps
Copy linkTweet thisAlerts:
@WebJoelMar 14.2009 — <table border="0" style="margin-top:15px; margin-bottom:15px;" align="center" cellpadding="5">

<tr>

<td valign="top"><img src="/biography/lilwaynebio.jpg" border="1" alt="Lil Wayne Biography" /></td>

<td align="left" valign="top">

<p><b>Real Name:</b> Dwayne Michael Carter, Jr[B]</span>[/B]</p>

<p><b>Date Of Birth:</b> September 27, 1982</p>....[/QUOTE] unopened tag, implicitly closed, will cause problems. -Might be the issue.


The OP's data is 'tabular', so a "TABLE" would be the correct element to present this, for non-visual user-agents/Accessibility.
×

Success!

Help @Danaldinho spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.30,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...